Skip to content

flatpak: Remove --talk-name=org.gtk.vfs

Ondrej Holy requested to merge wip/oholy/flatpak-drop-org-gtk-vfs into master

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.

Merge request reports