#1082658 libgdk-pixbuf-2.0-0: gnome-shell panel icons showing wheel icon, games cannot load svg

Package:
libgdk-pixbuf-2.0-0
Source:
libgdk-pixbuf-2.0-0
Description:
GDK Pixbuf library
Submitter:
Alexandre Rossi
Date:
2026-02-06 19:41:01 UTC
Severity:
normal
#1082658#5
Date:
2024-09-24 08:06:33 UTC
From:
To:
Dear Maintainer,

On a laptop that's used by someone who may have not ensured proper shutdown
possibly during upgrades, I encountered the following situation. Please note
that dpkg states were all clean and the machine was stuck in the described
situation. Also, debsums was all ok.

gnome-shell icons were showing the gear wheel in the launcher, and in
notifications and in many other places. gnome-games were crashing after
displaying many GTK warnings such as:

    Couldn't recognize the image file format for file '/foo/bar.svg'

I fixed the problem on this particular machine with the following command:

    $ sudo /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders \
        --update-cache

and close/open user session.

I suspect ignoring error in the cache update script may have something to do
with this problem, and I would expect a failed trigger/postinst flashes to
the system administrator, probably prompting for a "apt --fix-broken install".

debian/libgdk-pixbuf-2.0-0.postinst.in:

            /usr/lib/#MULTIARCH#/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders \
                $(find $LOADERS_DIR $LOADERS_DIR_OLD -name *.so 2> /dev/null | LC_ALL=C sort) \
            > /usr/lib/#MULTIARCH#/gdk-pixbuf-2.0/2.10.0/loaders.cache || true
                                                                       ^^^^^^^
This may be related https://bugs.debian.org/669562

Thanks,

Alex

#1082658#12
Date:
2024-09-24 12:05:16 UTC
From:
To:
Hi,

Please read #625203 (https://bugs.debian.org/625203) instead
('/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache': No such file or directory)

Thanks,

Alex