From 08d68300bd92ca8a579ee80f120aae8d2733f2f9 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sun, 29 Jan 2017 02:46:02 +0100 Subject: [PATCH] Disable GTK2 style again for now, since it seems to cause trouble with the tray icon --- AppImage-Recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh index 1c31e4bd..9b463902 100755 --- a/AppImage-Recipe.sh +++ b/AppImage-Recipe.sh @@ -65,7 +65,7 @@ get_desktop get_icon cat << EOF > ./usr/bin/keepassxc_env #!/usr/bin/bash -export QT_QPA_PLATFORMTHEME=gtk2 +#export QT_QPA_PLATFORMTHEME=gtk2 exec keepassxc "$@" EOF chmod +x ./usr/bin/keepassxc_env