summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhaedrus Leeds <mwleeds@protonmail.com>2022-04-05 12:53:02 -0700
committerPhaedrus Leeds <mwleeds@protonmail.com>2022-04-05 12:53:06 -0700
commit5df4cde9b6caaf24d8b37654220fd5c4aeec8c29 (patch)
tree800d1d02e145514ed7930bfca4ecd116e74fc895
parent109b73217c9291103607235859526044b9470213 (diff)
downloadtotem-5df4cde9b6caaf24d8b37654220fd5c4aeec8c29.tar.gz
flatpak: Remove incorrect gvfs talk name
See https://docs.flatpak.org/en/latest/sandbox-permissions.html#gvfs-access
-rw-r--r--flatpak/org.gnome.Totem.Devel.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 6de4ecc86..c0d33b272 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -26,7 +26,7 @@
"--filesystem=xdg-videos",
"--filesystem=xdg-download",
/* Browse gvfs */
- "--talk-name=org.gtk.vfs", "--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",