this post was submitted on 12 Jan 2025
27 points (100.0% liked)

KDE

5810 readers
116 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

Plasma's restore session functionality has started working for me relatively recently, but there's one thing that bugs me: all my windows are just dumped together into the same activity and workspace I'm in at login, so it becomes a big mess.
Is there a setting somewhere that tells it to respect the last position of the windows?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 3 weeks ago

Your are right, it's not implemented yet in Plasma Wayland. It must be done in Plasma/KWin itself since top-level Wayland windows can't position themselves on screen and don't even know their coordinates (and doing it on the application side is not really correct since not all apps will support it and it duplication of work and code, while compositor can do it consistently for all windows). However it just doesn't work yet.