https://bugzilla.novell.com/show_bug.cgi?id=252168 ------- Comment #4 from andreas.hanke@gmx-topmail.de 2007-03-20 08:58 MST ------- acroread does not need to run gdk-pixbuf-query-loaders in %post because it does not install any gdk-pixbuf loaders. gdk-pixbuf-query-loaders writes a list of the modules installed in /usr/lib/gtk-2.0/2.10.0/loaders to stdout, usually redirected to /etc/gtk-2.0/gdk-pixbuf.loaders. It makes no sense to run this in %post scriptlets of packages which don't install any such modules. If this stuff is going to be migrated from SuSEconfig to rpm scriptlets, it is still gtk2's responsibility to make sure that /etc/gtk-2.0/gdk-pixbuf.loaders exists and is up to date. So gdk-pixbuf-query-loaders has to be run by gtk2 itself and by packages which install extra modules (like librsvg), but not by other packages which just happen to not work correctly if this is not the case because it is not their fault. It's OK for a random gtk2 application to assume that gtk2 is installed correctly. Otherwise you would have to add gdk-pixbuf-query-loaders to %post of every single gtk2 application, and not just acroread. See the pango package for an example how this works. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.