Bug 469303

Summary: Display configuration widget have blurry icons with different stroke widths
Product: [Plasma] Breeze Reporter: medin <med.medin.2014>
Component: IconsAssignee: visual-design
Status: RESOLVED FIXED    
Severity: normal CC: kainz.a, m, nate
Priority: NOR    
Version: 5.27.4   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In: 5.106
Attachments: Display configuration widget have blurry icons with different stroke widths

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