Created attachment 161544 [details] Black icons instead of white ones like in 5.27 SUMMARY Icons on the login screen are black instead of white on Plasma 6. The same wallpaper in 5.27 shows white icons. STEPS TO REPRODUCE 1. Go to the login screen using the default settings and theme OBSERVED RESULT Hard to see icons against default wallpaper EXPECTED RESULT Icons that adapt to the wallpaper SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.240.0 Qt Version: 6.6.0 Kernel Version: 6.2.0-32-generic (64-bit) Graphics Platform: X11 Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 570 Series
Probably fallout from the port to Kirigami.Icon.
It's only sddm, looks correct in kscreenlocker
This is because the greeter does not use the org.kde.desktop style and does not get the corresponding Kirigami theme plugin, and as such has only Kirigami BasicTheme and not recolorable icons. Forcing desktop style via sddm-greeter --test-mode --theme ~/kde/usr/share/sddm/themes/breeze/ --style org.kde.desktop has the icons colored correctly.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3281
Git commit 2d46de674ced4062c53799772339ad152ffcbc69 by David Redondo. Committed on 13/09/2023 at 08:41. Pushed by davidre into branch 'master'. lookandfeel: Explicitely set isMask of ActionButton The sddm greeter is not using desktop style and consequently the dekstop style Kirigami Theme but the default basic theme. BasicTheme does not support recoloring of icons, however we can force recoloring by setting isMask to true. M +1 -0 lookandfeel/org.kde.breeze/contents/components/ActionButton.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/2d46de674ced4062c53799772339ad152ffcbc69
Battery and virtual keyboard icons are still buggy after this fix.
I didn't notice these at all!
Git commit 10d58e309fac21f19b0fd5ce16f8aaa445143ec6 by David Redondo. Committed on 07/11/2023 at 09:08. Pushed by davidre into branch 'master'. Enforce Plasma Kirigami Them when importing Breeze lnf components This gives us the hook to have icon recoloring in the sddm theme. M +3 -2 lookandfeel/CMakeLists.txt M +1 -1 lookandfeel/org.kde.breeze/components/UserDelegate.qml M +1 -1 lookandfeel/org.kde.breeze/components/WallpaperFader.qml A +20 -0 lookandfeel/org.kde.breeze/components/componentsplugin.cpp * The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/plasma/plasma-workspace/-/commit/10d58e309fac21f19b0fd5ce16f8aaa445143ec6
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3899
Git commit 8fa333fbac71c6e6068173198f8ccd92d2ba6df9 by Nate Graham. Committed on 14/02/2024 at 15:03. Pushed by ngraham into branch 'master'. Revert "lookandfeel: Explicitely set isMask of ActionButton" This reverts commit 2d46de674ced4062c53799772339ad152ffcbc69. This change made sense to fix bug 474377 back when these icons came from the Plasma style. However subsequently that feature was removed. As a result, icons from the desktop icon theme are now shown here, and we can't guarantee their visual style. As such, forcing them to be a mask is now incorrect and obliterates the icon if it's using the full-color style. Related: bug 477995 FIXED-IN: 6.0 M +0 -1 lookandfeel/components/ActionButton.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/8fa333fbac71c6e6068173198f8ccd92d2ba6df9
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3904
Git commit e442160ea44c4aff05b53228e045a43f16907201 by Nate Graham. Committed on 14/02/2024 at 15:38. Pushed by ngraham into branch 'Plasma/6.0'. Revert "lookandfeel: Explicitely set isMask of ActionButton" This reverts commit 2d46de674ced4062c53799772339ad152ffcbc69. This change made sense to fix bug 474377 back when these icons came from the Plasma style. However subsequently that feature was removed. As a result, icons from the desktop icon theme are now shown here, and we can't guarantee their visual style. As such, forcing them to be a mask is now incorrect and obliterates the icon if it's using the full-color style. Related: bug 477995 FIXED-IN: 6.0 (cherry picked from commit 8fa333fbac71c6e6068173198f8ccd92d2ba6df9) M +0 -1 lookandfeel/components/ActionButton.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/e442160ea44c4aff05b53228e045a43f16907201