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

--- Comment #1 from Fushan Wen <qydwhotm...@gmail.com> ---
The crash part can be from desktoppackage/contents/views/Panel.qml

```
    onContainmentChanged: {
        if (!containment) {
            return;
        }
        containment.parent = containmentParent;
        containment.visible = true;
        containment.anchors.fill = containmentParent;
        containment.locationChanged.connect(adjustPrefix);
        adjustPrefix();
    }

```

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

Reply via email to