Summary: | windows can't be moved between different screens anymore | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | bastimeyer123 |
Component: | effects-desktop-grid | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | breakingspell, nate, notmart, postix |
Priority: | NOR | Keywords: | regression |
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/kwin/commit/6c14ae78e8f5f4f4bbfa17f012164a5b4d3dc0cd | Version Fixed In: | 5.25 |
Sentry Crash Report: | |||
Attachments: | Screenrecording of the desktop grid (master) + MR applied |
Description
bastimeyer123
2022-05-18 16:10:44 UTC
I believe this is in progress with https://invent.kde.org/plasma/kwin/-/merge_requests/2388 *** Bug 454148 has been marked as a duplicate of this bug. *** (In reply to Nate Graham from comment #1) > I believe this is in progress with > https://invent.kde.org/plasma/kwin/-/merge_requests/2388 Will this also resolve bug 448566 ? Yes, it will! (In reply to Nate Graham from comment #4) > Yes, it will! And also for bug 283333 ? :-D It should! Created attachment 149139 [details] Screenrecording of the desktop grid (master) + MR applied > https://invent.kde.org/plasma/kwin/-/merge_requests/2388 I have tested the MR and it works, but it has some flaws as you can see in the screen recording: Dragging a window from (2,1) on screen 2 to (2,1) on screen 1, makes the windows move to (1,1) on screen 1. Please mention those issues in separate comment threads in the MR itself. Thanks! Git commit 3d0beae8285fb82ea6b51ba10f2e47dc515727e2 by Marco Martin. Committed on 06/06/2022 at 13:48. Pushed by mart into branch 'master'. Drag windows between screens in WindowHeap Allow dragging windows between screens, using a placeholder thumbnail item to render part of the thumbnail on the other screen. Related: bug 283333, bug 448566 M +13 -0 src/effects/desktopgrid/qml/DesktopView.qml M +60 -3 src/effects/private/qml/WindowHeap.qml M +0 -1 src/effects/windowview/qml/main.qml M +10 -0 src/libkwineffects/kwineffects.cpp M +3 -0 src/libkwineffects/kwineffects.h M +49 -0 src/libkwineffects/kwinquickeffect.cpp M +7 -0 src/libkwineffects/kwinquickeffect.h M +5 -0 src/scripting/workspace_wrapper.cpp M +2 -0 src/scripting/workspace_wrapper.h https://invent.kde.org/plasma/kwin/commit/3d0beae8285fb82ea6b51ba10f2e47dc515727e2 Git commit 6c14ae78e8f5f4f4bbfa17f012164a5b4d3dc0cd by Marco Martin. Committed on 06/06/2022 at 14:17. Pushed by mart into branch 'Plasma/5.25'. Drag windows between screens in WindowHeap Allow dragging windows between screens, using a placeholder thumbnail item to render part of the thumbnail on the other screen. Related: bug 283333, bug 448566 M +13 -0 src/effects/desktopgrid/qml/DesktopView.qml M +60 -3 src/effects/private/qml/WindowHeap.qml M +0 -1 src/effects/windowview/qml/main.qml M +10 -0 src/libkwineffects/kwineffects.cpp M +3 -0 src/libkwineffects/kwineffects.h M +49 -0 src/libkwineffects/kwinquickeffect.cpp M +7 -0 src/libkwineffects/kwinquickeffect.h M +5 -0 src/scripting/workspace_wrapper.cpp M +2 -0 src/scripting/workspace_wrapper.h https://invent.kde.org/plasma/kwin/commit/6c14ae78e8f5f4f4bbfa17f012164a5b4d3dc0cd |