Skip to content

Commit ee3c57c

Browse files
authored
Fix locale
1 parent 528bc80 commit ee3c57c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export DEPLOY_GTK=1
1515
export GTK_DIR=gtk-4.0
1616
export ANYLINUX_LIB=1
1717
export DEPLOY_LOCALE=1
18+
export PATH_MAPPING_HARDCODED='libgraphs.so*' # Needed for locale, as the locale override in python executable doesn't work
1819
export STARTUPWMCLASS=se.sjoerd.Graphs # Default to Wayland's wmclass. For X11, GTK_CLASS_FIX will force the wmclass to be the Wayland one.
1920
export GTK_CLASS_FIX=1
2021
export OPTIMIZE_LAUNCH=1

0 commit comments

Comments
 (0)