diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-07 01:24:13 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-07 01:24:13 +0200 |
commit | 7a7ba47c013c0a229e8a4ac2e11107d4e4069948 (patch) | |
tree | 70b87abac246fba577a77c9d98722aa07e714ece /io.github.NhekoReborn.Nheko.yaml | |
parent | Fix redactions (diff) | |
download | nheko-7a7ba47c013c0a229e8a4ac2e11107d4e4069948.tar.xz |
Share shm in flatpak
fixes #562 Requires flatpak 1.11.1
Diffstat (limited to '')
-rw-r--r-- | io.github.NhekoReborn.Nheko.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml index a363aeff..638f278a 100644 --- a/io.github.NhekoReborn.Nheko.yaml +++ b/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* |