https://bugs.kde.org/show_bug.cgi?id=484826
--- Comment #1 from NSLW <lukasz.wojnilow...@gmail.com> --- Steps to reproduce: 1. git clone -b kf6-port --depth=1 https://github.com/wojnilowicz/workrave-applet.git 2. in workrave-applet/src/contents/ui/main.qml change "interval = 100000 // Must be non-zero to not crash when entering edit mode of the plasmoid" to "interval = 0 // Must be non-zero to not crash when entering edit mode of the plasmoid" 3. plasmoidviewer -a ./workrave-applet/src 4. long press LMB on the plasmoid Behavior: Segmentation fault. Expected behavior: No segmentation fault. -- You are receiving this mail because: You are watching all bug changes.