Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667 - 'emerge gnome' doesnt not add gnome libs /etc/env.d
Summary: 'emerge gnome' doesnt not add gnome libs /etc/env.d
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Grant Goodyear (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-12 11:23 UTC by Albert Bachand
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Bachand 2002-02-12 11:23:08 UTC
After a 'emerge gnome', most of gnome functions properly except that the pixbuf
loaders (in particular libpixbufloader-png.so) aren't in the LD_PATH (they're
installed under /usr/lib/gdk-pixbuf/loaders). Because of this, when gnome is
started, no images or icons are loaded. 'emerge gdk-pixbuf' alone doesn't fix
the problem either.

I'm using Gentoo Linux 1.0RC6 r15 and gdk-pixbuf 0.16.0-r1.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-12 18:42:06 UTC
Theoretically, the loaders should need to be in the LD_PATH.  Strange.  Is there
any more information you could give us or digging you could do on your end?  Do
you know what program in particular isn't able to find the loader?  Things are
supposed to link against libgdk_pixbuf which handles interacting with the
loaders, at least from my understanding.
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2002-02-18 13:53:36 UTC
Azarah has hacked our gdk-pixbuf ebuild to install the loaders correctly.
The alternative fix was to emerge gdk-pixbuf twice, but that's fixed now.