Would like help on how to fix scaling of Qt6 apps on my kde desktop

Hi @richarson

so, I tried the idea.

Here is all the things I tried.

  • add the file as you suggested in /etc/profile.d
    zero effect. (yes, I logged out and in again)
  • add an export in my ~/.bash_profile
    zero effect.
  • add an export in my ~/.bashrc
    Ah, now this variable is properly set in a newly started konsole.

but it still has had no effect on starting such apps from plasma or krunner.

Somehow KDE sets these variables, stopping me from correcting their values.

$ set | grep QT_
QT_AUTO_SCREEN_SCALE_FACTOR=0
QT_SCREEN_SCALE_FACTORS='eDP=1;HDMI-A-0=1;'

Is there any way to correct them, or get KDE to stop doing that?