Akonadi: Difference between revisions
m (→Introduction: fixed some icons) |
m (→Introduction: changed title headings) |
||
Line 11: | Line 11: | ||
:{| | :{| | ||
|colspan="2"| | |colspan="2"|[[Special:myLanguage/KMail|KMail]] | ||
|- | |- | ||
|[[Image:View-pim-mail.png|48px|link=Special:myLanguage/KMail]]||Mail Client | |[[Image:View-pim-mail.png|48px|link=Special:myLanguage/KMail]]||Mail Client | ||
Uses '''Akonadi''' to store emails | Uses '''Akonadi''' to store emails | ||
|- | |- | ||
|colspan="2"| | |colspan="2"|[[Special:myLanguage/KAddressBook|KAddressBook]] | ||
|- | |- | ||
|[[Image:View-pim-contacts.png|48px|link=Special:myLanguage/KAddressBook]]||Contact Manager | |[[Image:View-pim-contacts.png|48px|link=Special:myLanguage/KAddressBook]]||Contact Manager | ||
Uses '''Akonadi''' to store contact information | Uses '''Akonadi''' to store contact information | ||
|- | |- | ||
|colspan="2"| | |colspan="2"|[[Special:myLanguage/KOrganizer|KOrganizer]] | ||
|- | |- | ||
|[[Image:View-pim-calendar.png|48px|link=Special:myLanguage/KOrganizer]]||Personal Organizer | |[[Image:View-pim-calendar.png|48px|link=Special:myLanguage/KOrganizer]]||Personal Organizer | ||
Uses '''Akonadi''' to store calendars, events, journals, etc. | Uses '''Akonadi''' to store calendars, events, journals, etc. | ||
|- | |- | ||
|colspan="2"| | |colspan="2"|[[Special:myLanguage/KJots|KJots]] | ||
|- | |- | ||
|[[Image:kjots.png|48px|link=Special:myLanguage/KJots]]||Note Taking Application | |[[Image:kjots.png|48px|link=Special:myLanguage/KJots]]||Note Taking Application | ||
Line 34: | Line 34: | ||
In addition to this, plasma widgets like the Digital Clock widget, the Notes widget also use Akonadi to store and retrieve events and notes. | In addition to this, plasma widgets like the Digital Clock widget, the Notes widget also use Akonadi to store and retrieve events and notes. | ||
==Controlling the Akonadi server== | |||
The Akonadi control module in System Settings 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. | The Akonadi control module in System Settings 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. | ||
Line 71: | Line 71: | ||
{{Note|1=The Akonadi server will still be started by any Akonadi-enabled application. Ensure that no akonadi-enabled application is launched or running. 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.}} | {{Note|1=The Akonadi server will still be started by any Akonadi-enabled application. Ensure that no akonadi-enabled application is launched or running. 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.}} | ||
==Frequently Asked Questions== | |||
Refer to [[Special:myLanguage/Akonadi_4.4/Troubleshooting|the Troubleshooting page]] for resolving glitches during migration. Akonadi's [[Special:myLanguage/Glossary#Akonadi|Glossary entry]] has a brief description of its purpose and other useful links. [[Special:myLanguage/Akonadi_and_AddressBook|This]] page explains how Akonadi and KAddressBook work together. | Refer to [[Special:myLanguage/Akonadi_4.4/Troubleshooting|the Troubleshooting page]] for resolving glitches during migration. Akonadi's [[Special:myLanguage/Glossary#Akonadi|Glossary entry]] has a brief description of its purpose and other useful links. [[Special:myLanguage/Akonadi_and_AddressBook|This]] page explains how Akonadi and KAddressBook work together. |
Revision as of 18:30, 6 August 2011
Introduction
The Akonadi framework is responsible for providing applications with a centralized database to store, index and retrieve the user's personal information. This includes the user's emails, contacts, calendars, events, journals, alarms, notes, etc. In SC 4.4, KAddressBook became the first application to start using the Akonadi framework. In SC 4.7, KMail, KOrganizer, KJots, etc. were updated to use Akonadi as well. In addition, several Plasma widgets also use Akonadi to store and retrieve calendar events, notes, etc.
At the time of writing, the following applications are enabled to use the Akonadi framework to centrally store and access user data. Follow through to each application's page to learn more.
KMail Mail Client Uses Akonadi to store emails
KAddressBook Contact Manager Uses Akonadi to store contact information
KOrganizer Personal Organizer Uses Akonadi to store calendars, events, journals, etc.
KJots Note Taking Application Uses Akonadi to store notes
In addition to this, plasma widgets like the Digital Clock widget, the Notes widget also use Akonadi to store and retrieve events and notes.
Controlling the Akonadi server
The Akonadi control module in System Settings 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.
To start the Akonadi server,
akonadictl start
To stop the Akonadi server,
akonadictl stop
To restart a running Akonadi server,
akonadictl restart
To query the status of the Akonadi server,
akonadictl status
Disabling the Akonadi subsystem
Shut down the Akonadi server from the control module or the command line:
akonadictl stop
Now, to disable autostarting the Akonadi server during login, edit the file ~/.config/akonadi/akonadiserverrc and change StartServer from true to false:
StartServer=false
The Akonadi server will no longer launch automatically.
Frequently Asked Questions
Refer to the Troubleshooting page for resolving glitches during migration. Akonadi's Glossary entry has a brief description of its purpose and other useful links. This page explains how Akonadi and KAddressBook work together.
If you are experiencing 100% CPU usage by the virtuoso-t process when using Akonadi and related applications, try this proposed workaround while it is being investigated: In KRunner's configuration page, disable the Nepomuk search plugin and the Contact plugin. Then, log out and back in. For further information and inputs, report back here or on the Forum or on the IRC channel #kontact.