| Summary: | Plasma crashes on Wayland when I drag a search result from kickoff and drop it on desktop | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | corcegajovic, dev.bacteriostat, kde, nate, nicolas.fella, postix, qydwhotmail |
| Priority: | NOR | Keywords: | wayland-only |
| Version First Reported In: | 5.24.90 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=449426 | ||
| Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/c5a4ff53db9d829e6ef33f20a6e3833c89f59307 | Version Fixed/Implemented In: | 6.3.1 |
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2022-02-14 13:42:29 UTC
*** This bug has been marked as a duplicate of bug 445713 *** The most likely explanation is that Neon doesn't have the needed Qt patch yet Can reproduce on Arch Linux too. Operating System: Arch Linux KDE Plasma Version: 5.24.0 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.2 Graphics Platform: Wayland This crash persists even after update to KDE Qt 5.15.3. Operating System: Arch Linux KDE Plasma Version: 5.24.2 KDE Frameworks Version: 5.91.0 Qt Version: 5.15.3 Graphics Platform: Wayland Can confirm on Operating System: openSUSE Tumbleweed 20220623 KDE Plasma Version: 5.25.1 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.2 *** Bug 457607 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/1157 Git commit f74a31b87cc3e40e2a6724bd2e6a996dc4722ce0 by Fushan Wen. Committed on 19/09/2022 at 14:18. Pushed by fusionfuture into branch 'master'. applets/kickoff: fix crash when dragging items not in favorite page on Wayland Replace all `!plasmoid.expanded` with `plasmoid.expanded` so the source item can still be alive after Kickoff menu is closed Related: bug 449426 FIXED-IN: 5.26 M +1 -1 applets/kickoff/package/contents/ui/ApplicationsPage.qml M +1 -1 applets/kickoff/package/contents/ui/Footer.qml M +1 -1 applets/kickoff/package/contents/ui/Header.qml M +1 -1 applets/kickoff/package/contents/ui/KickoffGridView.qml M +1 -1 applets/kickoff/package/contents/ui/KickoffListView.qml https://invent.kde.org/plasma/plasma-desktop/commit/f74a31b87cc3e40e2a6724bd2e6a996dc4722ce0 Git commit 818fcffee07d3b23882339f06acdf6f2f8012652 by Fushan Wen. Committed on 19/09/2022 at 14:25. Pushed by fusionfuture into branch 'Plasma/5.26'. applets/kickoff: fix crash when dragging items not in favorite page on Wayland Replace all `!plasmoid.expanded` with `plasmoid.expanded` so the source item can still be alive after Kickoff menu is closed Related: bug 449426 FIXED-IN: 5.26 (cherry picked from commit f74a31b87cc3e40e2a6724bd2e6a996dc4722ce0) M +1 -1 applets/kickoff/package/contents/ui/ApplicationsPage.qml M +1 -1 applets/kickoff/package/contents/ui/Footer.qml M +1 -1 applets/kickoff/package/contents/ui/Header.qml M +1 -1 applets/kickoff/package/contents/ui/KickoffGridView.qml M +1 -1 applets/kickoff/package/contents/ui/KickoffListView.qml https://invent.kde.org/plasma/plasma-desktop/commit/818fcffee07d3b23882339f06acdf6f2f8012652 Git commit 5b89b659fa8e5cd1eff36061ac19e1bf31c15cad by Fushan Wen. Committed on 19/09/2022 at 14:26. Pushed by fusionfuture into branch 'Plasma/5.24'. applets/kickoff: fix crash when dragging items not in favorite page on Wayland Replace all `!plasmoid.expanded` with `plasmoid.expanded` so the source item can still be alive after Kickoff menu is closed Related: bug 449426 FIXED-IN: 5.26 (cherry picked from commit f74a31b87cc3e40e2a6724bd2e6a996dc4722ce0) M +1 -1 applets/kickoff/package/contents/ui/ApplicationsPage.qml M +1 -1 applets/kickoff/package/contents/ui/Footer.qml M +1 -1 applets/kickoff/package/contents/ui/Header.qml M +1 -1 applets/kickoff/package/contents/ui/KickoffGridView.qml M +1 -1 applets/kickoff/package/contents/ui/KickoffListView.qml https://invent.kde.org/plasma/plasma-desktop/commit/5b89b659fa8e5cd1eff36061ac19e1bf31c15cad Git commit d477374b9c3e74cbf56a4a363ea9c0f786ea5854 by Fushan Wen. Committed on 11/02/2025 at 13:12. Pushed by fusionfuture into branch 'master'. applets/kickoff: fix crash when dragging items not in favorite page on Wayland Related: bug 449426 SENTRY: PLASMA-WORKSPACE-1MPZ FIXED-IN: 6.3.1 M +26 -23 applets/kickoff/package/contents/ui/AbstractKickoffItemDelegate.qml M +4 -4 applets/kickoff/package/contents/ui/KickoffDropArea.qml M +6 -0 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/d477374b9c3e74cbf56a4a363ea9c0f786ea5854 Git commit c5a4ff53db9d829e6ef33f20a6e3833c89f59307 by Fushan Wen. Committed on 12/02/2025 at 00:08. Pushed by fusionfuture into branch 'Plasma/6.3'. applets/kickoff: fix crash when dragging items not in favorite page on Wayland Related: bug 449426 SENTRY: PLASMA-WORKSPACE-1MPZ FIXED-IN: 6.3.1 (cherry picked from commit d477374b9c3e74cbf56a4a363ea9c0f786ea5854) Co-authored-by: Fushan Wen <qydwhotmail@gmail.com> M +26 -23 applets/kickoff/package/contents/ui/AbstractKickoffItemDelegate.qml M +4 -4 applets/kickoff/package/contents/ui/KickoffDropArea.qml M +6 -0 applets/kickoff/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/c5a4ff53db9d829e6ef33f20a6e3833c89f59307 |