PDA

View Full Version : [kubuntu] Removing Akonadi, Nepomuk and PIM generally



akoskm
May 21st, 2011, 11:52 AM
Hi!
I'm not using any of the KDE PIM components (I already removed Kontact, KOrganizer, KMail, Kopete) but some akonadi tasks (~15-20) are always running in the background.
How can I get rid of akonadi and nepomuk completely without removing the actual KDE desktop?

demilord
May 23rd, 2011, 10:26 PM
you might try to disable the services.. also look in /usr/share/kde/autostart and other autostart directories..

Zorael
May 30th, 2011, 07:33 PM
I managed to disable both Akonadi and Nepomuk on my laptop but I have been unable to reproduce it on my desktop. Moreover I can't find the blog post that described how to do it.

Going by memory...
Add these lines to ~/.kde/share/config/nepomukserverrc (and their sections if they don't exist);


[B]Start Nepomuk=false

[Service-nepomukmigration1]
autostart=false

[Service-nepomukstrigiservice]
autostart=false
Then, in ~/.config/akonadi/akonadiserverrc, add the line in bold to this section (other lines may differ);

[QMYSQL]
Name=akonadi
Host=
User=
Password=
Options="UNIX_SOCKET=/home/zorael/.local/share/akonadi/db_misc/mysql.socket"
ServerPath=/usr/sbin/mysqld-akonadi
StartServer=false
Lastly remove the file /usr/share/autostart/nepomukcontroller.desktop, if it exists.
Log out, wait a bit for the processes to end, and then back in. See if it still starts all those nepomuk and akonadi processes. Do mention here if it works, or if it doesn't and you find an additional step that completes it all.

As a small mention, you can still kill all the processes with two commands;

$ akonadictl stop
$ killall nepomukserver
But that's messy.

akoskm
June 1st, 2011, 06:34 AM
Worked perfectly.
Many thanks! :)

pecosdave
May 16th, 2012, 06:29 PM
Best help and walk-through on this subject ever!