https://bugs.kde.org/show_bug.cgi?id=504880
--- Comment #2 from dream <dreamsyn...@gmail.com> --- > Does it only happen when you set the visibility to "Always shown", or does > it ever happen with the default visibility condition? I have reproduced it on two separate systems with totally different hardware. When set to "Shown when relevant" and after rebooting once, it functions properly. If I don't reboot I get the same error after changing it. > Can you run `journalctl -f` in a terminal window, reproduce the issue, and > then see if anything was printed to the terminal window? If so, please paste > it here. Thanks! Yes, when the issue occurs this output is logged ``` May 27 11:32:05 user plasmashell[1368]: qt.qml.signalhandler: Property 'onPressed' of object QQuickMouseArea_QML_210(0x57babf9b60d0) is a signal handler. You should not call it directly. Make it a proper function and call that or emit the signal. May 27 11:32:05 user plasmashell[1368]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/DefaultCompactRepresentation.qml:73: TypeError: Value is undefined and could not be converted to an object ``` -- You are receiving this mail because: You are watching all bug changes.