Share shm in flatpak

fixes #562

Requires flatpak 1.11.1
pull/678/head
Nicolas Werner 3 years ago
parent 001f87fe77
commit 7a7ba47c01
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 3
      io.github.NhekoReborn.Nheko.yaml

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

Loading…
Cancel
Save