-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add xdg-desktop-portal file chooser #8217
Add xdg-desktop-portal file chooser #8217
Conversation
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
What does the pull request do?
This PR implements a file chooser based on the xdg-desktop-portal DBus API.
At the moment, the GTK-based file chooser is still the default as I wanted to get some input on wether it should be removed and replaced or simply optional.
What is the current behavior?
GtkFileChooserDialog is used for file dialogs
What is the updated/expected behavior with this PR?
Optimally, deprecate and remove the GTK-based solution and replace it with this one.
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
None
Obsoletions / Deprecations
Fixed issues
Fixes #8213