Crash on renaming a title file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Medium
|
Unassigned |
Bug Description
If a title file is renamed through File properties of the title, previewing it causes a segmentation fault.
1. Create a new project or open an existing one
2. Create a new title, add it to a track
3. Right click on the title in Project files tab, select File properties
4. Change the "File Name" (I kept the path and extension)
5. Click Apply, click Close
6. Right click on the title in Project files tab, select Preview
Using OpenShot 1.0.0 on Ubuntu 8.04 32bit, installed from DEB (with dependencies) as instructed on project's Donwloads page.
This is a minor inconvenience, but crashing the app may result in losing the unsaved changes.
To developers: hope this will help to improve an amazingly well-designed and user-friendly application. I've been looking for an app like this for years, and OpenShot is the best among both commercial and open source video editing tools!
Related branches
Changed in openshot: | |
status: | Fix Released → In Progress |
Changed in openshot: | |
milestone: | none → 1.1.0 |
Changed in openshot: | |
status: | Fix Committed → Confirmed |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
Changing the file name in the properties tab is only updating the file name within the project, it doesn't rename the file on disk (it's really intended for when you have moved a file and need to update the path), but I guess we should make that a bit clearer.