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

Dominik Haumann <dhaum...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #1 from Dominik Haumann <dhaum...@kde.org> ---
The reason for this is that we use QSaveFile [1] to safely save data to disk:
It saves to a temporary file, and on success, the temporary file is moved to
the final location. This leads to this bug, bug avoids data loss in case of a
crash (e.g. power outage). Let's track this in bug #358457.

We track these problems here:
- https://bugs.kde.org/show_bug.cgi?id=354405 Files are unlinked on save
- https://bugs.kde.org/show_bug.cgi?id=358457 Kate removes hard links
- https://bugs.kde.org/show_bug.cgi?id=333577 Kate changes file owner

[1] http://doc.qt.io/qt-5/qsavefile.html

*** This bug has been marked as a duplicate of bug 358457 ***

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

Reply via email to