https://bugs.kde.org/show_bug.cgi?id=361295

--- Comment #7 from winsauce...@gmail.com ---
I've made some progress, based on reading
https://blog.qt.io/blog/2016/01/26/high-dpi-support-in-qt-5-6/

By setting the following environment variables, the icon sizes of kde 5
programs is much improved:

export QT_AUTO_SCREEN_SCALE_FACTOR=1
export GDK_SCALE=2
export GDK_DPI_SCALE=0.5

The GDK stuff does not affect Qt apps, but including for completeness, since
DPI needs to be halved because of (presumably) my forced dpi setting.  This is
with scaling in systemsettings set to 1x, and force font dpi in systemsettings
to 192.

It's not perfect with these settings.  The UI elements look a bit too large
compared to normal (that is, how it looked before I updated), but it's much
nicer than the small icons that I had before.  Will attach a screenshot to
hopefully illustrate a little.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to