Share shm in flatpak

fixes #562

Requires flatpak 1.11.1
This commit is contained in:
Nicolas Werner 2021-08-07 01:24:13 +02:00
parent 001f87fe77
commit 7a7ba47c01
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ rename-desktop-file: nheko.desktop
rename-appdata-file: nheko.appdata.xml rename-appdata-file: nheko.appdata.xml
finish-args: finish-args:
- --device=dri - --device=dri
- --device=shm
# needed for webcams, see #517 # needed for webcams, see #517
- --device=all - --device=all
- --share=ipc - --share=ipc
@ -19,6 +20,8 @@ finish-args:
- --talk-name=org.freedesktop.secrets - --talk-name=org.freedesktop.secrets
- --talk-name=org.freedesktop.StatusNotifierItem - --talk-name=org.freedesktop.StatusNotifierItem
- --talk-name=org.kde.* - --talk-name=org.kde.*
# needed for SingleApplication to work
- --allow=per-app-dev-shm
cleanup: cleanup:
- /include - /include
- /bin/mdb* - /bin/mdb*