mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-03-14 15:17:35 +01:00
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:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user