From fc96533c823b69b2f499dc2803f2cb5dbf02d7dd Mon Sep 17 00:00:00 2001 From: liushuyu Date: Wed, 20 Jul 2022 01:42:39 -0600 Subject: [PATCH] launcher: force xcb connection on Wayland --- yuzu-launcher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/yuzu-launcher.sh b/yuzu-launcher.sh index 0eeee23..e384bf7 100755 --- a/yuzu-launcher.sh +++ b/yuzu-launcher.sh @@ -13,6 +13,7 @@ EOF zenity --warning --no-wrap --title "That's awkward ..." --text "$MESSAGE" } +export QT_QPA_PLATFORM=xcb # Discord RPC for i in {0..9}; do test -S "$XDG_RUNTIME_DIR"/"discord-ipc-$i" || ln -sf {app/com.discordapp.Discord,"$XDG_RUNTIME_DIR"}/"discord-ipc-$i";