Summary: | Activities broken with several symptoms in 6.3.90 | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Schlaefer <openmail+kde> |
Component: | Activities in general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ad.liu.jin, akselmo, ivan.cukic, mmbossoni, nate, rikmills, s.kde, schnitzelkuchen |
Priority: | VHI | Keywords: | regression |
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kactivitymanagerd/-/commit/9fa2f48b6a156d105b6b97d288aee6a41d29bbd3 | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
Schlaefer
2025-05-16 10:54:28 UTC
Can confirm, and moving the public Q_SLOTS fixes the issue. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kactivitymanagerd/-/merge_requests/83 Git commit 709ae6a7d35ed64766ffe1274a671c9e2cb88b17 by Akseli Lahtinen. Committed on 16/05/2025 at 11:40. Pushed by akselmo into branch 'master'. Activities: Move public Q_SLOTS back to above CurrentActivity This reverts commit fb2c4167c782ef62b7f5f54a2e0d94bf9593ec87 partially. Moving the Q_SLOTS here caused some plugins get null information from these methods, and crashing kactivitymanagerd. FIXED-IN: 6.4 M +1 -2 src/service/Activities.h https://invent.kde.org/plasma/kactivitymanagerd/-/commit/709ae6a7d35ed64766ffe1274a671c9e2cb88b17 Git commit 9fa2f48b6a156d105b6b97d288aee6a41d29bbd3 by Akseli Lahtinen. Committed on 16/05/2025 at 11:41. Pushed by akselmo into branch 'Plasma/6.4'. Activities: Move public Q_SLOTS back to above CurrentActivity This reverts commit fb2c4167c782ef62b7f5f54a2e0d94bf9593ec87 partially. Moving the Q_SLOTS here caused some plugins get null information from these methods, and crashing kactivitymanagerd. FIXED-IN: 6.4 (cherry picked from commit 709ae6a7d35ed64766ffe1274a671c9e2cb88b17) Co-authored-by: Akseli Lahtinen <akselmo@akselmo.dev> M +1 -2 src/service/Activities.h https://invent.kde.org/plasma/kactivitymanagerd/-/commit/9fa2f48b6a156d105b6b97d288aee6a41d29bbd3 *** Bug 504375 has been marked as a duplicate of this bug. *** *** Bug 504520 has been marked as a duplicate of this bug. *** *** Bug 504790 has been marked as a duplicate of this bug. *** |