CI/Flatpak: Use socket=x11 instead of fallback

This commit is contained in:
Stenzek 2023-10-28 18:25:31 +10:00 committed by Connor McLaughlin
parent 75a824e164
commit 2a2cd0dbca
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"--device=all", "--device=all",
"--share=network", "--share=network",
"--share=ipc", "--share=ipc",
"--socket=fallback-x11", "--socket=x11",
"--socket=pulseaudio", "--socket=pulseaudio",
"--talk-name=org.freedesktop.ScreenSaver", "--talk-name=org.freedesktop.ScreenSaver",
"--env=QT_QPA_PLATFORM=xcb" "--env=QT_QPA_PLATFORM=xcb"