-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
error: Multiple branches available – file save dialog fails to honor filesystem permissions #879
Comments
Duplicate of #886 |
Why do you think this is a duplicate of 886? That isn't about the "multiple branches" message. |
Oops |
Thanks. If I can help by providing more information or doing some debugging, let me know. |
I can confirm this bug. The problem is that |
So instead of calling:
The branch name is available in |
I have been trying to debug a weird issue I had with Firefox in flatpak recently. Even when I added directory permissions to my flatpak installation, the GTK file save dialog was returning portal paths (
/run/user/1000/doc/.../
) instead of the real paths. Eventually I figured out it seemed to be due to having two versions of Firefox installed. When trying to save I got this error message in the system log:I am able to access those paths from inside the container without using the portal, and
flatpak info --show-permissions
gives the expected results. Removing one of the versions of Firefox solves the issue. My understanding is that this should work correctly, so it's a portal bug.This is on Ubuntu 22.04.1, xdg-desktop-portal 1.14.4, xdg-desktop-portal-gtk 1.14.0.
The text was updated successfully, but these errors were encountered: