Summary: | Plasma Shell crashes upon close on wayland | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Aleix Pol <aleixpol> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | plasma-bugs |
Priority: | NOR | ||
Version: | 5.11.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aleix Pol
2018-01-29 13:25:58 UTC
You can fix this by replacing the clearly broken: QObject::connect(QCoreApplication::instance(), &QCoreApplication::aboutToQuit, ShellManager::instance(), &QObject::deleteLater); and reparenting ShellManager to app , but then that gives a crash on X :/ I believe I fixed this ages ago. I assume you would have nagged me if this was still an issue. Please reopen if it still is an issue. |