https://bugs.kde.org/show_bug.cgi?id=390170

Kåre Särs <kare.s...@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kare.s...@iki.fi

--- Comment #2 from Kåre Särs <kare.s...@iki.fi> ---
This is a side effect of using QSaveFile which first writes the new data to a
temporary file and then renames the new file over the old one. This renaming is
atomic which means that we always have either the old data or the new. We never
get into the situation that only parts of the file is written. This
unfortunately also means that thee are some corner cases that are not handled
correctly. In your situation I think that the meta-data is not copied to the
new file. QSaveFile does handle file attributes for the most common situations.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to