Akonadi(数据存储)
介绍
Akonadi 框架为应用程序提供中心数据库来统一保存、索引和获取用户的个人信息。这包括邮件、联系人、日历、事件、日志、闹钟和笔记等。在 SC 4.4 中, KAddressBook 成为首个使用 Akonadi 框架的程序。在 SC 4.7 中, KMail, KOrganizer, KJots等也开始更新使用 Akonadi 。此外,一些 等离子 部件也使用 Akonadi 保存和获取日历事件、笔记等。
在当前,下面的应用程序能够使用Akonadi框架集中存储和访问用户数据。进入它们的页面可以了解更多信息。
KMail
邮件客户端 使用 Akonadi 保存邮件
KAddressBook
联系人管理器 使用 Akonadi 存储联系人信息
KOrganizer
个人管理 使用 Akonadi 存储日历、事件、日志等。
KJots
记事应用程序 使用 Akonadi 存储笔记
KAlarm
个人闹钟 使用 Akonadi 以存储闹钟
此外,Plasma 部件,如数字时钟部件、笔记部件也使用 Akonadi 来存储和检索事件、笔记。
控制 Akonadi 服务器
系统设置 中的 Akonadi 控制模块可以方便的启动、停止、重启和查询 Akonadi 服务器。同时,可以通过命令 akonadictl 在命令行中实现这些功能。
The Akonadi control module started by the Context-Menue of the Akonadi tray icon provides an easy means to starting, stopping, restarting and querying the status of the Akonadi server. You may also accomplish this from the commandline using the command akonadictl. Using this method, you can get additional useful information on the console.
启动 Akonadi 服务器:
akonadictl start
停止Akonadi 服务器:
akonadictl stop
重新启动正在运行的 Akonadi 服务器,
akonadictl restart
查询 Akonadi 服务器的状态:
akonadictl status
Disabling the Akonadi subsystem
The Akonadi server is started by any Akonadi-enabled application. If you don't want Akonadi to be started after login, you have to ensure that no Akonadi-enabled application is launched at login or thereafter. Remember to check Plasma widgets as well — the Digital Clock widget in the default panel, for instance uses Akonadi to (optionally) display calendar events and this is enabled in its settings by default (see the "Display Events" option) . You must remove any widgets that may start it from your start-up, if you wish Akonadi to start only when you start KMail or other applications.
只要使用 Akonadi 的应用程序请求访问服务,Akonadi 服务器就会自动启动。
要禁用 Akonadi 子系统,首先通过控制模块或命令行停止 Akonadi 服务器:
akonadictl stop
To ensure that Akonadi is not started, check that no applications require it at login. In particular, open the Plasma clock applet preferences, go to
and uncheck to prevent Plasma from requesting information from Akonadi and thus allowing it to start.常见问题
我现在的数据在哪?
Andras Mantia 的博客有解释数据的存储位置以及 Akonadi 与其交互的方式。
迁移问题
Akonadi的术语表简单描述了它的目的,包含了相关链接。这个页面解释了Akonadi和KAddressBook协同工作的方式。
CPU 及内存占用
如果在使用Akonadi和相关应用程序时,出现 virtuoso-t 100% CPU 的情况,请使用如下临时解决方案,问题原因正在调查中:在KRunner的配置页面中,禁用Nepomuk 搜索和联系人插件。然后退出并重新登录。更多信息和反馈请在这里、论坛或者 IRC 频道 #kontact 报告。
为什么使用 Akonadi 和 Nepomuk?
关于 Akonadi 和 Nepomuk 有很多误解。 为什么Akonadi的数据用Nepomuk索引解释了为什么我们同时使用它们两个和它们各自的作用。在评论部分Will Stephenson 还提供了更多的信息。
Troubleshooting
Can't read any details of some messages or big delays to read it
if you aren't able to read some emails and see a message with " please wait ... ", you may logout and login KDE session to reinitialize all processes, might help.