https://bugs.kde.org/show_bug.cgi?id=442901
Luca Bacci <luca.ba...@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luca.ba...@outlook.com --- Comment #25 from Luca Bacci <luca.ba...@outlook.com> --- Hello! KDE/Plasma implements scaling of GTK applications by setting an intelligent mix of global scale and text scale. That's also what GTK currently does on Windows, FWIW. However the environment variables GDK_SCALE and GDK_DPI_SCALE are just meant for quick testing of applications. Two GTK settings should be used, instead: * For the global scale: * Gdk/WindowScalingFactor, gdk-window-scaling-factor * For the text scale, either: * Xft/DPI, gtk-xft-dpi * Gdk/UnscaledDPI, gdk-unscaled-dpi (has precedence over the xft) I'll prepare an MR to make use of those settings. Note that GTK4 dropped usage of GDK_DPI_SCALE but still reads all the reported settings (and will continue doing so!) PS: Actually I'm going to open two MRs: one in plasma-workspace to drop usage of the env vars and one in kde-gtk-config to make use of the settings -- You are receiving this mail because: You are watching all bug changes.