summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-04-08 18:09:28 +0200
committerCarlos Soriano <csoriano1618@gmail.com>2018-04-08 19:41:37 +0000
commit104b410c564dc2b3f29f3f9a8f6d4e5906ea00ed (patch)
treebf0349d5e19482dc405bcb651e2800767551537d
parent48b177ae678870f81cd95967662179900f12a93f (diff)
downloadnautilus-104b410c564dc2b3f29f3f9a8f6d4e5906ea00ed.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. (cherry picked from commit 8ac9c873067dd8d6cba334eabd9e8fda873cee60)
-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 f7197c126..ca609cc4f 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -14,6 +14,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": [