Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request keepassxreboot#672 from keepassxreboot/hotfix/666-…
Browse files Browse the repository at this point in the history
…appimage-qt-library-path

Use correct Qt library path, resolves keepassxreboot#666
  • Loading branch information
phoerious authored Jun 26, 2017
2 parents 35e86ef + 6b9137a commit 45c2a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppImage-Recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45c2a98

Please sign in to comment.