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-16 18:01:37 +0300
committerJanek Bevendorff <janek@jbev.net>2017-10-19 16:52:46 +0300
commit1cbbcc0d87b8c3d453388b986d6535e5aa5f8967 (patch)
tree37f0bdb06847193adb30af110afb5e6d0a67ebd2 /AppImage-Recipe.sh
parentc0182df05ea74e5f59445018b84477ec9b12c5e4 (diff)
Allow starting AppImage with custom extended QT_PLUGIN_PATH, resolves #1077
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 2707fe96b..2a40458fc 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -73,7 +73,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