https://bugs.kde.org/show_bug.cgi?id=487684
--- Comment #3 from Marco Martin <notm...@gmail.com> --- for (Plasma::Containment *cont : std::as_const(m_waitingPanels)) { // ignore non existing (yet?) screens int requestedScreen = cont->lastScreen(); <=== crash if (requestedScreen < 0) { requestedScreen = 0; } -- You are receiving this mail because: You are watching all bug changes.