mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 11:06:17 -04:00
Merge pull request #672 from keepassxreboot/hotfix/666-appimage-qt-library-path
Use correct Qt library path, resolves #666
This commit is contained in:
commit
45c2a98b5b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ get_icon
|
||||||
cat << EOF > ./usr/bin/keepassxc_env
|
cat << EOF > ./usr/bin/keepassxc_env
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#export QT_QPA_PLATFORMTHEME=gtk2
|
#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}"
|
export QT_PLUGIN_PATH="..${QT_PLUGIN_PATH}"
|
||||||
|
|
||||||
# unset XDG_DATA_DIRS to make tray icon work in Ubuntu Unity
|
# unset XDG_DATA_DIRS to make tray icon work in Ubuntu Unity
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue