From 02cc201d5fcd463494012278fa4e35edae1b0c42 Mon Sep 17 00:00:00 2001 From: brunoherbelin Date: Mon, 2 Mar 2026 22:34:04 +0100 Subject: [PATCH] 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. --- flatpak/io.github.brunoherbelin.Vimix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flatpak/io.github.brunoherbelin.Vimix.json b/flatpak/io.github.brunoherbelin.Vimix.json index 37c5411..644664d 100644 --- a/flatpak/io.github.brunoherbelin.Vimix.json +++ b/flatpak/io.github.brunoherbelin.Vimix.json @@ -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" ],