Skip to content

Commit

Permalink
CI/Flatpak: Use socket=x11 instead of fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Oct 28, 2023
1 parent 75a824e commit 2a2cd0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"--device=all",
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--socket=x11",
"--socket=pulseaudio",
"--talk-name=org.freedesktop.ScreenSaver",
"--env=QT_QPA_PLATFORM=xcb"
Expand Down

0 comments on commit 2a2cd0d

Please sign in to comment.