https://bugs.kde.org/show_bug.cgi?id=389523
--- Comment #5 from Aayush Agarwal <aayush.agarwal...@yahoo.com> --- (In reply to Fabian Vogt from comment #3) > Whatever startkde does to those environment variables is completely wrong: > > export GDK_SCALE=$kdeglobals_kscreen_scalefactor > export GDK_DPI_SCALE=`awk "BEGIN {print > 1/$kdeglobals_kscreen_scalefactor}"` > > According to https://developer.gnome.org/gtk3/stable/gtk-x11.html this will > *always* result in a effective scale of 1. > > I suggest: > > - Round up GDK_SCALE to the next integer > - Set GDK_DPI_SCALE to account for the difference in rounding Rounding GDK_SCALE to the next integer (2x?) will make the UI too big. Why not calculate GDK_DPI_SCALE based on the dpi set for the font? -- You are receiving this mail because: You are watching all bug changes.