mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-18 23:05:39 +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:
|
finish-args:
|
||||||
- --socket=x11
|
- --socket=x11
|
||||||
- --socket=wayland
|
#- --socket=wayland
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --share=network
|
- --share=network
|
||||||
|
@ -32,7 +32,7 @@ finish-args:
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
||||||
# rpcs3
|
# rpcs3
|
||||||
- --socket=fallback-x11
|
#- --socket=fallback-x11
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
- name: retrodeck
|
- name: retrodeck
|
||||||
|
|
|
@ -12,7 +12,7 @@ command: retrodeck.sh
|
||||||
|
|
||||||
finish-args:
|
finish-args:
|
||||||
- --socket=x11
|
- --socket=x11
|
||||||
- --socket=wayland
|
#- --socket=wayland
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio
|
||||||
- --share=ipc
|
- --share=ipc
|
||||||
- --share=network
|
- --share=network
|
||||||
|
@ -32,7 +32,7 @@ finish-args:
|
||||||
- --allow=bluetooth
|
- --allow=bluetooth
|
||||||
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
#- --env=QT_QPA_PLATFORM=xcb #not sure if this will break something
|
||||||
# rpcs3
|
# rpcs3
|
||||||
- --socket=fallback-x11
|
#- --socket=fallback-x11
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
# ES-DE
|
# ES-DE
|
||||||
|
|
Loading…
Reference in a new issue