From 5501da716f06c76da75b98a69ca80e5f837dc2b2 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Tue, 20 Dec 2022 15:43:44 +0100 Subject: [PATCH] Tails: workaround for QT_QPA_PLATFORM=wayland --- contrib/AppImage/AppRun | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/AppImage/AppRun b/contrib/AppImage/AppRun index 24ea3ec..def250b 100644 --- a/contrib/AppImage/AppRun +++ b/contrib/AppImage/AppRun @@ -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 $*