https://bugs.kde.org/show_bug.cgi?id=392288
--- Comment #7 from battagli...@gmail.com --- I think the easy band-aid fix is to have KDE auto-set the GDK_SCALE and GDK_DPI_SCALE env's **only if** the scaling value is set to an integer. In other words, if I set scale=2.0, it sets these variables to GDK_SCALE=2 and GDK_DPI_SCALE=0.5. On the other hand, if I set them to scale=1.5, it leaves them unset. This may be a good approach for fractional scaling issues in general. -- You are receiving this mail because: You are watching all bug changes.