File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export DEPLOY_GTK=1
1515export GTK_DIR=gtk-4.0
1616export ANYLINUX_LIB=1
1717export DEPLOY_LOCALE=1
18- export DEBLOAT_LOCALE=0
1918export STARTUPWMCLASS=se.sjoerd.Graphs # Default to Wayland's wmclass. For X11, GTK_CLASS_FIX will force the wmclass to be the Wayland one.
2019export GTK_CLASS_FIX=1
2120
@@ -24,7 +23,7 @@ quick-sharun /usr/bin/graphs \
2423 /usr/lib/libgirepository*
2524
2625# Patch Graphs to use AppImage's directory
27- sed -i ' / import gi /a\
26+ sed -i ' / gi.require_version("Graphs", "1") /a\
2827 SHARUN_DIR = os.getenv(' " '" ' SHARUN_DIR' " '" ' )' ./AppDir/bin/graphs
2928sed -i ' s|graph_path_dir = "/usr/share/graphs"|graph_path_dir = os.path.join(SHARUN_DIR, ' " '" ' share' " '" ' , ' " '" ' graphs' " '" ' )|' ./AppDir/bin/graphs
3029sed -i ' s|localedir = "/usr/share/locale"|localedir = os.path.join(SHARUN_DIR, ' " '" ' share' " '" ' , ' " '" ' locale' " '" ' )|' ./AppDir/bin/graphs
You can’t perform that action at this time.
0 commit comments