mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 14:55:38 +00:00
Disabled socket wayland and fallback-x11 as they coexhist for flathub runner
This commit is contained in:
parent
b523fce3b9
commit
1a3ec7ba4f
|
@ -12,7 +12,7 @@ command: retrodeck.sh
|
|||
|
||||
finish-args:
|
||||
- --socket=x11
|
||||
- --socket=wayland
|
||||
#- --socket=wayland
|
||||
- --socket=pulseaudio
|
||||
- --share=ipc
|
||||
- --share=network
|
||||
|
@ -32,7 +32,7 @@ finish-args:
|
|||
- --allow=bluetooth
|
||||
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
||||
# rpcs3
|
||||
- --socket=fallback-x11
|
||||
#- --socket=fallback-x11
|
||||
|
||||
modules:
|
||||
- name: retrodeck
|
||||
|
|
|
@ -12,7 +12,7 @@ command: retrodeck.sh
|
|||
|
||||
finish-args:
|
||||
- --socket=x11
|
||||
- --socket=wayland
|
||||
#- --socket=wayland
|
||||
- --socket=pulseaudio
|
||||
- --share=ipc
|
||||
- --share=network
|
||||
|
@ -32,7 +32,7 @@ finish-args:
|
|||
- --allow=bluetooth
|
||||
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
||||
# rpcs3
|
||||
- --socket=fallback-x11
|
||||
#- --socket=fallback-x11
|
||||
|
||||
cleanup:
|
||||
# ES-DE
|
||||
|
|
Loading…
Reference in a new issue