STEPS TO REPRODUCE 1. set a dark background to the screenlocker 2. lock the screen 3. OBSERVED RESULT texts - time/date, username, labels of the buttons - are barely readable EXPECTED RESULT good readbility 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 Graphics Platform: Wayland
Can you add a screenshot? I tested with Breeze, Breeze Dark, and Breeze Twilight, and a very dark background. All the text for me is white.
https://imgur.com/a/qFOJjXg
Created attachment 162938 [details] picture1
Created attachment 162939 [details] picture2
Thanks. Is this standard Breeze?
It's breeze with breeze classic color scheme. I get the same result with breeze and breeze light color scheme.
I installed updates on neon unstable a few minutes ago and now this bug also affects the SDDM.
Cannot reproduce in a kdesrc-build session. The text is always white for me no matter what color I set the lock screen wallpaper to. Maybe there's a difference when using only distro-provided packages though. CCing David Redondo who worked on the related change to make all of this stuff a QML module.
This problem seems to affect Neon packages and while the exact reason is unknown it is caused by enabling lto https://invent.kde.org/frameworks/kirigami/-/merge_requests/1370
Git commit 86d86d4d102eeb9b825707a7740705cbe9cdae9c by Harald Sitter. Committed on 10/11/2023 at 13:21. Pushed by sitter into branch 'master'. compile without LTO KDE neon for example has LTO enabled in their default flags and that resulted in the text of the lockscreen being colored incorrectly. it's unclear if it is a compiler bug or somewhere else. at any rate we probably don't benefit much from LTO in plugins anyway M +7 -0 CMakeLists.txt https://invent.kde.org/frameworks/kirigami/-/commit/86d86d4d102eeb9b825707a7740705cbe9cdae9c