Summary: | session restauration opens three windows with Chromium based browsers when .deb-based | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | m.wege |
Component: | Session Management | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | natalie_clarius, nate, sitter |
Priority: | NOR | ||
Version: | 6.2.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/5e9af6e3711ccf220ec3e1043fb343c3da006049 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | plasmasessionrestorestaterc as wished. |
Description
m.wege
2024-12-28 12:06:25 UTC
I strongly suspect this is an app issue. wayland or x11? Wayland Please attach this file: ~/.local/state/plasmasessionrestorestaterc Created attachment 177233 [details]
plasmasessionrestorestaterc as wished.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5048 Git commit 83dda1144d4f4455c7209497c103f0939150fd76 by Harald Sitter. Committed on 10/01/2025 at 11:36. Pushed by sitter into branch 'master'. session-restore: only restore each app once since we basically rely on the application restoring its own state there is no reason for us to start the same app multiple times. if it requires multiple windows it will/should start them on its own M +7 -0 startkde/session-restore/save.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/83dda1144d4f4455c7209497c103f0939150fd76 Git commit 5e9af6e3711ccf220ec3e1043fb343c3da006049 by Harald Sitter. Committed on 10/01/2025 at 12:09. Pushed by sitter into branch 'Plasma/6.3'. session-restore: only restore each app once since we basically rely on the application restoring its own state there is no reason for us to start the same app multiple times. if it requires multiple windows it will/should start them on its own (cherry picked from commit 83dda1144d4f4455c7209497c103f0939150fd76) Co-authored-by: Harald Sitter <sitter@kde.org> M +7 -0 startkde/session-restore/save.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/5e9af6e3711ccf220ec3e1043fb343c3da006049 Thank you! |