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-10-19 22:45:49 +0300
committerJanek Bevendorff <janek@jbev.net>2017-10-19 22:45:49 +0300
commit8592f7e672319db107090399097f5316cd05ed25 (patch)
tree523667ac57aec89158b577221fc94477ce5c2a4c /AppImage-Recipe.sh
parent1374c68274b8e93b74027f40c56db3eb5c48ab3f (diff)
parentd3208bddb0a01e0ab145e2c8d51f0429023877bd (diff)
Merge branch 'release/2.2.2' into develop
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 0472cccdf..16024d226 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -75,7 +75,7 @@ cat << EOF > ./usr/bin/keepassxc_env
#!/usr/bin/env bash
#export QT_QPA_PLATFORMTHEME=gtk2
export LD_LIBRARY_PATH="..$(dirname ${QT_PLUGIN_PATH})/lib:\${LD_LIBRARY_PATH}"
-export QT_PLUGIN_PATH="..${QT_PLUGIN_PATH}"
+export QT_PLUGIN_PATH="..${QT_PLUGIN_PATH}:\${KPXC_QT_PLUGIN_PATH}"
# unset XDG_DATA_DIRS to make tray icon work in Ubuntu Unity
# see https://github.com/probonopd/AppImageKit/issues/351