Disable GTK2 style again for now, since it seems to cause trouble with the tray icon

This commit is contained in:
Janek Bevendorff 2017-01-29 02:46:02 +01:00
parent e326e2c6b3
commit 08d68300bd
No known key found for this signature in database
GPG Key ID: CFEC2F6850BFFA53

View File

@ -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