https://bugs.kde.org/show_bug.cgi?id=461106
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kde-gtk-config/commit/1b |ma/kde-gtk-config/commit/d2 |66b4b5fd6ccc8b5b938fcaaed78 |a84a92ca563b94fdfbea9d8edb8 |639360dfc47 |eb5955bccf0 --- Comment #6 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit d2a84a92ca563b94fdfbea9d8edb8eb5955bccf0 by Fushan Wen, on behalf of Luca Bacci. Committed on 17/03/2023 at 17:04. Pushed by fusionfuture into branch 'Plasma/5.27'. Beside monitor scaling factors, a user may specify a preferred text DPI size from the system configuration utility (KCM fonts) That setting is stored inside the kcmfonts configuration file; one entry is kept for Plasma/X11 sessions, "forceFontDPI", and another for Plasma/Wayland sessions, "forceFontDPIWayland". Here we make kde-gtk-config read such entries (depending on the Plasma session type) and then set the GTK text scaling settings accordingly. Fixes #3 Related: bug 466463 FIXED-IN: 5.27.4 (cherry picked from commit 1b66b4b5fd6ccc8b5b938fcaaed78639360dfc47) M +2 -0 kded/config_editor/gsettings.cpp M +9 -1 kded/config_editor/xsettings.cpp M +1 -0 kded/config_editor/xsettings.h M +23 -0 kded/configvalueprovider.cpp M +5 -0 kded/configvalueprovider.h M +37 -12 kded/gtkconfig.cpp M +2 -0 kded/gtkconfig.h https://invent.kde.org/plasma/kde-gtk-config/commit/d2a84a92ca563b94fdfbea9d8edb8eb5955bccf0 -- You are receiving this mail because: You are watching all bug changes.