https://bugs.kde.org/show_bug.cgi?id=370627
--- Comment #3 from Andrey Bondarenko <abon...@mail.ru> --- Probably a source of temporary files is QSaveFile instances used in function ICalFormat::save from kcalcore file src/icalformat.cpp. According to Qt docs (http://doc.qt.io/qt-5/qsavefile.html) QSaveFile creates temporary file, writes to it, then rename temporary file on commit. Looks like Implicit temp files are created under kalarm_dir_resource by QSaveFile in kcalcore and KDirWatch fire fileChanged on them. Because temporary filenames do not start with dot and not end with ~ they pass isFileValid. -- You are receiving this mail because: You are watching all bug changes.