[nautilus/flatpak-fixes: 2/2] Flatpak: Allow access to the whole filesystem



commit 3f6cd2feb258bab75b0b8355f526331d940d8845
Author: Carlos Soriano <csoriano gnome org>
Date:   Mon Jan 15 11:32:16 2018 +0100

    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

 build-aux/flatpak/org.gnome.Nautilus.json | 3 +--
 1 file changed, 1 insertion(+), 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" ],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]