[Bug 283615] "Mimetype tree is not a DAG!" errors + crashes when using SMI 0.91

Christophe Giboudeaux cgiboudeaux at gmx.com
Wed Oct 12 10:55:09 BST 2011


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





--- Comment #9 from Christophe Giboudeaux <cgiboudeaux gmx com>  2011-10-12 09:55:09 ---
Found the workaround for 0.91:

kaddressbook(10595)/libkdepim Akonadi::PluginLoader::scan: registering Desktop
file
"/kde/inst/kdepim-runtime/share/apps/akonadi/plugins/serializer/akonadi_serializer_addressee.desktop"
for ("text/vcard", "text/directory") @ ("legacy", "default", "KABC::Addressee")

removing text/directory from the types declared in this desktop file fixes the
issue with SMI 0.91 but obviously breaks with 0.90


(in kdepim-runtime)

diff --git a/plugins/akonadi_serializer_addressee.desktop
b/plugins/akonadi_serializer_addressee.desktop
index 1e4205a..7b8a5a4 100644
--- a/plugins/akonadi_serializer_addressee.desktop
+++ b/plugins/akonadi_serializer_addressee.desktop
@@ -89,7 +89,7 @@ Comment[zh_CN]=对收信人对象进行序列转换的 Akonadi 插件
 Comment[zh_TW]=地址物件的 Akonadi 序列器外掛程式

 [Plugin]
-Type=text/vcard,text/directory
+Type=text/vcard
 X-Akonadi-Class=legacy;default;KABC::Addressee;
 X-KDE-Library=akonadi_serializer_addressee
 X-KDE-ClassName=Akonadi::SerializerPluginAddressee

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list