Bug 433836 - Windows don't remember position and sometimes size under Wayland
Summary: Windows don't remember position and sometimes size under Wayland
Status: RESOLVED DUPLICATE of bug 15329
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: 5.21.1
Platform: Neon Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-02 06:26 UTC by Dan Dascalescu
Modified: 2021-03-02 19:03 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Dascalescu 2021-03-02 06:26:49 UTC
I was happy to see that in Plasma 5.21, all windows remembered their size & position. That was using X11.

Now under Wayland, I see that windows have started not to remember their geometry:
* Dolphin always starts at 0, 0 in a small window
* Same for the KDE Menu Editor
* Same for Konsole
* Krusader remembers its size, but the position is again 0, 0
* PoliciKit KDE1 shows up in the bottom right corner

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.21.1
KDE Frameworks Version: 5.79.0
Qt Version: 5.12.5
Comment 1 Nate Graham 2021-03-02 19:03:25 UTC
Yes, that feature only works in X11. The mechanism used there involves the window positioning itself, which KWin then honors. This does not work on Wayland because windows are not allowed to position themselves at all, as a matter of protocol. So any position remembering feature needs to be implemented in KWin itself. That makes this a duplicate of Bug 15329 which is really only implementable on Wayland to begin with.

*** This bug has been marked as a duplicate of bug 15329 ***