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-06-26 17:47:37 +0300
committerJanek Bevendorff <janek@jbev.net>2017-06-26 17:56:29 +0300
commit6b9137ac6c3f06ec7aecb9122809975ad41e7cf5 (patch)
treeb6d041f6171000ef03a7deffc8bcf8fdd02bce13 /AppImage-Recipe.sh
parent35e86efbce815449296494cce22b74c435776124 (diff)
Use correct Qt library path, resolves #666
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 2459bfcc1..2707fe96b 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -72,7 +72,7 @@ get_icon
cat << EOF > ./usr/bin/keepassxc_env
#!/usr/bin/env bash
#export QT_QPA_PLATFORMTHEME=gtk2
-export LD_LIBRARY_PATH="../opt/qt58/lib:\${LD_LIBRARY_PATH}"
+export LD_LIBRARY_PATH="..$(dirname ${QT_PLUGIN_PATH})/lib:\${LD_LIBRARY_PATH}"
export QT_PLUGIN_PATH="..${QT_PLUGIN_PATH}"
# unset XDG_DATA_DIRS to make tray icon work in Ubuntu Unity