| Summary: | Right-clicking on things doesn't work anymore | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
| Component: | Application Launcher (Kickoff) widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | mikel5764, noahadvs |
| Priority: | HI | Keywords: | regression |
| Version First Reported In: | 6.5.80 | ||
| Target Milestone: | 1.0 | ||
| Platform: | KDE Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/9857348ca307eb86c6f962937142cd23cdae546e | Version Fixed/Implemented In: | 6.5.0 |
| Sentry Crash Report: | |||
|
Description
Nate Graham
2025-09-29 20:01:54 UTC
Line 28 is:
favoriteModel.activities.runningActivities.length <= 1) {
I guess all activities are running now.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3222 Git commit fce0633f0d678fadcb54761e3c4dd743031620cf by Nate Graham.
Committed on 29/09/2025 at 20:10.
Pushed by ngraham into branch 'master'.
applets/{kicker,kickoff}: React to runningActivities() being removed
This caused a QML error that made the code in tools.js for Kicker and
Kickoff bail out and fail to display context menus.
FIXED-IN: 6.5.0
M +2 -2 applets/kicker/code/tools.js
M +2 -2 applets/kickoff/code/tools.js
https://invent.kde.org/plasma/plasma-desktop/-/commit/fce0633f0d678fadcb54761e3c4dd743031620cf
Git commit 9857348ca307eb86c6f962937142cd23cdae546e by Nate Graham.
Committed on 29/09/2025 at 20:41.
Pushed by ngraham into branch 'Plasma/6.5'.
applets/{kicker,kickoff}: React to runningActivities() being removed
This caused a QML error that made the code in tools.js for Kicker and
Kickoff bail out and fail to display context menus.
FIXED-IN: 6.5.0
(cherry picked from commit fce0633f0d678fadcb54761e3c4dd743031620cf)
Co-authored-by: Nate Graham <nate@kde.org>
M +2 -2 applets/kicker/code/tools.js
M +2 -2 applets/kickoff/code/tools.js
https://invent.kde.org/plasma/plasma-desktop/-/commit/9857348ca307eb86c6f962937142cd23cdae546e
|