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
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