I replaced my hd monitor with a 4k (2160p) monitor, which requires me to use 150% scale to make fonts legible. KDE plasma 6's display setting 'global scale' worked well with plasma desktop, KDE applications, and firefox and thunderbird (gtk). However, qt5 applications did not follow this global scale and were rendering at 100%, with fonts too small to be readable. Affected applications include libreoffice, virtualbox and vlc.
Following the examples found elsewhere, I could get all applications - KDE 6, qt5 and gtk - to use 150% by setting the following environment variables. However, I had to set KDE's global scale to 100% to avoid scaling twice.
Is there a better way to get the scaling work without these workarounds? I have
Following the examples found elsewhere, I could get all applications - KDE 6, qt5 and gtk - to use 150% by setting the following environment variables. However, I had to set KDE's global scale to 100% to avoid scaling twice.
Code:
GDK_DPI_SCALE=1.5
QT_SCALE_FACTOR=1.5
plasma6-plasma-integration-qt5 installed, but it does not seem to address the scaling.