Open Drsheppard01 opened 9 months ago
I see that the GTK_PATH variable refers to /usr/lib/x86_64-linux-gnu/gtk-3.0, which is missing from the /usr/lib/x86_64-linux-gnu/ directory in the unzipped appimage, also the icons are in /usr/share/icons/Humanity/status and the image-missing file has svg instead of png resolution
After a little investigation I just added the directories /usr/share/ and /usr/local/share and the application ran
Now the line looks like: XDG_DATA_DIRS=$APPDIR/usr/share:$APPDIR/usr/local/share:/usr/share:$XDG_DATA_DIRS
Before submitting an issue, please check the following
Describe the bug
When i try to start Saber AppImage i get output:
To reproduce
Expected behavior
Saber version
0.19.2-x86_64.AppImage
Device
Anything else?
I looked at the path that's used before the icon and it looks like it's ./gtk/gtk/icons https://github.com/GNOME/gtk/tree/main/gtk/icons
Related issue: AppImage/AppImageKit/issues/481 Resolve: https://github.com/AppImageCrafters/AppRun/blob/master/docs/USAGE.md#recommended-environment-entries