Bug 257103 - Can't save images modified with Image editor
Summary: Can't save images modified with Image editor
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: ImageEditor-Save (show other bugs)
Version: 1.6.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-17 00:02 UTC by Guillaume Paumier
Modified: 2022-02-02 16:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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