mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 09:29:37 +00:00
Tails: workaround for QT_QPA_PLATFORM=wayland
This commit is contained in:
parent
cf7ed88526
commit
5501da716f
1 changed files with 2 additions and 0 deletions
|
@ -5,5 +5,7 @@ echo $HERE
|
|||
|
||||
export GST_PLUGIN_SCANNER=$(readlink -f $(dirname "$0")/usr/lib/gst-plugin-scanner)
|
||||
export GST_PLUGIN_SYSTEM_PATH=$(readlink -f $(dirname "$0")/usr/lib)
|
||||
# Tails 5.8 sets QT_QPA_PLATFORM to wayland which breaks our app
|
||||
export QT_QPA_PLATFORM=xcb
|
||||
|
||||
${APPDIR}/usr/bin/feather $*
|
||||
|
|
Loading…
Reference in a new issue