Skip to content

Commit

Permalink
Add permission for Flatpak. (#291)
Browse files Browse the repository at this point in the history
* Add permission for Flatpak.

Adding --talk-name=org.freedesktop.Flatpak as this is needed to launch applications on the host. Example flatpak-spawn --host sleep 1m.

* Alphabetical order
  • Loading branch information
istori1 authored Aug 1, 2022
1 parent 5ac84fd commit 58a71bf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions packaging/linux/flatpak/dev.lizardbyte.sunshine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ sdk: org.freedesktop.Sdk
command: sunshine
separate-locales: false
finish-args:
- --share=ipc
- --socket=x11
- --socket=wayland
- --socket=pulseaudio
- --share=network
- --device=all
- --env=PULSE_PROP_media.category=Manager
- --persist=.config/sunshine
- --share=ipc
- --share=network
- --socket=pulseaudio
- --socket=wayland
- --socket=x11
- --system-talk-name=org.freedesktop.Avahi
- --env=PULSE_PROP_media.category=Manager
- --talk-name=org.freedesktop.Flatpak

cleanup:
- /include
Expand Down

0 comments on commit 58a71bf

Please sign in to comment.