Skip to content

[keyboard applet] fix TypeError garbage: "Cannot read property '...' of undefined"

Andrey Butirsky requested to merge (removed):keyboard_applet into master

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

CCBUG: 432029

Merge request reports