-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix remote shares access with GVFS 1.48 #101
Comments
How is it broken? |
It won't be able to talk to gvfsd, so everything that relies on gvfs won't work as expected. |
So all stuff like remote mounts and stuff like this, is that it? From the linked report, all it takes is for us to add |
My question, is in which case does it fail? I couldn't find one, but it's totally possible that the problem is me here. The original issue says not every app needs to do that:
|
Yes, so pretty much required for an app like GIMP that doesn't use portals but wants to integrate into GNOME.
Yes.
If your app doesn't talk to gvfs, then also remove all the org.gtk.vfs D-Bus holes that got punched. In short, if you use a non-portal file chooser, then you want to punch all the holes necessary for gvfs so you can mount remote shares and disks. |
Nono it does, since it was added as a response to someone asking for it: 8739c53 - issue #4372 in GIMP tracker Anyway maybe we can't reproduce the issue if we don't use gvfs 1.48 yet. I assume it depends on the gvfs present on host-side, @hadess ? (here I have 1.46 on a Fedora 33) |
It does, gvfs isn't installed inside the sandbox. |
Thanks @hadess. @hfiguiere If you want to do your first direct commit, be my guest. 😉 |
I see, given that I still run Fedora 33... |
Issue #101 - Add gvfsd permission for gvfs
See flathub/flathub#2180 (cherry picked from commit 924434e)
Reference: flathub/flathub#2180
The text was updated successfully, but these errors were encountered: