After the big code refactor in https://invent.kde.org/plasma/plasma-desktop/-/commit/9d9c4f169ed424e976636a6d5fa23c7a1e40576b landed, I can't drag favorited apps to re-arrange them anymore. Both grid view and list view are affected, though I didn't use list view before, so I don't know if drag-re-ordering used to work there. But I know it used to work for grid view and it's broken now.
Noah, can you investigate?
(In reply to Nate Graham from comment #1) > Noah, can you investigate? will do. I think I forgot to re-add this.
This also blocks dragging apps anywhere else, e.g. to the desktop or the panel.
ping? this is pretty important
*** Bug 442655 has been marked as a duplicate of this bug. ***
*** Bug 442797 has been marked as a duplicate of this bug. ***
In progress with https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/573.
*** Bug 443066 has been marked as a duplicate of this bug. ***
*** Bug 443182 has been marked as a duplicate of this bug. ***
Git commit fd49cc02d18360963198abb4c53057483379968f by Noah Davis. Committed on 06/10/2021 at 17:01. Pushed by ndavis into branch 'master'. kickoff: re-add drag and drop for favorites M +2 -2 applets/kickoff/package/contents/ui/ApplicationsPage.qml A +20 -0 applets/kickoff/package/contents/ui/DropAreaGridView.qml [License: LGPL(v2.0+)] A +20 -0 applets/kickoff/package/contents/ui/DropAreaListView.qml [License: LGPL(v2.0+)] M +0 -8 applets/kickoff/package/contents/ui/FullRepresentation.qml M +0 -2 applets/kickoff/package/contents/ui/Kickoff.qml A +46 -0 applets/kickoff/package/contents/ui/KickoffDropArea.qml [License: LGPL(v2.0+)] M +22 -13 applets/kickoff/package/contents/ui/KickoffGridView.qml M +61 -11 applets/kickoff/package/contents/ui/KickoffItemDelegate.qml M +27 -3 applets/kickoff/package/contents/ui/KickoffListView.qml M +13 -0 applets/kickoff/package/contents/ui/KickoffSingleton.qml M +1 -0 applets/kickoff/package/contents/ui/PlacesPage.qml https://invent.kde.org/plasma/plasma-desktop/commit/fd49cc02d18360963198abb4c53057483379968f
Git commit 47697dce9bc9d443bb5b79869e434ca93d829830 by Noah Davis. Committed on 06/10/2021 at 17:10. Pushed by ndavis into branch 'Plasma/5.23'. kickoff: re-add drag and drop for favorites (cherry picked from commit fd49cc02d18360963198abb4c53057483379968f) M +2 -2 applets/kickoff/package/contents/ui/ApplicationsPage.qml A +20 -0 applets/kickoff/package/contents/ui/DropAreaGridView.qml [License: LGPL(v2.0+)] A +20 -0 applets/kickoff/package/contents/ui/DropAreaListView.qml [License: LGPL(v2.0+)] M +0 -8 applets/kickoff/package/contents/ui/FullRepresentation.qml M +0 -2 applets/kickoff/package/contents/ui/Kickoff.qml A +46 -0 applets/kickoff/package/contents/ui/KickoffDropArea.qml [License: LGPL(v2.0+)] M +22 -13 applets/kickoff/package/contents/ui/KickoffGridView.qml M +61 -11 applets/kickoff/package/contents/ui/KickoffItemDelegate.qml M +27 -3 applets/kickoff/package/contents/ui/KickoffListView.qml M +13 -0 applets/kickoff/package/contents/ui/KickoffSingleton.qml M +1 -0 applets/kickoff/package/contents/ui/PlacesPage.qml https://invent.kde.org/plasma/plasma-desktop/commit/47697dce9bc9d443bb5b79869e434ca93d829830
*** Bug 443442 has been marked as a duplicate of this bug. ***