On Saturday 2015-08-08 08:17, Kyrill Detinov wrote:
On Fri, 7 Aug 2015 17:59:21 -0400 Patrick Shanahan wrote:
I think, you can try 'ldd /usr/bin/okular | grep png' to see if it is linked against libpng.
17:57 Crash:~ > ldd /usr/bin/okular |grep png libpng16.so.16 => /usr/lib64/libpng16.so.16 (0x00007ffb3e2ad000) okular-15.04.3-2.1.x86_64
This looks, okular should read and display PNG files then.
That may be a misconception. Just because it is linked in does not necessarily mean that it is being used, especially in the face of shared library inheritance. inkscape for example shows libjpeg (inherited from cairo probably), but is not able to export to jpeg. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org