https://bugs.kde.org/show_bug.cgi?id=477941
Akseli Lahtinen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #27 from Akseli Lahtinen <[email protected]> --- This happens somewhere in `void ShellCorona::createWaitingPanels()` according to sentry: ``` if (!panel->containment()) { <--- line 1619 return; } ``` Then next up in sentry we have this ``` connect(manageContainmentsAction, &QAction::triggered, this, [this]() { <--- line 267 if (m_shellContainmentConfig == nullptr) { m_shellContainmentConfig = new ShellContainmentConfig(this); m_shellContainmentConfig->init(); } // Swapping desktop views around causes problems with the show desktop effect setEditMode(false); }); ``` However looking through various backtraces line 267 seems to be more common.. Line 1619 might be a bit of a red herring since it's on a timer, so it just appears at times. -- You are receiving this mail because: You are watching all bug changes.
