Results 1 to 5 of 5

Thread: Removing Akonadi, Nepomuk and PIM generally

  1. #1
    Join Date
    May 2009
    Location
    relative
    Beans
    365
    Distro
    Ubuntu 12.04 Precise Pangolin

    Question Removing Akonadi, Nepomuk and PIM generally

    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?

  2. #2
    Join Date
    Jan 2011
    Beans
    43
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Removing Akonadi, Nepomuk and PIM generally

    you might try to disable the services.. also look in /usr/share/kde/autostart and other autostart directories..

  3. #3
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: Removing Akonadi, Nepomuk and PIM generally

    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...
    1. Add these lines to ~/.kde/share/config/nepomukserverrc (and their sections if they don't exist);
      Code:
      [Basic Settings]
      Start Nepomuk=false
      
      [Service-nepomukmigration1]
      autostart=false
      
      [Service-nepomukstrigiservice]
      autostart=false
    2. Then, in ~/.config/akonadi/akonadiserverrc, add the line in bold to this section (other lines may differ);
      Code:
      [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
    3. 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;
    Code:
    $ akonadictl stop
    $ killall nepomukserver
    But that's messy.
    ...

  4. #4
    Join Date
    May 2009
    Location
    relative
    Beans
    365
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Removing Akonadi, Nepomuk and PIM generally

    Worked perfectly.
    Many thanks!

  5. #5
    Join Date
    Jan 2009
    Beans
    3

    Re: Removing Akonadi, Nepomuk and PIM generally

    Best help and walk-through on this subject ever!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •