Fuse has a few instances of gdk_pixbuf_new_from_xpm_data() for the icons in the statusbar.
However the latest versions of GdkPixbuf disable the XPM loader by default, see here:
https://discourse.gnome.org/t/change-in-the-gdk-pixbuf-loaders-built-by-default-in-2-42-11/21845
We should convert the icons into something else so they can be displayed correctly in all installations.
Here is the fix.
I include a second patch that fixes a small memory leak in the tape browser dialog.
Last edit: Alberto Garcia 2024-10-11
Looks good to me.
Thank you. Committed in [514389].
Related
Commit: [514389]