summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-04-08 18:09:28 +0200
committerCarlos Soriano <csoriano@gnome.org>2018-04-08 18:09:28 +0200
commit8ac9c873067dd8d6cba334eabd9e8fda873cee60 (patch)
treeac9e71ccba680c499e01a33dc5d762cae2aebaf8
parent86080e646a81679761e09aee4071abf68a2dac3b (diff)
downloadnautilus-8ac9c873067dd8d6cba334eabd9e8fda873cee60.tar.gz
Flatpak: Allow access to gsettings folder
Recently we have been seeing that gsettings doesn't work inside the Flatpak build of Nautilus. In https://gitlab.gnome.org/GNOME/nautilus/commit/3f6cd2feb258bab75b0b8355f526331d940d8845 we gave full host access to Nautilus, so I expected that no more --filesystem permission would be necessary. For some reason... we still need to put that. Although it looks like a bug somewhere. For now, let's just explicitly allow access the desrt folder.
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index b0424ec18..3c1f53311 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -13,6 +13,7 @@
"--talk-name=org.freedesktop.Tracker1",
"--filesystem=host",
"--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
+ "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
"modules": [