Summary: | System Trays upgraded to the new nested containment system don't float when they should | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
Component: | System Tray widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdedev, materka, niccolo.venerandi, notmart |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=502425 | ||
Latest Commit: | https://invent.kde.org/plasma/libplasma/-/commit/1268f879061ab421703f7c9fade6f8e0f6a9e45d | Version Fixed In: | 6.4.0 |
Sentry Crash Report: | |||
Attachments: | Does not float |
Description
Nate Graham
2025-04-04 19:54:46 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/libplasma/-/merge_requests/1297 Git commit 1268f879061ab421703f7c9fade6f8e0f6a9e45d by Marco Martin. Committed on 07/04/2025 at 10:15. Pushed by mart into branch 'master'. Containment display hints: deduplicate changed signal Both Applet and Containment had a containmentDisplayHintsChanged signal with the same signature: thi was dome because on old Qt5 a signal from the superclass couldn't be used as NOTIFY, but this brings to obscure bugs as sometimes the signal didn't make through QML because we were connected to the "wrong" signal Related: bug 502425 M +0 -5 src/plasma/containment.h https://invent.kde.org/plasma/libplasma/-/commit/1268f879061ab421703f7c9fade6f8e0f6a9e45d |