]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
Tails: workaround for QT_QPA_PLATFORM=wayland
authortobtoht <tob@featherwallet.org>
Tue, 20 Dec 2022 14:43:44 +0000 (15:43 +0100)
committertobtoht <tob@featherwallet.org>
Tue, 20 Dec 2022 14:43:44 +0000 (15:43 +0100)
contrib/AppImage/AppRun

index 24ea3ecab10c120a80d6cb9e0b3932a0f67cc509..def250b65bcdffd7348b94a83d71cc7c68a58824 100644 (file)
@@ -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 $*