Akonadi/ca: Difference between revisions
Created page with "===Deshabilitar el subsistema de Akonadi===" |
Created page with "==Controlar el servidor Akonadi==" |
||
Line 27: | Line 27: | ||
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. | ||
== | ==Controlar el servidor Akonadi== | ||
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. |
Revision as of 16:29, 7 August 2011
Introducció
El marc de treball Akonadi és el responsable de proporcionar a les aplicacions una base de dades centralitzada per emmagatzemar, indexar i recuperar informació personal de l'usuari. Això inclou missatges de correu electrònic, contactes, calendaris, esdeveniments, diaris, alarmes, notes, etc. En SC 4.4, KAddressBook es va convertir en la primera aplicació en començar a utilitzar Akonadi. En SC 4.7, KMail, KOrganizer, KJots, etc, també s'han actualitzat per a utilitzar Akonadi. A més, els diversos estris Plasma també utilitzen Akonadi per a emmagatzemar i recuperar els esdeveniments del calendari, 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.
Controlar el servidor Akonadi
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
Deshabilitar el subsistema de Akonadi
The Akonadi server is launched automatically at login whenever any Akonadi-enabled application requests access to it.
To disable the Akonadi subsystem, first, shut down the running Akonadi server from the control module or the command line:
akonadictl stop
Now, edit the file ~/.config/akonadi/akonadiserverrc and change StartServer from true to false:
StartServer=false
The Akonadi server should no longer launch automatically on login.
Preguntes més freqüents
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.