From: tobtoht Date: Tue, 20 Dec 2022 14:43:44 +0000 (+0100) Subject: Tails: workaround for QT_QPA_PLATFORM=wayland X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=5501da716f06c76da75b98a69ca80e5f837dc2b2;p=gamesguru%2Ffeather.git Tails: workaround for QT_QPA_PLATFORM=wayland --- diff --git a/contrib/AppImage/AppRun b/contrib/AppImage/AppRun index 24ea3eca..def250b6 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 $*