https://bugs.kde.org/show_bug.cgi?id=474730
--- Comment #3 from Nate Graham <n...@kde.org> --- If you're referring to the logic used to justify this change in https://invent.kde.org/plasma/kwin/-/commit/6b949cac02c5a7216bb07b55c347194647030307, let me quote the full paragraph for context: > As a result, I commonly see Plasma users open windows and then > immediately, reflexively grab the window's titlebar and drag it to the > center of the screen. I have seen my wife do this. I have seen every > YouTube reviewer of Plasma do this. I have even see fellow KDE > developers at sprints do this. It seems like quite a common impulse > to want a newly-opened window to appear in the center of the screen, > which is where the user is likely to already be looking. The feature does not fight with windows that set their own position. On X11, such windows override the KWin window positioning behavior, which is only invoked when the windows does not set its own position. On Wayland, windows cannot set their own positions and KWin is always in charge, so again, no fighting with one another. If the cascading behavior causes windows to be cascaded when they would overlap with windows occupying the same location that are minimized, that's a bug that we should fix, rather than intentional behavior. But I can't reproduce it on Plasma 6 Wayland. -- You are receiving this mail because: You are watching all bug changes.