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:
commit
b9c0c5ad6a
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user