summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-03-26 00:09:14 +0100
committerBastien Nocera <hadess@hadess.net>2021-03-26 13:46:54 +0100
commit1794a8dfaef22a44aa09537627f23d412ba4167d (patch)
tree5e08c6ca60cc02dfc4af070781710b2c9bb66b2d
parent7899781bf510118ef50b7d1229fb0284f8928b87 (diff)
downloadtotem-1794a8dfaef22a44aa09537627f23d412ba4167d.tar.gz
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.
-rw-r--r--flatpak/org.gnome.Totem.Devel.json1
1 files changed, 1 insertions, 0 deletions
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 */