Skip to content

Commit 4e5b869

Browse files
authored
unset problematic variables in gio-launch-desktop wrapper
1 parent 26f1e4c commit 4e5b869

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gimp-appimage.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ cp /usr/share/icons/hicolor/256x256/apps/gimp.png ./.DirIcon
6363

6464
# backport fix from interstellar
6565
echo '#!/bin/sh
66+
unset GDK_PIXBUF_MODULEDIR GDK_PIXBUF_MODULE_FILE GSETTINGS_SCHEMA_DIR \
67+
GIO_MODULE_DIR GTK_IM_MODULE_FILE GTK_PATH GTK_EXE_PREFIX GTK_DATA_PREFIX
6668
shift
6769
xdg-open "$@"' > ./bin/gio-launch-desktop
6870
chmod +x ./bin/gio-launch-desktop

0 commit comments

Comments
 (0)