https://bugs.kde.org/show_bug.cgi?id=390092
--- Comment #12 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Kai Uwe Broulik from comment #6) > The code in question is > > if (!m_desktopViewforId.contains(m_screenPool->id(screen->name()))) { > > and in QScreen::name() it does > > return d->platformScreen->name(); > > so I suspect for whatever reason it never set a platform screen I think it's the QScreen::handle() function that crashes, i.e. call to d->platformScreen, not d->platformScren->name(). -- You are receiving this mail because: You are watching all bug changes.