Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mogwai crashes in Ubuntu File Dialog #422

Open
saada2006 opened this issue Feb 29, 2024 · 0 comments
Open

Mogwai crashes in Ubuntu File Dialog #422

saada2006 opened this issue Feb 29, 2024 · 0 comments

Comments

@saada2006
Copy link

I get this issue whenever I navigate to any directory when a file dialog opens. Here's the terminal output:

(Mogwai:9052): Gtk-WARNING **: 19:42:46.174: 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/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Fatal error reading PNG image file: Invalid IHDR data (gdk-pixbuf-error-quark, 0)
Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Yaru/16x16/status/image-missing.png: Fatal error reading PNG image file: Invalid IHDR data (gdk-pixbuf-error-quark, 0)

It appears that the file dialog tries loading icons from the custom theme I am using (Yaru) and crashes when it does not find image-missing.png (kind of ironic, if you ask me). However, I also tested this on Adwaita (the default icon theme) and I still go the same crash:

(Mogwai:10876): Gtk-WARNING **: 19:48:40.845: 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/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Fatal error reading PNG image file: Invalid IHDR data (gdk-pixbuf-error-quark, 0)
Bail out! Gtk:ERROR:../../../../gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Fatal error reading PNG image file: Invalid IHDR data (gdk-pixbuf-error-quark, 0)
@saada2006 saada2006 changed the title Mogawi crashes in Ubuntu File Dialog Mogwai crashes in Ubuntu File Dialog Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant