mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
Flatpak: Drop filesystem permission
Not needed, portals work fine.
This commit is contained in:
parent
9517638bcb
commit
1b08ea4254
|
@ -9,12 +9,12 @@
|
||||||
"command": "duckstation-qt",
|
"command": "duckstation-qt",
|
||||||
"finish-args": [
|
"finish-args": [
|
||||||
"--device=all",
|
"--device=all",
|
||||||
|
"--allow=bluetooth",
|
||||||
"--share=network",
|
"--share=network",
|
||||||
"--share=ipc",
|
"--share=ipc",
|
||||||
"--socket=fallback-x11",
|
"--socket=fallback-x11",
|
||||||
"--socket=wayland",
|
"--socket=wayland",
|
||||||
"--socket=pulseaudio",
|
"--socket=pulseaudio",
|
||||||
"--filesystem=host:ro",
|
|
||||||
"--talk-name=org.freedesktop.ScreenSaver"
|
"--talk-name=org.freedesktop.ScreenSaver"
|
||||||
],
|
],
|
||||||
"modules": [
|
"modules": [
|
||||||
|
|
Loading…
Reference in a new issue