vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| anything special about a recent update or something in Eterm that brakes Esetroot's ability to load png files? Thanks in advance. examples: $ Esetroot gentoo_rust.jpg result: the background is successfully set. $ qiv blackbx.png result: the image displays. $ Esetroot blackbx.png Esetroot: Unable to load image file "blackbx.png". result: no new root image. Here is some extra info that may help: # uname -a Linux laptop 2.4.26-gentoo-r6 #2 Fri Dec 17 14:10:53 GMT 2004 i686 AMD Athlon(tm) XP Processor 3000+ AuthenticAMD GNU/Linux /etc/make.conf USE flags: USE="alsa userlocales -kde -gnome dvd cdrom -arts" -- n s o t y h o c m e h r @ a o . o |
| |||
| So anyway, it was like, 16:23 CET Dec 18 2004, you know? Oh, and, yeah, Neil was all like, "Dude, > anything special about a recent update or something in Eterm that > brakes Esetroot's ability to load png files? [..] > /etc/make.conf USE flags: USE="alsa userlocales -kde -gnome dvd > cdrom -arts" Maybe add png to that? Shouldn't hurt either way, if you want to use png in general. At a guess (I don't have anything called Esetroot myself), you're using enlightenment, and it depends on imlib2 which uses the png USE flag. Try adding it and 'emerge -va --newuse world'. hth. -- Time flies like an arrow, fruit flies like a banana. Perth ---> * 17:08:27 up 55 days, 5:33, 9 users, load average: 0.23, 0.10, 0.03 Linux 2.6.9 x86_64 GNU/Linux Registered Linux user #261729 |
| ||||
| On Sat, 18 Dec 2004 17:11:40 +0100, Johan Lindquist wrote: > [....] > [..] > >> /etc/make.conf USE flags: USE="alsa userlocales -kde -gnome dvd cdrom >> -arts" > > Maybe add png to that? Shouldn't hurt either way, if you want to use png > in general. Hey, that worked. I added png to the USE flag list and then re-emerged imlib2. I guess I don't understand those USE flags that well. Thanks for the pointer. |