So I’m using fractional scaling 'cause I’m stuck on a 1600p monitor and the default is too small. This causes me to be affected by this bug. There is a workaround, but it requires me to set an environment variable called QT_SCALE_FACTOR_ROUNDING_POLICY before entering Plasma.
I tried to set it up using Autostart in the Settings, which didn’t work. Could a more experienced user help me out?
If you use the autostart GUI, you script will start too late. If you put it in “.config/plasma-workspace/env” then it is run before your session is fully up, so that environment settings are shared by all of your session.
Another alternative is to put it in your shell startup file, which also runs early.