SUMMARY When the screens locks the name of the day of the week and month are not localized (in the login screen after reboot or power on, they are). The same happens if I lock manually. STEPS TO REPRODUCE 1. Wait for the screen to lock or lock it manually. OBSERVED RESULT In the login screen, the name of the day of the week and month are not localized. EXPECTED RESULT In the lock screen the name of the day of the week and month should be localized like they are in the login screen after reboot or power on. SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: Kubuntu 24.04 KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.13 ADDITIONAL INFORMATION
The previous comment was in reverse. The problem is that the login screen after reboot or power on is not following the LC_TIME defined in Regional Settings or the bash LC_TIME var, unlike the screen lock login, which is.
It seems to only happen if the time config in Regional Settings, the LC_TIME in .config/plasma-localerc and the bash LC_TIME var are all equal to C.
*** This bug has been marked as a duplicate of bug 428590 ***