Created attachment 158649 [details] Display configuration widget have blurry icons with different stroke widths See attached image for more info.
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.
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
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