Fix Flatpak args to access runtime dir as temp directory. Still use home filesystem (tolerated as exception by flathub). Force only X11 as only solution.

This commit is contained in:
brunoherbelin
2026-03-02 22:34:04 +01:00
parent df1ea6a0ac
commit 02cc201d5f

View File

@@ -7,7 +7,6 @@
"rename-desktop-file": "vimix.desktop",
"rename-icon": "vimix",
"finish-args": [
"--socket=wayland",
"--socket=x11",
"--socket=pulseaudio",
"--share=ipc",
@@ -16,7 +15,8 @@
"--device=shm",
"--device=all",
"--filesystem=home",
"--filesystem=/tmp",
"--filesystem=xdg-run",
"--persist=.config/vimix",
"--talk-name=org.gtk.vfs.*",
"--env=FREI0R_PATH=/app/lib/frei0r-1"
],