Bug 469303 - Display configuration widget have blurry icons with different stroke widths
Summary: Display configuration widget have blurry icons with different stroke widths
Status: RESOLVED FIXED
Alias: None
Product: Breeze
Classification: Plasma
Component: Icons (show other bugs)
Version: 5.27.4
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: visual-design
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-03 09:34 UTC by medin
Modified: 2023-05-05 07:39 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.106
Sentry Crash Report:


Attachments
Display configuration widget have blurry icons with different stroke widths (65.74 KB, image/png)
2023-05-03 09:34 UTC, medin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medin 2023-05-03 09:34:24 UTC
Created attachment 158649 [details]
Display configuration widget have blurry icons with different stroke widths

See attached image for more info.
Comment 1 Nate Graham 2023-05-05 07:39:24 UTC
Can confirm. The issue appears to be that we use higher-resolution icons for all but the left one--but only in the widget, not in the pop-up OSD.
Comment 2 Nate Graham 2023-05-05 07:39:33 UTC
Git commit 4f39497fc901f01c07b3a4cc37aaf8c44090dea1 by Nate Graham.
Committed on 05/05/2023 at 07:35.
Pushed by ngraham into branch 'master'.

Fix osd- icon IDs

Multi-size icons need for the *largest* size to omit a size prefix, and
then all of the smaller versions have a size prefix as a hint to the
system. This was wrong for the osd- icons, which used the 64px version
as the un-prefixed size. To fix that, un-prefix the largest size as
expected.
FIXED-IN: 5.106

M  +17   -17   src/desktoptheme/breeze/icons/osd.svg

https://invent.kde.org/frameworks/plasma-framework/commit/4f39497fc901f01c07b3a4cc37aaf8c44090dea1
Comment 3 Nate Graham 2023-05-05 07:39:59 UTC
Git commit 768abf86b95947296e07f42b08580d88c68b1a9d by Nate Graham.
Committed on 05/05/2023 at 07:39.
Pushed by ngraham into branch 'kf5'.

Fix osd- icon IDs

Multi-size icons need for the *largest* size to omit a size prefix, and
then all of the smaller versions have a size prefix as a hint to the
system. This was wrong for the osd- icons, which used the 64px version
as the un-prefixed size. To fix that, un-prefix the largest size as
expected.
FIXED-IN: 5.106
(cherry picked from commit 4f39497fc901f01c07b3a4cc37aaf8c44090dea1)

M  +17   -17   src/desktoptheme/breeze/icons/osd.svg

https://invent.kde.org/frameworks/plasma-framework/commit/768abf86b95947296e07f42b08580d88c68b1a9d