Is there any future for the GTK-based Desktop Environments?

Open link in next tab

Is there any future for the GTK-based Desktop Environments?

https://ludditus.com/2021/05/30/is-there-any-future-for-the-gtk-based-desktop-environments/

After many explorations, hesitations and tribulations; and after having thought that an Arch derivative with KDE is the way; and after having later considered that more desktop stability would be advisable, and having a fling for Ubuntu MATE 21.04, a quick experiment showed me that Ubuntu MATE cannot be trusted, and that maybe I should...

This article was written in the sense of bashing gnome but yet some points seem to be valid. It explains the history of gtk 1 to 4 and the influence of gnome in gtk. I'm not saying gnome is bad here, instead I find this an interesting to read and I'm sharing it.

See all comments

If I develop anything with a GUI I use GTK4. It has a bit of a learning curve to it but honestly I've come to like it.

I am currently creating a program for simulating networks and the drawing area is great for drawing the actual simulation because it basically allows you to have a cairo area as a widget so your possibilities there are basically unlimited and cairo is just a great drawing API.

Also gtk is basically the only modern GUI toolkit that can be used with C, which is great because it is pretty much the only language I know well enough to program a big application with. (But GObject still feels like black magic to me)