Summary: | Can't drag-and-drop apps anymore (e.g. for re-arranging, for dropping onto the desktop or panel, etc) | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
Component: | Application Launcher (Kickoff) widget | Assignee: | Noah Davis <noahadvs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bharadwaj.raju777, brandomrobor, bugseforuns, me, me, mikel5764, p.r.worrall, plasma-bugs-null, quarkyalice |
Priority: | VHI | Keywords: | regression |
Version First Reported In: | 5.22.90 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/47697dce9bc9d443bb5b79869e434ca93d829830 | Version Fixed In: | 5.23 |
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 439915 |
Description
Nate Graham
2021-07-26 19:30:19 UTC
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. *** |