State only saves on clean close
Bug #1454331 reported by
Cassidy James Blaede
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Calculator |
Fix Released
|
Low
|
Danielle Foré | ||
Files |
Confirmed
|
Low
|
Unassigned | ||
Terminal |
New
|
Low
|
Unassigned |
Bug Description
The app's state is only saved when you explicitly/cleanly close it. If it terminates uncleanly (i.e. crashes, the computer dies, etc.), the state is not saved.
Possible solution: periodically save the state, perhaps after certain actions occur (i.e. after navigating to a folder, opening a tab, or toggling a UI state).
Related branches
lp://staging/~elementary-apps/pantheon-calculator/settings-bind
- Cassidy James Blaede: Approve
-
Diff: 17 lines (+3/-5)1 file modifiedsrc/MainWindow.vala (+3/-5)
Changed in pantheon-files: | |
milestone: | none → loki-beta1 |
status: | New → Confirmed |
description: | updated |
Changed in pantheon-files: | |
importance: | Undecided → Medium |
Changed in pantheon-files: | |
importance: | Medium → Low |
Changed in pantheon-files: | |
milestone: | loki-beta1 → loki+1-beta1 |
summary: |
- State only saves on explicit close + State only saves on clean close |
description: | updated |
Changed in pantheon-calculator: | |
status: | New → In Progress |
assignee: | nobody → Daniel Fore (danrabbit) |
Changed in pantheon-calculator: | |
importance: | Undecided → Low |
milestone: | none → loki-rc1 |
Changed in pantheon-calculator: | |
status: | In Progress → Fix Committed |
Changed in pantheon-terminal: | |
milestone: | none → loki+1-beta1 |
Changed in pantheon-calculator: | |
milestone: | none → loki-beta1 |
status: | Fix Committed → Fix Released |
Changed in pantheon-terminal: | |
importance: | Undecided → Low |
To post a comment you must log in.
The crash might be because of some open tabs so it's better to ask the next time user opens pantheon-files to restore the last session or the session before that.