https://bugs.kde.org/show_bug.cgi?id=365606
Wolfgang Bauer <wba...@tmo.at> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wba...@tmo.at --- Comment #8 from Wolfgang Bauer <wba...@tmo.at> --- (In reply to Marco Martin from comment #7) > however, i see in shellcorona.cpp, line 303 > connect(m_activityConsumer, &KActivities::Consumer::serviceStatusChanged, > this, &ShellCorona::load, Qt::UniqueConnection); Yes, but immediately afterwards load() is called anyway, which only bails out if the consumer status is Unknown. Apparently it is NotRunning at that point though (if the problem occurs at least), so load() continues normally, calls checkActivities() and loads the default layout. I verified that the status is NotRunning in checkActivities() when that message is printed. -- You are receiving this mail because: You are watching all bug changes.