Summary: | Blurred icons when using fractional scaling (Qt 6.8, frameworks and plasma master) | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kiconthemes | Reporter: | Alex Fiestas <afiestas> |
Component: | general | Assignee: | Christoph Feck <cfeck> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jf.mundox, kdelibs-bugs, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kiconthemes/-/commit/89bbd78273f96a858ea181c977dda50f223cc4c4 | Version Fixed In: | 6.6 |
Sentry Crash Report: | |||
Attachments: | Video where the blurry icons can be observed. |
Description
Alex Fiestas
2024-08-13 16:02:12 UTC
Created attachment 172590 [details]
Video where the blurry icons can be observed.
Scaled down to 1080 from 4k but the icon blurriness can be observed.
I can't reproduce that with current git master for everything KDE, but Qt 6.7.2. At 100% or 150% scale on a 1080p screen, or 225% or 200% scale on a 4k screen, the icons don't exhibit the level of blurriness I can see in your screen recording. Aha, apparently this is known and will be fixed with https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/146. Awesome, I can confirm that the patch fixes the issue for me. *** Bug 491094 has been marked as a duplicate of this bug. *** Git commit 89bbd78273f96a858ea181c977dda50f223cc4c4 by Nicolas Fella. Committed on 14/08/2024 at 14:08. Pushed by nicolasfella into branch 'master'. [kiconengine] Adapt to Qt behavior change in scaledPixmap Since Qt 6.8 the size we get doesn't include the scale, so apply that outselves M +7 -1 src/kiconengine.cpp https://invent.kde.org/frameworks/kiconthemes/-/commit/89bbd78273f96a858ea181c977dda50f223cc4c4 |