From 6ca098db97094ebc3d4da41102b0a980c45eddbe Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 29 Oct 2023 21:16:58 +1000 Subject: [PATCH] CI/Flatpak: Disable Wayland by default --- scripts/flatpak/org.duckstation.DuckStation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/flatpak/org.duckstation.DuckStation.json b/scripts/flatpak/org.duckstation.DuckStation.json index c8c0ad085..ca70ff1e1 100644 --- a/scripts/flatpak/org.duckstation.DuckStation.json +++ b/scripts/flatpak/org.duckstation.DuckStation.json @@ -12,10 +12,10 @@ "--allow=bluetooth", "--share=network", "--share=ipc", - "--socket=fallback-x11", - "--socket=wayland", + "--socket=x11", "--socket=pulseaudio", - "--talk-name=org.freedesktop.ScreenSaver" + "--talk-name=org.freedesktop.ScreenSaver", + "--env=QT_QPA_PLATFORM=xcb" ], "modules": [ "modules/20-sdl2.json",