Summary: | Window outlines in Pager ignore desktop scaling | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | R David Dunphy <rdd.dunphy> |
Component: | Pager widget | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, plasma-bugs, rdd.dunphy |
Priority: | NOR | ||
Version First Reported In: | 5.18.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
R David Dunphy
2020-11-20 12:10:20 UTC
Just realised this issue is mentioned in https://bugs.kde.org/show_bug.cgi?id=356446, but I think it's probably a separate bug. I suspect this will end up being a duplicate of 356446, yes. Most of the issues in the duplicates of it aren't fixable generically and can only really be fixed by using Qt scaling. Can you please attach a screenshot? And can you tell me if it's fixed if you use the Wayland session or set PLASMA_USE_QT_SCALING=1 and restart plasmashell in your X11 session? Running plasmashell with PLASMA_USE_QT_SCALING=1 doesn't seem to help, but using Wayland fixes the issue. Here's a screenshot on X11 with a scale factor of 200%: https://ibb.co/3fTKjS6 Ah then this is caused by a mismatch between the size that KWin knows and the size that Plasma knows, which is only really fixable on Wayland unfortunately (they have the same coordinate space there). Hopefully you will be able to use the Wayland session. :) |