when trying to add another widget it says it's still there, maybe some infinite position? Reproducible: Always
Could you please specify which Plasma version you are using? If you are indeed using neon packages, the latest should be Plasma 5.6.5. If you are using an earlier version, please test if the issue is still persists after updating.
I forgot which version I was using but now it's on: KDE Plasma Version: 5.7.90 KDE Frameworks Version: 5.24.0 It no longer disappears but plasmashell crashes instead. (I'm not sure how to get the debug symbols and attach backtrace.)
Fixed in review. You won't get debug trace in this case because of the way it was crashing.
Git commit 3c1eb48018d2742a91d2bc802021f97e27703a4b by David Edmundson. Committed on 20/06/2016 at 20:07. Pushed by davidedmundson into branch 'master'. Don't include embedded contrainers in containmentAt(pos) Do to so means the System Tray applet ends up being placed inside the system tray container, which ends up in a parent loop, causing a stack overflow every time parent() is called recursively This happens whenever one drags a sys tray on the desktop or simply adds a new system tray whilst running. We also need to do a hack for Plasma/5.7 in plasma-desktop somehow in all cases where this is used. M +3 -0 src/scriptengines/qml/plasmoid/containmentinterface.cpp http://commits.kde.org/plasma-framework/3c1eb48018d2742a91d2bc802021f97e27703a4b
thanks, it's working now. :)