From 2869bb3ef37c7fb95acd22b5285eb9d38c94bd8b Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 20 May 2018 17:37:48 +0300 Subject: [PATCH] Flatpak: Allow the app to access the Home folder. This is needed in order to import an OPML file. There might be a better solution to this. --- org.gnome.Hammond.json | 1 + 1 file changed, 1 insertion(+) diff --git a/org.gnome.Hammond.json b/org.gnome.Hammond.json index d646dc9..acd2510 100644 --- a/org.gnome.Hammond.json +++ b/org.gnome.Hammond.json @@ -14,6 +14,7 @@ "finish-args" : [ "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro", + "--filesystem=home", "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf", "--share=network",