Bug 257103

Summary: Can't save images modified with Image editor
Product: [Applications] digikam Reporter: Guillaume Paumier <guillom.pom>
Component: ImageEditor-SaveAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 1.6.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 1.6.0

Description Guillaume Paumier 2010-11-17 00:02:48 UTC
Version:           1.6.0
OS:                Linux



Reproducible: Always

Steps to Reproduce:
* Compile the svn version as of r1197844
* open a file with the Image editor
* change something (I usually adjust the curves levels)
* try to save or save as

Actual Results:  
Error message popup: "Failed to save file X.ext to /path/to/location/X.ext"

In the console:
digikam(5313)/digikam (core) Digikam::DImgInterface::slotImageSaved: error saving image ' /path/to/location/HH5313.digikamtempfile.tmp 

Expected Results:  
It should save the file =)
Comment 1 caulier.gilles 2010-11-17 09:50:12 UTC
Hi Guillaume,

It sound like a problem in your harddrive. disk is full.

Can you run 'df' on a console ?

I cannot reproduce the problem there, on my macbook, my win7 and mandriva computers. i use it all days... (:=)))

Marcel : One improvement to do here, is to be more verbose about the problem, if possible, or guide user to investigate...

Gilles Caulier
Comment 2 Marcel Wiesweg 2010-11-17 16:43:14 UTC
SVN commit 1198150 by mwiesweg:

Seems that all these years, the variable was never initialized.
With Andi's changes it got initialized, but it should be Saving, not Stopping,
else all saving is stopped at the first checkpoint.

BUG: 257103

 M  +1 -1      loadsavetask.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1198150
Comment 3 Andi Clemens 2010-11-17 16:54:20 UTC
Oh :-)
Comment 4 Guillaume Paumier 2010-11-17 17:33:49 UTC
I confirm Marcel's fix works.

Thanks!
Comment 5 caulier.gilles 2010-11-17 18:57:21 UTC
When have been patched this code like this ? 

Gilles Caulier