From a1ad2aafe4e443d4511ff611f2415faa1d80fd14 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Dec 08 2021 12:15:23 +0000 Subject: container.yaml: Add gvfsd access This fixes the following warnings on the command line: GVFS-WARNING **: 13:10:18.232: The peer-to-peer connection failed: Error when getting information for file “/run/user/1000/gvfsd”: No such file or directory. Falling back to the session bus. Your application is probably missing --filesystem=xdg-run/gvfsd privileges. --- diff --git a/container.yaml b/container.yaml index da6d0b7..a9a4e48 100644 --- a/container.yaml +++ b/container.yaml @@ -21,6 +21,8 @@ flatpak: --filesystem=~/.mozilla:create --filesystem=home:ro --filesystem=xdg-download:rw + --filesystem=xdg-run/gvfs + --filesystem=xdg-run/gvfsd --filesystem=xdg-run/pipewire-0 --device=all --talk-name=org.freedesktop.FileManager1