From 2c873f98cb9738293d837b5a77cfd25b6b87e6ac Mon Sep 17 00:00:00 2001 From: brunoherbelin Date: Fri, 21 Nov 2025 19:28:23 +0100 Subject: [PATCH] Flatpak only needs home file access, not whole system --- flatpak/io.github.brunoherbelin.Vimix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/io.github.brunoherbelin.Vimix.json b/flatpak/io.github.brunoherbelin.Vimix.json index 713f639..20bd5f1 100644 --- a/flatpak/io.github.brunoherbelin.Vimix.json +++ b/flatpak/io.github.brunoherbelin.Vimix.json @@ -14,7 +14,7 @@ "--device=dri", "--device=shm", "--device=all", - "--filesystem=host", + "--filesystem=home", "--filesystem=/tmp", "--talk-name=org.gtk.vfs.*", "--env=FREI0R_PATH=/app/lib/frei0r-1"