https://bugs.kde.org/show_bug.cgi?id=365606
Ivan Čukić <ivan.cu...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #9 from Ivan Čukić <ivan.cu...@kde.org> --- I've been debugging this a bit. The ScriptEngine::createActivity sometimes does not call addActivity, but setActivityName - seems like plasma does not react properly to some of the activities that were created, does not create containments for them although KAMD registers them, and then the knownActivities in the scriptengine.cpp is not valid. @Marco - can you explain what the else branch with setActivityName is supposed to do? The logic behind this method looks strange to say the least - 'if Plasma does not have a containment for a specific activity, lets rename it'. p.s. For activity creation debugging, I advise to use the test app built with kactivities library which shows the currently existing activities tests/activities-model/KActivitiesModelTestApp in parallel with plasma so that you (if said test app does not have bugs :) ) you can see what KAMD has. -- You are receiving this mail because: You are watching all bug changes.