[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-16 Thread Ivan B.
https://bugs.kde.org/show_bug.cgi?id=500015 --- Comment #10 from Ivan B. --- (In reply to Rok F from comment #9) > (In reply to Ivan B. from comment #8) > > I have the same issue and changing from '<' to '<=' the 'if' condition in > > Window::nextInteractiveMoveGeometry and then patching kwin fix

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-16 Thread Rok F
https://bugs.kde.org/show_bug.cgi?id=500015 --- Comment #9 from Rok F --- (In reply to Ivan B. from comment #8) > I have the same issue and changing from '<' to '<=' the 'if' condition in > Window::nextInteractiveMoveGeometry and then patching kwin fixes the freeze. > However, now windows can be

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-16 Thread Ivan
https://bugs.kde.org/show_bug.cgi?id=500015 --- Comment #8 from Ivan --- I have the same issue and changing from '<' to '<=' the 'if' condition in Window::nextInteractiveMoveGeometry and then patching kwin fixes the freeze. However, now windows can be easily dragged under the top panel and when y

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-16 Thread Ivan
https://bugs.kde.org/show_bug.cgi?id=500015 Ivan changed: What|Removed |Added CC||frostygam...@gmail.com -- You are receiving this mail b

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-16 Thread Rok F
https://bugs.kde.org/show_bug.cgi?id=500015 --- Comment #7 from Rok F --- (In reply to Markus from comment #5) > Changing this: > // sinces nextMoveResizeGeom is fractional, at best it is within > 1 unit of currentMoveResizeGeom > if (std::abs(currentMoveResizeGeom.left()

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=500015 thewoolys...@gmail.com changed: What|Removed |Added CC||thewoolys...@gmail.com --- Comment #6 f

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-15 Thread Markus
https://bugs.kde.org/show_bug.cgi?id=500015 --- Comment #5 from Markus --- Changing this: // sinces nextMoveResizeGeom is fractional, at best it is within 1 unit of currentMoveResizeGeom if (std::abs(currentMoveResizeGeom.left() - nextMoveResizeGeom.left()) < 1.0

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-15 Thread Markus
https://bugs.kde.org/show_bug.cgi?id=500015 Markus changed: What|Removed |Added CC||m4rkus...@web.de --- Comment #4 from Markus --- Thank

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-14 Thread Rok F
https://bugs.kde.org/show_bug.cgi?id=500015 --- Comment #3 from Rok F --- In that "for(;;)" loop in src/window.cpp in Window::nextInteractiveMoveGeometry the variable currentTry is being updated, but after about 50 or so iterations, the currentTry vairable (its x, y, left and top properties) stay

[kwin] [Bug 500015] Plasma freezes hard when window moved to top of screen

2025-02-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=500015 Nicolas Fella changed: What|Removed |Added Target Milestone|1.0 |--- Component|"Manage Desktop and Pane