Why do some want to get rid of GTK2 and all applications that depend on it?
Why do some want to get rid of GTK2 and all applications that depend on it?
Posted Jan 17, 2026 20:08 UTC (Sat) by pizza (subscriber, #46)In reply to: Why do some want to get rid of GTK2 and all applications that depend on it? by anton
Parent article: Debian discusses removing GTK 2 for forky
You are in a tiny, tiny, tiny minority.
But it's not that "touch input" is backwards-incompatible in of itself, but rather that touch-oriented UIs need to be designed differently to be effective.
> Multi-DPI setups: That certainly existed in 2002. In any case, why would it cause a backwards-incompatible change?
No, the entire system ran at a single DPI. And $deity help you if you tried to change it from 96dpi.
> HiDPI: Why would that cause a backwards-incompatible change?
Because traditionally, the goal of higher resolution was to cram more onto the screen (making things smaller for a given screen size), whereas "HiDPI" is about keeping visual elements the same perceptual size on different resolution (but identically sized) screens.
The reason it's not "backwards compatible" is that this requires your UI layouts to be specified in resolution-independent units (as opposed to, say, "pixels").
> That being said, what is broken with GTK2 that some people want to eradicate it and all the applications that depend on it?
Other than the minor detail that many(most?) GTK2 applications directly rely on X11-isms.. like having a fixed dpi for all UI elements, there's the more fundmental problem about how GTK2 has been unmaintained for over five years. It turns out that folks complaining aren't stepping up to maintain anything.
