| Summary: | Crash Recovery only works properly for unsaved projects | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | walmartshopper |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | ttguy1, wegwerf-1-2-3 |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
walmartshopper
2015-06-03 22:27:13 UTC
The autosave feature was done in such a way that it only saves after 3 seconds of inactivity if you have made a change. That might be a problem if you work fast and make no pause, then crashing Kdenlive can make you lose your work. Can you check that: 1. Open your saved project 2. Make some changes 3. wait for 4-5 seconds 4. Crash Kdenlive (you can simply kill it from the task manager or Ctrl+Alt+Esc) 5. Try re-opening your project, you will be prompted for recovery and it should recover the unsaved project Please let me know if it works this way. I could change the autosave to force saving after 1 minute of work, even if there is no pause in the workflow... Still happens. I opened a project, moved some stuff around the timeline, waited about a minute, killed with ctrl+alt+esc. When I re-opened, no recovery prompt and nothing in the restore backup window. Git commit 28b3cc7b5141fcc2fed84433b9fe9851c35b7e08 by Jean-Baptiste Mardelle. Committed on 06/06/2015 at 19:42. Pushed by mardelle into branch 'Applications/15.04'. Fix autosave not working when opening project file from command line or click in file browser M +4 -0 src/main.cpp http://commits.kde.org/kdenlive/28b3cc7b5141fcc2fed84433b9fe9851c35b7e08 Ok, I think I found the problem. It was only happening when opening the project file from command line or when clicking on a project file in a file browser, but not when opening the project file from inside Kdenlive. Can you confirm how you open your project files when the bug happens ? Git commit cc55a9cea5c2f029744f8aba79a362fd302ec0bb by Jean-Baptiste Mardelle. Committed on 06/06/2015 at 19:41. Pushed by mardelle into branch 'master'. Fix autosave not working when opening project file from command line or click in file browser M +4 -0 src/main.cpp http://commits.kde.org/kdenlive/cc55a9cea5c2f029744f8aba79a362fd302ec0bb I usually open by clicking in dolphin, but I just tried File > Open and File > Open Recent inside kdenlive and didn't get any autosave with those methods either. This is working OK for me in ver 15.09 |