flatpak: Add necessary permissions

This commit is contained in:
kramo
2025-12-03 16:31:34 +01:00
parent aa5168e717
commit f8fa86859e

View File

@@ -9,7 +9,9 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--device=dri", "--device=dri",
"--socket=wayland", "--socket=wayland",
"--talk-name=org.freedesktop.Flatpak" "--talk-name=org.freedesktop.Flatpak",
"--filesystem=host:ro",
"--filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam/:ro"
], ],
"cleanup": [ "cleanup": [
"/include", "/include",
@@ -27,9 +29,7 @@
"name": "cartridges", "name": "cartridges",
"builddir": true, "builddir": true,
"buildsystem": "meson", "buildsystem": "meson",
"config-opts": [ "config-opts": ["-Dprofile=development"],
"-Dprofile=development"
],
"sources": [ "sources": [
{ {
"type": "dir", "type": "dir",