On 08/02/13 05:23 PM, Steven I Usdansky wrote:
Works fine in F18, Mint14, Ubuntu 12.10, so it's not the files.

Try with ldd to find out, which libraries each program is loading, e.g.:

$ ldd /usr/bin/gwenview
....
....
libjpeg.so.62 => /lib64/libjpeg.so.62 (0x0000003bc2800000)
....
....


And then when you find find your suspect you may use some rpm magic (say you suspect that libjpeg is in all programs that do not load your picture but not in those that work fine):

$ rpm -q --whatprovides /lib64/libjpeg.so.62
libjpeg-turbo-1.2.1-1.fc17.x86_64

Cheers,
Dariusz

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to