If somebody is interested

I you do not use kdepim stuff, but eventually Kjots or Knotes and may be
other parts which do not need Akonadi (you can still define local
resources for those) then you can run kde without Akonadi and Mysql

at least for me it brought back a lot of overall performance 

you can through a file into .kde4/env/ as one of the startup scripts in
order to shut down akonadi and mysql. Aditional you might like to
disable the nepomuk stuff also in System Settings/Desktop Search

here is an example as akonadi.sh


#!/bin/sh

adfunc () {
        sleep 45 
        eval "$(akonadictl stop)"
        }
adfunc &
#EOF

don't forget setting the x-bit on this file


after that and a new login, you can manage the script in System
Settings/Startup&Shutdown/Autostart 




-- 


João Martins (JoaoBR)

Infomatik Development Team
http://wipserver.matik.com.br
+55 11 4249.2222


Attachment: signature.asc
Description: PGP signature

_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to