Hi,
after updating my system I faced multiple issues. Many icons (e.g. maximize, minimize in pamac-manager) were missing and Firefox crashes when downloading files.
Then I saw this crash log message from Firefox:
Gtk:ERROR:…/gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/breeze/status/16/image-
missing.svg: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libp
ixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Bail out! Gtk:ERROR:…/gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/breeze/status
/16/image-missing.svg: Unable to load image-loading module: /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib/gdk-pixbuf-2.0/2.10.0/lo
aders/libpixbufloader-svg.so: cannot open shared object file: No such file or directory (gdk-pixbuf-error-quark, 5)
Redirecting call to abort() to mozalloc_abort
In /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/, only libpixbufloader_svg.so has an underscore, the other libs uses a dash like libpixbufloader-avif.so
After executing:
cd /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/
sudo ln -s libpixbufloader_svg.so libpixbufloader-svg.so
Firefox is no longer crashing when downloading files and the icons are visiable again in pamac-manager.
How can I report this issue? I can not be the only one