Implement a better file chooser / picker via xdg-desktop-portal-xapp #1467
billyswong
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
Not sure I agree with the release notes statement - it'll usually still be gtk-based, but gtk4 instead (which isn't really a good thing feature-wise). This has been something I want to look at for some time - the obvious choice for us would be to have something that looks and feels like nemo, but it's not simple to do. We could do a Gtk3 dialog with a much better-populated sidebar, which to me is the biggest problem with the default one. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background:
https://www.firefox.com/en-US/firefox/149.0/releasenotes/
The GTK3 file picker has been complained many many times by many people. Often we just conclude it is out of scope of What Linux Mint can do. But it might not be totally true.
More and more applications are shifting away from invoking the GTK file dialog directly. They send their request to XDG desktop portal and let it take care instead. This lead to an opportunity. Linux Mint may be able to intercept the request, and provide a better file picker dialog!
Beta Was this translation helpful? Give feedback.
All reactions