summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2018-01-15 11:32:16 +0100
committerCarlos Soriano <csoriano@gnome.org>2018-01-15 11:32:16 +0100
commit3f6cd2feb258bab75b0b8355f526331d940d8845 (patch)
treef41b4af45bd74a83ce02fb4f0debefdf181e4d08
parent1cd19241d19774ba2da1e0d2e52d532183918f34 (diff)
downloadnautilus-3f6cd2feb258bab75b0b8355f526331d940d8845.tar.gz
Flatpak: Allow access to the whole filesystem
Nautilus as a file manager needs access to the whole file system, for that there is a value called "host" which allows direct access to it. Use it instead of just access to home. Closes #201
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index 1d4c21291..f752def38 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -11,9 +11,8 @@
"--socket=wayland",
"--talk-name=org.gnome.OnlineAccounts",
"--talk-name=org.freedesktop.Tracker1",
- "--filesystem=home",
+ "--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"
],
"cleanup": [ "/include", "/share/bash-completion" ],