Bug 510070

Summary: Right-clicking on things doesn't work anymore
Product: [Plasma] plasmashell Reporter: Nate Graham <nate>
Component: Application Launcher (Kickoff) widgetAssignee: 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: Version Fixed/Implemented In: 6.5.0
Sentry Crash Report:

Description Nate Graham 2025-09-29 20:01:54 UTC
STEPS TO REPRODUCE
1. Right-click on any item in the right panel


OBSERVED RESULT
Sep 29 13:56:37 engine plasmashell[62966]: qrc:/qt/qml/plasma/applet/org/kde/plasma/kickoff/code/tools.js:28: TypeError: Cannot read property 'length' of undefined


EXPECTED RESULT
Context menu


SOFTWARE/OS VERSIONS
Operating System: KDE Linux 2025-09-25
KDE Plasma Version: 6.5.80
KDE Frameworks Version: 6.19.0
Qt Version: 6.9.2
Kernel Version: 6.16.8-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 7840U w/ Radeon™ 780M Graphics
Memory: 16 GiB of RAM (14.9 GiB usable)
Graphics Processor: AMD Radeon 780M Graphics
Comment 1 Nate Graham 2025-09-29 20:06:41 UTC
Line 28 is:

favoriteModel.activities.runningActivities.length <= 1) {

I guess all activities are running now.
Comment 2 Bug Janitor Service 2025-09-29 20:12:25 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3222
Comment 3 Nate Graham 2025-09-29 20:40:14 UTC
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
Comment 4 Nate Graham 2025-09-29 20:42:01 UTC
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