Dear Developer, The icons on a HiDPI screen are not scaled in the right button menu on the desktop area. The QT_AUTO_SCREEN_SCALE_FACTOR environment variable is set to 1. Reproducible: Always Steps to Reproduce: 1. Point the cursor at an empty area of the desktop. 2. Click right button. 3. Look at the icons size. Actual Results: The icons are not scaled. Expected Results: The icons are scaled. Thank you.
*** This bug has been marked as a duplicate of bug 356446 ***
Un-duping since this should be possible to fix without fixing Bug 356446, and I am investigating doing so.
*** Bug 372013 has been marked as a duplicate of this bug. ***
*** Bug 382146 has been marked as a duplicate of this bug. ***
*** Bug 389813 has been marked as a duplicate of this bug. ***
*** Bug 393131 has been marked as a duplicate of this bug. ***
*** Bug 393666 has been marked as a duplicate of this bug. ***
*** Bug 400269 has been marked as a duplicate of this bug. ***
And upon further investigation and consultation with colleagues, it is impossible to fix without turning on Qt scaling, because you can't selectively turn on or off Qt scaling for only certain UI elements. The only thing we could do is split plasmashell into multiple processes and have one process draw everything that is drawable using Plasma scaling and another process draw everything that needs to be drawn using Qt scaling. Such an endeavor would be an enormous amount of work and add substantial complexity and fragility though, so it's not really feasible. Re-duping to Bug 356446, and I will re-open it. *** This bug has been marked as a duplicate of bug 356446 ***
*** Bug 445526 has been marked as a duplicate of this bug. ***