https://bugs.kde.org/show_bug.cgi?id=432029
--- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 55c390cc874dd0cd5496f180d13845673265db80 by David Edmundson, on behalf of Andrey Butirsky. Committed on 24/01/2021 at 15:03. Pushed by davidedmundson into branch 'Plasma/5.21'. [keyboard applet] fix TypeError garbage in log While unharmful (JS checks array bounds), these errors pollute log every time the applet starts: file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/ contents/ui/main.qml:16: TypeError: Cannot read property 'displayName' of undefined file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/ contents/ui/main.qml:17: TypeError: Cannot read property 'longName' of undefined file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/ contents/ui/main.qml:18: TypeError: Cannot read property 'shortName' of undefined (cherry picked from commit f60dcd7b6ba91b8b92571247d77bb2322d469387) M +1 -1 components/workspace/KeyboardLayoutButton.qml https://invent.kde.org/plasma/plasma-workspace/commit/55c390cc874dd0cd5496f180d13845673265db80 -- You are receiving this mail because: You are watching all bug changes.