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" ],