1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-24 21:15:24 -04:00

Merge pull request #685 from AsciiWolf/patch-1

Workaround Flatpak issues on Wayland
This commit is contained in:
Edouard Griffiths 2020-11-05 16:48:04 +01:00 committed by GitHub
commit b9c0c5ad6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@
"--share=ipc", "--share=ipc",
"--socket=pulseaudio", "--socket=pulseaudio",
"--socket=x11", "--socket=x11",
"--socket=wayland" "--socket=wayland",
"--env=QT_QPA_PLATFORM=xcb"
], ],
"modules": [ "modules": [
{ {