https://bugs.kde.org/show_bug.cgi?id=521124
--- Comment #6 from David Edmundson <[email protected]> --- You are right, this is not fine: After doing the relevant steps. ❯ qdbus org.kde.ActivityManager /ActivityManager/Activities org.kde.ActivityManager.Activities.ListActivities db660919-7eca-41ba-b1cc-c7dd5c98140b ❯ qdbus org.kde.ActivityManager /ActivityManager/Activities org.kde.ActivityManager.Activities.CurrentActivity 3e185591-d799-459e-a5e6-b66edbb62acf I had somewhat misread the original report and thought we were just hiding a client side crash. That crash should still be fixed independently. There's still something else terribly wrong. ``` void DesktopView::slotContainmentChanged() { if (m_containment) { disconnect(m_containment, &Plasma::Con.... <-- crash is here with a dangling but not null m_containment. ``` We should never have anything dangling. I'll chase that. -- You are receiving this mail because: You are watching all bug changes.
