Bug 364569 - Error when trying to overwrite existing titles on disk
Summary: Error when trying to overwrite existing titles on disk
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: 16.04.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-20 21:21 UTC by Larsen
Modified: 2016-06-22 09:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Larsen 2016-06-20 21:21:14 UTC
When I try to overwrite an existing title on disk, I get "Cannot write to file /home/jdoe/kdenlive/titles/test1.kdenlivetitle".

I was able to save the file there before and the permissions look ok to me:
-rw-rw-r-- 1 jdoe jdoe 661 Jun 20 22:46 test1.kdenlivetitle

Where can I find more information on what might be wrong?


Reproducible: Always




Kdenlive 16.04.01 (missing in the version drop down)
Kubuntu 16.04
Comment 1 Jean-Baptiste Mardelle 2016-06-20 22:02:32 UTC
Git commit 5a69c91f7a2fc75ac3a5fa3c41b7c1764caf3c9b by Jean-Baptiste Mardelle.
Committed on 20/06/2016 at 21:53.
Pushed by mardelle into branch 'master'.

Fix saving title cannot write existing file

M  +1    -1    src/titler/titledocument.cpp

http://commits.kde.org/kdenlive/5a69c91f7a2fc75ac3a5fa3c41b7c1764caf3c9b
Comment 2 Larsen 2016-06-22 09:14:11 UTC
Confirmed fixed (test with 16.07.70+git20160620).

Perhaps there should be a warning when an existing file will be overwritten.