We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528bc80 commit ee3c57cCopy full SHA for ee3c57c
make-appimage.sh
@@ -15,6 +15,7 @@ export DEPLOY_GTK=1
15
export GTK_DIR=gtk-4.0
16
export ANYLINUX_LIB=1
17
export DEPLOY_LOCALE=1
18
+export PATH_MAPPING_HARDCODED='libgraphs.so*' # Needed for locale, as the locale override in python executable doesn't work
19
export STARTUPWMCLASS=se.sjoerd.Graphs # Default to Wayland's wmclass. For X11, GTK_CLASS_FIX will force the wmclass to be the Wayland one.
20
export GTK_CLASS_FIX=1
21
export OPTIMIZE_LAUNCH=1
0 commit comments