[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2020-08-17 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=370627 David Jarvie changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are receiving this mail because:

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-31 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=370627 David Jarvie changed: What|Removed |Added Version Fixed In||16.08.3 Resolution|---

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-30 Thread Andrey Bondarenko
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #10 from Andrey Bondarenko --- I don't see load errors after applying revised patch. The issue is resolved. -- You are receiving this mail because: You are watching all bug changes.

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-30 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=370627 David Jarvie changed: What|Removed |Added Attachment #101857|0 |1 is obsolete|

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-30 Thread Andrey Bondarenko
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #8 from Andrey Bondarenko --- Created attachment 101896 --> https://bugs.kde.org/attachment.cgi?id=101896=edit Patch with QFile::exists call moved to isFileValid function I still see errors in my ~/.xsession-errors file

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-28 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=370627 David Jarvie changed: What|Removed |Added Attachment #101844|0 |1 is obsolete|

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-28 Thread Andrey Bondarenko
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #6 from Andrey Bondarenko --- Method fileStorage->load() from kcalcore called from KAEvent KAlarmDirResource::loadFile still reports error if file does not exists. I think you should check file presence before calling load.

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-28 Thread Andrey Bondarenko
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #5 from Andrey Bondarenko --- I've recompiled kdepim-runtime with the patch but still have error messages Qt-D [2016-10-28 13:03:31.366 +05] (akonadi_kalarm_dir_resource_3:17381:log_kalarmdirresource)

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-27 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #4 from David Jarvie --- Created attachment 101844 --> https://bugs.kde.org/attachment.cgi?id=101844=edit Patch for testing I've committed a fix in Applications/16.08 branch (commit

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-24 Thread Andrey Bondarenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #3 from Andrey Bondarenko --- 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)

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-23 Thread Andrey Bondarenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #2 from Andrey Bondarenko --- Here is a example of more detailed log from kalarm: Qt-W [2016-10-23 11:53:10.027 +05] (kalarm:3906:default) unknown:0:unknown - QLayout: Attempting to add QLayout "" to YearlyRule "", which

[kalarm] [Bug 370627] akonadi_kalarm_dir_resource watch triggered by temp files

2016-10-21 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370627 --- Comment #1 from David Jarvie --- I don't see the error message in ~/.xsession-errors on my system, and therefore I can't test whether a fix will work. Can you confirm which line in kalarmdirresource.cpp produces the error - is it