From 9e4e96618506a69cf08c3a99c1479b182e0a22ac Mon Sep 17 00:00:00 2001 From: Tim Weber Date: Sun, 27 Oct 2024 02:16:02 +0100 Subject: [PATCH] Replace homedir permission with only config path This makes the application perfectly usable (including being able to save and load its own config), but without giving it access to the whole home directory. And yes, the config directory it's expecting is really ~/.config/.X-AIR-Edit, with that exact capitalization, and with the leading dot. --- com.behringer.XAirEdit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.behringer.XAirEdit.yml b/com.behringer.XAirEdit.yml index 3859999..9db3c5a 100644 --- a/com.behringer.XAirEdit.yml +++ b/com.behringer.XAirEdit.yml @@ -10,7 +10,7 @@ finish-args: - --socket=x11 - --share=network - --device=dri -- --filesystem=home +- --persist=.config/.X-AIR-Edit modules: - name: patchelf sources: