https://bugs.kde.org/show_bug.cgi?id=426725
--- Comment #42 from Nate Graham <n...@kde.org> --- Basically on X11, before KWin draws a window, it first checks to see if the window has requested to be opened at specific position on the screen. If it has, KWin honors that request. This feature is using that communication channel. On Wayland, this doesn't happen; KWin always positions it as there is no standardized way for the window to ask for a specific position on screen. That's why this feature only works on X11. On Wayland, we'll have to make KWin itself gain a window position memory feature. But once we do, it will apply to *all* windows, not just a subset of KDE windows, as this feature does. -- You are receiving this mail because: You are watching all bug changes.