Summary: | Crispy text in various pieces of Qt6 software when using fractional scale factor | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Robby Engelmann <robby.engelmann> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kde, nate, robby.engelmann, w01dnick |
Priority: | NOR | Keywords: | qt6 |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
crispy text reading akregator feed
clear text in akregator feed list crispy in panel clear in panel |
Description
Robby Engelmann
2023-11-28 14:49:26 UTC
Created attachment 163573 [details]
crispy text reading akregator feed
Created attachment 163574 [details]
clear text in akregator feed list
Which others? until now I recognized it for: -Texts in Akregator and Kmail (always -Texts in Plasma notes (I think if it is not active; when click into it, the text changes from crispy to clear) -Titles in the plasma panel (might be, that here only the lower part is not rendered if full screen app touches the panel) - see attachments Created attachment 163602 [details]
crispy in panel
Created attachment 163603 [details]
clear in panel
Are you by any chance using a scale factor other than 100% or 200%? I am quite sure, that the answer is YES, but I cannot look it up, because the Display & Monitor KCM is crashing here every time (In reply to Robby Engelmann from comment #1) > Created attachment 163573 [details] > crispy text reading akregator feed I think this one is due Qt6 QtWebEngine bug: https://bugreports.qt.io/browse/QTBUG-113574 For Falkon I use `QT_SCALE_FACTOR_ROUNDING_POLICY=RoundPreferFloor` workaround. Indeed, this workaround solves the issue. For the time being, I export it on session start. Is this bug now resolved -> upstream? (In reply to Robby Engelmann from comment #10) > Indeed, this workaround solves the issue. For the time being, I export it on > session start. > Is this bug now resolved -> upstream? Well, I'm not sure about this: (In reply to Robby Engelmann from comment #5) > Created attachment 163602 [details] > crispy in panel This one uses AFAIK QtQuick, so shouldn't be affected by WebEngine bug. (In reply to Mykola Krachkovsky from comment #11) > (In reply to Robby Engelmann from comment #10) > > Indeed, this workaround solves the issue. For the time being, I export it on > > session start. > > Is this bug now resolved -> upstream? > > Well, I'm not sure about this: > > (In reply to Robby Engelmann from comment #5) > > Created attachment 163602 [details] > > crispy in panel > > This one uses AFAIK QtQuick, so shouldn't be affected by WebEngine bug. This one is resolved as works for me. Possible there only the lowest part was not shown at all. But look fine now since some days |