You are not logged in.
when I try to launch Thunar 4.18:
(thunar:164149): Gtk-WARNING **: 13:51:59.754: Theme parsing error: gtk.css:8:0: Expected a valid selector
(thunar:164149): Gtk-WARNING **: 13:51:59.827: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
zsh: IOT instruction (core dumped) thunarAs suggested in another thread, I've done:
❯ stat /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg
File: /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg
Size: 871 Blocks: 8 IO Block: 4096 regular file
Device: 0,32 Inode: 9872641 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2022-12-15 12:56:07.000000000 -0500
Modify: 2022-12-03 02:12:53.000000000 -0500
Change: 2022-12-15 12:56:07.210095210 -0500
Birth: 2022-12-15 12:56:07.210095210 -0500
❯ file /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg
/usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg: SVG Scalable Vector Graphics imageanyone else having issues? I've tried downgrading both thunar and papirus-icon-theme, so I'm guessing it's another package causing the issue.
Last edited by madscience (2022-12-16 18:59:37)
Offline
I have upgraded to 4.18 on gtk 3.24.35 and use papirus without issue after upgrade
Rlu: 222126
Offline
stat /usr/share/applications/mimeinfo.cache
update-mime-database /usr/share/mime
gdk-pixbuf-query-loaders --update-cacheOffline
perfect, that did the trick
Offline