Am Samstag, 8. August 2015, 10:49:10 schrieb Jan Engelhardt:
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.
That's correct. libpng16 is linked in here too, but okular doesn't display PNG images (or any others like JPG and GIF btw). I suppose libpng16 is pulled in by Qt4, not okular itself. I found the reason for the problem though: The Kimgio plugin is missing in the 15.04.3 (and 15.07.90) package. Okular needs to be build against libkexiv2-devel for this, but the following submit erroneously changed the libkexiv2-devel BuildRequires to pkgconfig(exiv2) (it should have been pkgconfig(libkexiv2) ): https://build.opensuse.org/package/rdiff/KDE:Applications/okular?linkrev=base&rev=14 I will submit a fixed package shortly, displaying image files with okular should work then again with the next update... Kind Regards, Wolfgang -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org