https://bugs.kde.org/show_bug.cgi?id=372963
--- Comment #5 from Jan-Matthias Braun <jan_br...@gmx.net> --- There aren't many (0!) comments indicating what should happen. But from looking at other parts of the code, QScreen *oldPrimary = m_desktopViewforId.value(0)->screen(); the primary DesktopView always has id 0. Now, primaryOutputChanged is called before removeDesktop. As far as I understand it, the screen for the primary desktopView is switched and thus the assert does not hold anymore, when removeDesktop is called now. -- You are receiving this mail because: You are watching all bug changes.