SUMMARY Using 2 screen, main screen on right, all the apps swith to left screen when restarting. STEPS TO REPRODUCE 1. Use 2 screen. 2. Define main screen as the right screen 3. restart computer OBSERVED RESULT All apps goes to left screen. EXPECTED RESULT Let all apps on the screen they was before going standby mode. let wall papers as they was before stand by mode. SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: 6.2 KDE Plasma Version: 6.3.0 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.2 ADDITIONAL INFORMATION
This is the related bug for the behavior in X11 https://bugs.kde.org/show_bug.cgi?id=500613
> restart computer > standby mode which one is this really about? They're very different cases.
(In reply to Zamundaaa from comment #2) > > restart computer > > standby mode > which one is this really about? They're very different cases. It's on restarting.
🐛🧹 ⚠️ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone!
Unfortunately, Wayland does not yet remember apps positions, per bug 15329 Native Wayland windows are not allowed to determine where to place themselves on screen at all; the compositor does this. That means the compositor could implement a "remember window positions" feature and it would work automatically for all native Wayland app windows. This is tracked in Bug 15329. Until that happens, the compositor instead simply places all windows according to the placement policy. *** This bug has been marked as a duplicate of bug 15329 ***
(In reply to TraceyC from comment #5) > Unfortunately, Wayland does not yet remember apps positions, per bug 15329 > > Native Wayland windows are not allowed to determine where to place > themselves on screen at all; the compositor does this. That means the > compositor could implement a "remember window positions" feature and it > would work automatically for all native Wayland app windows. This is tracked > in Bug 15329. Until that happens, the compositor instead simply places all > windows according to the placement policy. > > *** This bug has been marked as a duplicate of bug 15329 *** In fact, it's not even "remember windows position", it's really that windows opens only on LEFT screen, whatever we said is main screen. So in my sense, it's a different bug : on wayland, the windows always open on left screen, and not on main screen.
(In reply to mysterty from comment #6) > In fact, it's not even "remember windows position", it's really that windows > opens only on LEFT screen, whatever we said is main screen. > > So in my sense, it's a different bug : on wayland, the windows always open > on left screen, and not on main screen. In an earlier comment, you said that the problem happened when restarting the computer. If there's also a problem that during a normal session, all window only open on the non-primary screen, that's a different bug. Please open a different report for that. Thanks.