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",
"--device=dri",
"--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": [
"/include",
@@ -27,9 +29,7 @@
"name": "cartridges",
"builddir": true,
"buildsystem": "meson",
"config-opts": [
"-Dprofile=development"
],
"config-opts": ["-Dprofile=development"],
"sources": [
{
"type": "dir",