← Back to context

Comment by gf000

8 hours ago

> Wayland won't allow window size/position to be remembered between sessions

It's not on the program itself to restore its position, but on the compositor, who has every right and control to do just that. AFAIK it does work in plasma Wayland.

That's the problem. The compositor can't reliably distinguish windows, and it definitely doesn't know when the data should be deleted in case the same window never opens again.

That sounds great, but I don't fully agree... IMO a compositor should be able to provide a data structure (unchangeable, mostly or fully opaque) that the app can save/restore across sessions.