mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-17 01:14:01 +00:00
add home directory access for flatpak
This commit is contained in:
parent
83ea433857
commit
642c4a9ed7
@ -6,16 +6,16 @@ sdk: org.freedesktop.Sdk
|
|||||||
command: sunshine
|
command: sunshine
|
||||||
separate-locales: false
|
separate-locales: false
|
||||||
finish-args:
|
finish-args:
|
||||||
- --device=all
|
- --device=all # access all devices
|
||||||
- --env=PULSE_PROP_media.category=Manager
|
- --env=PULSE_PROP_media.category=Manager # allow sunshine to manage audio sinks
|
||||||
- --persist=.config/sunshine
|
- --filesystem=home # need to save files in user's home directory
|
||||||
- --share=ipc
|
- --share=ipc # required for X11 shared memory extension
|
||||||
- --share=network
|
- --share=network # access network
|
||||||
- --socket=pulseaudio
|
- --socket=pulseaudio # play sounds using pulseaudio
|
||||||
- --socket=wayland
|
- --socket=wayland # show windows using Wayland
|
||||||
- --socket=x11
|
- --socket=x11 # show windows using X11
|
||||||
- --system-talk-name=org.freedesktop.Avahi
|
- --system-talk-name=org.freedesktop.Avahi # talk to avahi on the system bus
|
||||||
- --talk-name=org.freedesktop.Flatpak
|
- --talk-name=org.freedesktop.Flatpak # talk to flatpak on the session bus
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
- /include
|
- /include
|
||||||
|
Loading…
Reference in New Issue
Block a user