Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-01-29 04:46:02 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-29 04:46:02 +0300
commit08d68300bd92ca8a579ee80f120aae8d2733f2f9 (patch)
tree668d404bc83eeeb08891c798d6b07e028358f986 /AppImage-Recipe.sh
parente326e2c6b3524f19f357c1f6a3d1612eb2aaa052 (diff)
Disable GTK2 style again for now, since it seems to cause trouble with the tray icon
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index 1c31e4bd5..9b463902d 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