Mantis - pidgin
Viewing Issue Advanced Details
3774 packaging minor always 2009-07-22 14:40 2009-08-24 16:50
ghenry  
 
normal  
closed  
no change required  
none    
none  
0003774: pidgin lost icons and images
in the debug window, there is:
(14:02:57) GdkPixbuf: Cannot open pixbuf loader module file '/opt/csw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or directory
The gdk_pixbuf wasn't installed after doing "pkgutil -u pidgin"
After installing gdk_pixbuf, and following the thread:
www.mail-archive.com/maintainers@lists.opencsw.org/msg02978.html">http://www.mail-archive.com/maintainers@lists.opencsw.org/msg02978.html [www.mail-archive.com/maintainers@lists.opencsw.org/msg02978.html" target="_blank">^]
the problem is:
mombasa-root% /opt/csw/bin/gdk-pixbuf-query-loaders
ld.so.1: gdk-pixbuf-query-loaders: fatal: relocation error: file /opt/csw/lib/libgio-2.0.so.0: symbol g_thread_gettime: referenced symbol not found
Killed
that was solved by adding /opt/csw/lib to LD_LIBRARY_PATH
Issue History
2009-07-22 14:40 ghenry New Issue
2009-08-24 16:50 mwatters Note Added: 0006639
2009-08-24 16:50 mwatters Status new => closed
2009-08-24 16:50 mwatters Resolution open => no change required

Notes
(0006639)
mwatters   
2009-08-24 16:50   
This issue was with glib and that package has been fixed and released. that package now creates the gdk-pixbuf.loaders file upon install.