14 ms·
What changes have been implemented in GTK that make it harder to use outside of a GNOME environment?
by jdiff 5mo ago
What changes have been implemented in GTK that make it harder to use outside of a GNOME environment?
- mghackerlady 5mo agopractically everything in GTK 4. It removed menu bars ffs
- jasomill 5mo agoAs far as I can tell, every major version of GTK should be thought of as an entirely separate project, and nothing in GTK 4 made GTK 3 or GTK 2 harder to use.
- antisol 5mo agoPlease link me to the python3 gtk2 library so that I can migrate all my python2 gtk2 software to python3 without rewriting the entire UI. Thanks in advance!
- em-bee 5mo agowhat does make GTK2 harder to use is that it is not supported anymore. you can't build or run GKT2 based apps on new systems without building the GTK2 libraries yourself.
- Lammy 5mo agohttps://adrienplazas.com/blog/2021/03/31/introducing-libadwaita.html https://adrienplazas.com/blog/2021/03/31/introducing-libadwa...