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

AppImage doesn't open anymore. #40

Closed
nixravette opened this issue Feb 17, 2024 · 5 comments
Closed

AppImage doesn't open anymore. #40

nixravette opened this issue Feb 17, 2024 · 5 comments

Comments

@nixravette
Copy link

Whenever I run the AppImage, nothing happens. It was working fine a few days ago, then one day this week it just stopped. Tried it on multiple computers, even had a friend download it on his and had the same problem.

@wyyadd
Copy link
Owner

wyyadd commented Feb 17, 2024

Hi @nixravette
Could you run the AppImage lala through command line and check the outputs?

@nixravette
Copy link
Author

Hi @nixravette Could you run the AppImage lala through command line and check the outputs?

I got the same result on both devices.

Gtk-Message: 20:58:09.969: Failed to load module "colorreload-gtk-module"
Gtk-Message: 20:58:09.970: Failed to load module "window-decorations-gtk-module"

(LaLa:73476): Gtk-WARNING **: 20:58:10.022: Could not load a pixbuf from /org/gtk/libgtk/icons/16x16/status/window-minimize-symbolic.symbolic.png.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:495:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /org/gtk/libgtk/icons/16x16/status/image-missing.png: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Aborted (core dumped)

@wyyadd
Copy link
Owner

wyyadd commented Feb 17, 2024

This is an AppImage related issue. AppImage fails if the pixbuf loaders/mime database missing.
I found some useful articles to solve this problem.
https://askubuntu.com/questions/1351607/gtk-warning-could-not-load-a-pixbuf-from-icon-theme
bottlesdevs/Bottles#590
https://bbs.archlinux.org/viewtopic.php?id=261143
bottlesdevs/Bottles#230
There are many problems with appImage and you can try flatpak LaLa.

@nixravette
Copy link
Author

Got it working again with help from a friend running this in the location of the AppImage.

export XDG_DATA_DIRS="/usr/local/share:/usr/share"
echo $XDG_DATA_DIRS
./LaLa_linux_amd64.AppImage

@wyyadd
Copy link
Owner

wyyadd commented Feb 17, 2024

I am so happy to hear that. Have fun!

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

2 participants