[totem/wip/hadess/gvfs-access] Fix remote shares access with gvfs




commit 393493da026bff5809df2c0de302997c9cc87b5f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Mar 26 00:09:14 2021 +0100

    Fix remote shares access with gvfs
    
    We need access to $XDG_RUNTIME_DIR/gvfsd because of:
    https://gitlab.gnome.org/GNOME/gvfs/-/issues/515#note_919326
    but we were lacking access to $XDG_RUNTIME_DIR/gvfs which meant no FUSE
    access to files.

 flatpak/org.gnome.Totem.Devel.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index e98538663..4879ac39a 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -29,6 +29,7 @@
         "--filesystem=xdg-download",
         /* Browse gvfs */
         "--talk-name=org.gtk.vfs", "--talk-name=org.gtk.vfs.*",
+        "--filesystem=xdg-run/gvfs", "--filesystem=xdg-run/gvfsd",
         /* screensaver plugin */
         "--talk-name=org.gnome.ScreenSaver",
         /* screenshot plugin */


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