I have encountered the following problem on the newest version of openSUSE (13.1). It does not occur on openSUSE 12.2 or older, nor does it occur on RHEL5 or 6 (haven't tried Ubuntu or similar ones): icons in the UI are gone (see screenshot attached)
Error message at the console:
Installed PNG libraries:
On a working openSUSE 12.2 system:
and on a RHEL6 system:
Searching on the internet, most point at newer versions of libpng16 being the problem, but my main desktops are MATE and Gnome, and they make extensive use of libpng16, without any issues. Adjusting LD_LIBRARY_PATH does not work. Uninstalling libpng16 is not an option (nearly the entire system is linked to it). Stata is up to date (see the screenshot of the problem).
Any solutions? If it is a broken libpng library, one would expect more widespread problems.
Error message at the console:
Code:
(xstata:1704): Gtk-WARNING **: Error loading theme icon 'dialog-question' for stock: Fatal error reading PNG image file: bad parameters to zlib
Code:
> rpm -qa | grep libpng libpng16-16-32bit-1.6.6-12.1.x86_64 libpng16-16-1.6.6-12.1.x86_64 libpng12-0-32bit-1.2.50-6.1.2.x86_64 libpng12-0-1.2.50-6.1.2.x86_64 libpng15-15-1.5.13-3.1.1.x86_64
Code:
> rpm -qa | grep libpng libpng14-14-32bit-1.4.11-2.5.1.x86_64 libpng14-14-1.4.11-2.5.1.x86_64 libpng12-0-1.2.49-2.1.2.x86_64
Code:
> rpm -qa | grep libpng libpng-devel-1.2.49-1.el6_2.x86_64 libpng-1.2.49-1.el6_2.x86_64
Any solutions? If it is a broken libpng library, one would expect more widespread problems.
Comment