https://bugs.kde.org/show_bug.cgi?id=442901
--- Comment #31 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 7197eb34bf12d1e07ec1a3015924ba8ec32e2f1e by Fushan Wen, on behalf of Luca Bacci. Committed on 26/01/2023 at 15:19. Pushed by fusionfuture into branch 'master'. X11: Do not set the GDK_SCALE / GDK_DPI_SCALE environment variables The primary method for setting the global and text scale for GTK applications is by using the `gdk-window-scaling-factor` and `gdk-unscaled-dpi` settings. Those are also read by GTK4, which at the same time dropped usage of GDK_DPI_SCALE. Note that the scaling settings are only relevant on X11; On Wayland the DPI scale is communicated directly by KWin to applications on a per-monitor basis. See also https://invent.kde.org/plasma/kde-gtk-config/-/merge_requests/49 FIXED-IN: 5.27 M +0 -5 startkde/startplasma-x11.cpp https://invent.kde.org/plasma/plasma-workspace/commit/7197eb34bf12d1e07ec1a3015924ba8ec32e2f1e -- You are receiving this mail because: You are watching all bug changes.