You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gtk2 does not support scaling of some elements like icons, so it plays very bad with HiDPI screens, where scaling usually accompanies high resolutions. In general, Gtk2 should be abandoned, but there are some things which do not have Gtk3 versions.
Currently used Gtk2 software without Gtk3 support are:
doublecmd;
audacious.
Both of them have Qt5 support, but
doublecmd with Qt5 runs well but has ugly artifacts when Qt5 runs in Adwaita compatibility mode;
audacious Qt5 version is in AUR and requires access to the original website which is blocked by RKN (screw it...), so automating the installation is a bit embarrassing (proxy setup + AUR packages build).
So, Gtk2 is a long-running issue. Check back few years later.
The text was updated successfully, but these errors were encountered:
Official Arch build of doublecmd switched to Qt5.
Official Arch build of audacious switched to Qt6.
Official Arch build of feh does not longer depend on Gtk and uses imaging-related libs with no dependencies on heavy UI toolkits.
Gtk2 does not support scaling of some elements like icons, so it plays very bad with HiDPI screens, where scaling usually accompanies high resolutions. In general, Gtk2 should be abandoned, but there are some things which do not have Gtk3 versions.
Currently used Gtk2 software without Gtk3 support are:
doublecmd
;audacious
.Both of them have Qt5 support, but
doublecmd
with Qt5 runs well but has ugly artifacts when Qt5 runs in Adwaita compatibility mode;audacious
Qt5 version is in AUR and requires access to the original website which is blocked by RKN (screw it...), so automating the installation is a bit embarrassing (proxy setup + AUR packages build).So, Gtk2 is a long-running issue. Check back few years later.
The text was updated successfully, but these errors were encountered: