From 71668f3296abc481229621306e25ef375eaeb072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Mon, 8 Jul 2024 13:35:11 +0200 Subject: [PATCH] fix: prevent AppImage from reading hosts' immodules.cache file (#94) --- contrib/AppRun.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/AppRun.sh b/contrib/AppRun.sh index 00d6733..dc1dc66 100755 --- a/contrib/AppRun.sh +++ b/contrib/AppRun.sh @@ -1,5 +1,6 @@ #!/bin/sh DIR="$(readlink -f "$(dirname "$0")")" export GTK_PATH="$DIR/usr/lib/gtk-2.0" +export GTK_IM_MODULE_FILE=/dev/null export DVDISASTER_DOCDIR="$DIR/usr/share/doc/dvdisaster" exec "$DIR/usr/bin/dvdisaster" "$@"