From aa349aa93566d93191beeaa8acba334687a1491b Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 28 May 2018 19:50:25 +0300 Subject: [PATCH] Flatpak: Remove access to XDG_HOME. In 75c50392cbb07fe4ccbf35fc811fb262c6b5cf95 we switched to use the FileChooserNative API which means that filesystem access is automatically handled by the Documents(!)(Might be another one) xdg portal. --- org.gnome.Hammond.json | 1 - 1 file changed, 1 deletion(-) diff --git a/org.gnome.Hammond.json b/org.gnome.Hammond.json index acd2510..d646dc9 100644 --- a/org.gnome.Hammond.json +++ b/org.gnome.Hammond.json @@ -14,7 +14,6 @@ "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",