mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-06 16:45:15 -04:00
Allow starting AppImage with custom extended QT_PLUGIN_PATH, resolves #1077
This commit is contained in:
parent
c0182df05e
commit
1cbbcc0d87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue