https://bugs.kde.org/show_bug.cgi?id=438277

--- Comment #14 from Sebastian E. <kde-b...@foobarlibre.net> ---
@Felipe Kinoshita
Could you please revert or fix your commit that broke it?
https://invent.kde.org/plasma/plasma-workspace/-/commit/6befb657dd9fd811160e0369913d769cfff7f02d

Your commit reintroduced a change that has been reverted before:
https://invent.kde.org/plasma/plasma-workspace/-/commit/885c4abe7b5343caa7407c4b441b2cfcd78828c3

Fixing that warning along with the change did not really help, it just crashes
differently.

Alternatively replace

if (screen == nullptr) {
 return;
}

with

if (screen == nullptr) screen = QGuiApplication::screens()[0]

Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to