https://bugs.kde.org/show_bug.cgi?id=432029
--- Comment #6 from Andrey <butir...@gmail.com> --- Git commit f60dcd7b6ba91b8b92571247d77bb2322d469387 by Andrey Butirsky. Committed on 24/01/2021 at 15:00. Pushed by butirsky into branch 'master'. [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 M +1 -1 components/workspace/KeyboardLayoutButton.qml https://invent.kde.org/plasma/plasma-workspace/commit/f60dcd7b6ba91b8b92571247d77bb2322d469387 -- You are receiving this mail because: You are watching all bug changes.