https://bugs.kde.org/show_bug.cgi?id=455393
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Theme - Breeze CC| |butir...@gmail.com, | |visual-des...@kde.org Target Milestone|--- |1.0 Product|kscreenlocker |plasmashell --- Comment #7 from Nate Graham <n...@kde.org> --- Thanks. This looks like the error: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/lockscreen/LockScreenUi.qml:549: TypeError: Cannot read property 'longName' of undefined Code for it is: readonly property var layoutNames: keyboardLayout.layoutsList.length ? keyboardLayout.layoutsList[keyboardLayout.layout] : { shortName: "", displayName: "", longName: "" } This suggests that you have multiple keyboard layouts, but the active one wasn't defined in the data model somehow. Can you take a screenshot of the Layouts tab of your Keyboard page in System Settings? -- You are receiving this mail because: You are watching all bug changes.