Summary: | DAV Akonadi resource falsely changes the mimetype of the todos to events | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Matija Šuklje <matija> |
Component: | DAV Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim-runtime/3eb827f7e6d17161bb5b1558bc066d4bcb134ce3 | Version Fixed In: | 4.10.2 |
Sentry Crash Report: | |||
Attachments: |
Don't set the mime type if the protocol supports multiget
Akonadi Debug info after applying the patch |
Description
Matija Šuklje
2013-01-22 09:17:01 UTC
Created attachment 76718 [details]
Don't set the mime type if the protocol supports multiget
Here is a patch for you to test and see if that helps.
(In reply to comment #1) > Here is a patch for you to test and see if that helps. I tried that patch against 4.9.3 and the results are funny: - ownCloud 4.5.5 (SabreDAV 1.6.4) lists only calendars and addressbooks, but *no* items in them — they’re completely empty even in Akonadi Console - Baïkal 0.2.4 (SabreDAV 1.8.0) so far seems to work just fine. Will try to upgrade ownCloud to 4.5.6 (SabreDAV 1.6.6) and see if that helps. (In reply to comment #2) > - ownCloud 4.5.5 (SabreDAV 1.6.4) lists only calendars and addressbooks, but > *no* items in them — they’re completely empty even in Akonadi Console […] > Will try to upgrade ownCloud to 4.5.6 (SabreDAV 1.6.6) and see if that helps. The same is true for ownCloud 4.5.6 Created attachment 76731 [details]
Akonadi Debug info after applying the patch
- patch applied to KDEPIM 4.9.3
- tested on ownCloud 4.5.6 (SabreDAV 1.6.6)
I can replicate it in (unpatched) 4.9.5 as well. I noticed that it seems to trigger when mysql, virtuoso-t and/or akonadiserver are eating up large amounts of CPU for a long time. Applying Grégory’s patch on 4.9.5 I get the same results as with 4.9.3 in Comment #2. BTW, last time I noted down when I set it up and when it stopped working. I set it up on the 2012-02-04 around 13:00 and on 2012-02-11 at around 12:30 the bug replicated. Git commit 3eb827f7e6d17161bb5b1558bc066d4bcb134ce3 by Grégory Oestreicher. Committed on 25/03/2013 at 22:03. Pushed by goestreicher into branch 'KDE/4.10'. Prevent duplicates in mCollectionsWithTemporaryError Related: bug 314206 FIXED-IN: 4.10.2 M +4 -1 resources/dav/resource/davgroupwareresource.cpp http://commits.kde.org/kdepim-runtime/3eb827f7e6d17161bb5b1558bc066d4bcb134ce3 |