https://bugs.kde.org/show_bug.cgi?id=400675
--- Comment #8 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit ef65a34017c2fb7cc69d49c6c3110d0236397e4f by Vlad Zahorodnii. Committed on 29/09/2020 at 14:08. Pushed by vladz into branch 'Plasma/5.20'. Use better window placement heuristics for internal clients Currently, we do some sort of window placement only for decorated internal windows, which feels hacky. With this change, all internal clients will go through the window placement code, unless it's a popup or the BypassWindowManagerHint flag is set. If the BypassWindowManagerHint flag is set, the window must have valid position. (cherry picked from commit bc34736534d3e288f985551ee16f3aace9675389) M +5 -0 internal_client.cpp M +1 -0 internal_client.h M +3 -2 workspace.cpp https://invent.kde.org/plasma/kwin/commit/ef65a34017c2fb7cc69d49c6c3110d0236397e4f -- You are receiving this mail because: You are watching all bug changes.