mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2024-11-22 13:45:39 +00:00
Merge pull request #79 from iMonZ/patch-1
Set env variable to force x11 mode
This commit is contained in:
commit
3c27c6d4df
|
@ -13,6 +13,7 @@ finish-args:
|
||||||
# game directory feature still needs this
|
# game directory feature still needs this
|
||||||
- --filesystem=host:ro
|
- --filesystem=host:ro
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
|
- --env=QT_QPA_PLATFORM=xcb
|
||||||
- --socket=x11
|
- --socket=x11
|
||||||
- --share=network
|
- --share=network
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
|
|
Loading…
Reference in a new issue