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

--- Comment #7 from Michael Hamilton <mich...@actrix.gen.nz> ---
In case anyone is interested in a work-around for this issue, I found I that
disabling scaling works for me  I edited .config/plasma-workspace/env/hidpi.sh
and added

export QT_ENABLE_HIGHDPI_SCALING=0

Subsequent logins show panel popups where expected.

Note, this is quite a hack.  It reverts Qt6 spacing, scaling, and the look of
some UI elements to match Qt5, so some might not be comfortable with the change
in appearance.   

(Having recently ported a PyQt5 application to PyQt6, I can see the horrible
complexity scaling introduces.  What I did in the end was to look at the
devicePixelRatio and made sure that if it was 1.0, the positioning math
remained unscaled.)

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

Reply via email to