|
|
|
|
|
by holowoodman
473 days ago
|
|
Not really. You can use XDG portals to have native dialogues in Firefox, but GTK developers call this an abuse of portals, so this will go away at some point. Portals are intended as a way out of sandboxes like flatpack, not to plug-and-play file picker dialogues. |
|
So let's say I'm building an app like Blender or Reaper - I'm sidestepping the need for most of the OS-specific/native-widget components, because I already need to do a whole lot of very complex and custom rendering, and that is the saner choice when going for portability. But I would still like to maintain a certain level of basic OS integration, for example a native menu bar on macOS, matching the light/dark theme with the OS, or perhaps... a native file picker?
What are my choices on Linux? Link with Gtk, and make the app look out of place on KDE? Link with KDE, and pull in half of it with me when installed on Gnome? Link both? Summon Cthulhu?...
Sounds like we've had a solution for a moment, and now we want to remove it, because think of the yaks?