| Summary: | Plasma 5.24.3 crashes whenever changing the Desktop Layout most of the time | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | The Feren OS Dev <ferenosdev> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | kde, nate |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.24.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
The Feren OS Dev
2022-03-24 20:07:12 UTC
Extra note: Aside the ones compiled from source, KDE neon User Edition packages are used. Additionally, the diff for the panelspacer.cpp crash fix:
diff --git a/applets/panelspacer/plugin/panelspacer.cpp b/applets/panelspacer/plugin/panelspacer.cpp
index 0753815f40..66c56781db 100644
--- a/applets/panelspacer/plugin/panelspacer.cpp
+++ b/applets/panelspacer/plugin/panelspacer.cpp
@@ -123,6 +123,7 @@ PlasmaQuick::AppletQuickItem *PanelSpacer::twinSpacer() const
PlasmaQuick::AppletQuickItem *PanelSpacer::containmentGraphicObject() const
{
+ if (!containment()) return nullptr;
return containment()->property("_plasma_graphicObject").value<PlasmaQuick::AppletQuickItem *>();
}
Looks containment-related; same backtrace as Bug 451053 which is also containment-related. *** This bug has been marked as a duplicate of bug 451053 *** *** This bug has been marked as a duplicate of bug 453726 *** |