|
|
|
|
|
by rollcat
464 days ago
|
|
Wow, I'm not keeping up with all the new developments in the Linux desktop land, but that surely sounds like a step back. 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? |
|