Skip to content

Commit 6ca098d

Browse files
committed
CI/Flatpak: Disable Wayland by default
1 parent 33f945f commit 6ca098d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/flatpak/org.duckstation.DuckStation.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"--allow=bluetooth",
1313
"--share=network",
1414
"--share=ipc",
15-
"--socket=fallback-x11",
16-
"--socket=wayland",
15+
"--socket=x11",
1716
"--socket=pulseaudio",
18-
"--talk-name=org.freedesktop.ScreenSaver"
17+
"--talk-name=org.freedesktop.ScreenSaver",
18+
"--env=QT_QPA_PLATFORM=xcb"
1919
],
2020
"modules": [
2121
"modules/20-sdl2.json",

0 commit comments

Comments
 (0)