Created attachment 107175 [details] not-dragging-to-favorites Steps to reproduce: 1. Open app menu. 2. Hover over any application and try to drag and drop it to favorites. Application is not adding to favorites section. Also 'Power/Session' menu items are not dragging at all.
Also Recent Applications aren't draggable at all, but Recent Documents are.
Bug persists. Operating System: Arch Linux KDE Plasma Version: 5.15.3 KDE Frameworks Version: 5.56.0 Qt Version: 5.12.2
*** Bug 400133 has been marked as a duplicate of this bug. ***
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/3633
Git commit 4e4bfeb83fd8e6d5f720701eb6be2de4ff2f451c by Christoph Wolk. Committed on 09/04/2026 at 19:39. Pushed by cwo into branch 'master'. applets/kicker: allow adding favorites through drag&drop Kickerdash allows the user to drag favorites from the main column to the favorites column, but regular kicker does not - the user can reorder favorites through drag&drop, but not add them. We can port the general implementation from kickerdash to kicker, but need to tweak the specific mechanism: kicker cannot use the actual delegate as a drag source in attached Drag, it needs to use dragHelper with the PlasmoidItem as the source, as the delegate will be destroyed if the submenu closes, and Plasma will crash. Instead, we add the favoriteID as a custom mimetype to the drag, the id and type is all that we need. Dragging files from outside kicker into the favorites is not supported at this point, but could in principle be added later, (Kicker does not open on hover, so it would be difficult to trigger). FIXED-IN: 6.7.0 M +11 -1 applets/kicker/ItemListDelegate.qml M +2 -0 applets/kicker/MenuRepresentation.qml M +44 -3 applets/kicker/SideBarItem.qml M +32 -3 applets/kicker/SideBarSection.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/4e4bfeb83fd8e6d5f720701eb6be2de4ff2f451c