[csw-users] nautilus and jpeg
James Lee
james at opencsw.org
Mon Mar 14 11:03:14 CET 2011
On 14/03/11, 09:42:39, Petra Humann <humann at tcs.inf.tu-dresden.de> wrote
regarding [csw-users] nautilus and jpeg:
> nautilus is crashing with:
...
> 8 {host}:~>truss nautilus | & grep jpeg
> xstat(2, "/opt/csw/lib/libjpeg.so.62", 0x080471D8) = 0
...
> /1: xstat(2, "/opt/csw/lib/libjpeg.so.7", 0x08036708) = 0
...
> Whereis the error?
GTK2 has been built with the new jpeg, natuilis uses the old, This
is most likely is the cause.
Solution: use one jpeg lib.
Suggestion: get nautilus rebuilt.
$ ldd /opt/csw/bin/nautilus | grep jpeg
libjpeg.so.62 => /opt/csw/lib/libjpeg.so.62
$ ldd /opt/csw/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-jpeg.so | grep
jpeg
libjpeg.so.7 => /opt/csw/lib/libjpeg.so.7
James.
More information about the users
mailing list