| Summary: | States of individual Dolphin windows are not remembered/restored | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Patrick O'Callaghan <pocallaghan> |
| Component: | panels: terminal | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | 4wy78uwh, dolphin-bugs-null, miranda, msdobrescu, pm, postix |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick O'Callaghan
2022-06-15 12:12:30 UTC
The restored state corresponds to the topmost (selected) window at the time Dolphin exits. This affects not only the terminal state but also the window dimensions. This is an update to a previously filed bug because the situation under Wayland is now worse than before. When saving/restoring Dolphin windows under Wayland's Fake Session Restore, each window opens in the same state, rather than in the specific state it should have been saved in, i.e. if several windows are open at save time, some with split panes in different directories, some with a terminal etc., then on restoring they will all have copies of just one of them, presumably the last one to be saved. How the session saving woks after all? One would expect that X would notify it to hand over its state to be saved or to save itself its state, then restore back at the login. Then, all this function to be reused under Wayland too and it just need rewiring ensuring a fast migration. |