Implement a better file chooser / picker via xdg-desktop-portal-xapp #1467
Replies: 2 comments 6 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.
-
|
About "the biggest problem", my opinion is in its broken UI on search/find. There is a search toggle button in GTK3 filepicker, but it is hidden when the computer configured to use traditional window titlebar, which is the case of Linux Mint. If one trigger it accidentally, it become mysterious how to get out of the search. |
Beta Was this translation helpful? Give feedback.
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