How to disable Nepomuk, Strigi and Akonadi in KDE4
Disable Nepomuk, Strigi and Akonadi, which can and will cause many problems and crashes through CPU and RAM Hogging
- Go System Settings > Desktop Search > Basic Settings
and disable:
- Email Indexing
- Nepomuk File Indexer
- Nepomuk Semantic Desktop
then Apply
then > Indexing
and disable:
- Index Documents
- Index Audio
- Index Images
- Index Videos
- Index Source Code
then Apply
Navigate command line at your /home/user directory
Then edit - ~/.kde/share/config/nepomukserverrc
set this, save and exit:
[Basic Settings]
Start Nepomuk=false
Then edit - ~/.kde/share/config/kdedrc
set this, save and exit:
[Module-nepomuksearchmodule]
autoload=false
Then edit - ~/.config/akonadi/akonadiserverrc and set "StartServer" to false.
set this, save and exit
[QMYSQL]
StartServer=false
- Restart GNU/Linux
0 comments:
Post a Comment