summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2023-02-28 08:38:34 +0100
committerOndrej Holy <oholy@redhat.com>2023-03-02 15:37:45 +0000
commitcb8ed0c48fc6024f97d80c8ae27988aa1911d0e2 (patch)
tree8d9e684fded9edc26c24378a75d528224347c608 /build-aux
parent376b0db4b37d379a387706c9fea51019bc97acb4 (diff)
downloadnautilus-cb8ed0c48fc6024f97d80c8ae27988aa1911d0e2.tar.gz
flatpak: Remove --talk-name=org.gtk.vfs
The `--talk-name=org.gtk.vfs` statement should not be used in manifests as there is no service with such name. The `--talk-name=org.gtk.vfs.*` statement should be pretty enough for the GVfs access. See: https://docs.flatpak.org/en/latest/sandbox-permissions.html#gvfs-access Let's drop that statement.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/flatpak/org.gnome.Nautilus.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.json b/build-aux/flatpak/org.gnome.Nautilus.json
index a41ca82a6..fe6dbdfca 100644
--- a/build-aux/flatpak/org.gnome.Nautilus.json
+++ b/build-aux/flatpak/org.gnome.Nautilus.json
@@ -17,7 +17,6 @@
"--talk-name=org.gnome.OnlineAccounts",
"--filesystem=host",
"--filesystem=/tmp",
- "--talk-name=org.gtk.vfs",
"--talk-name=org.gtk.vfs.*",
"--talk-name=org.gtk.MountOperationHandler",
"--filesystem=xdg-run/gvfsd",