Nepomuk not updating the index

kde-4.9.5
nepomuk-core-4.9.5
virtuoso-6.1.6_1

The nepomuk file indexer doesn't appear to run automatically on my system and new files aren't appearing in search results. I've checked system settings and "Enable Nepomuk File indexer" is ticked.

Code:
curlew:/home/mike% ps -ax | grep nepomuk
1995 ??  I     0:00.13 kdeinit4: kdeinit4: nepomukserver (kdeinit4)
1997 ??  IN    0:09.63 /usr/local/kde4/bin/nepomukservicestub nepomukstorage
2007 ??  S     0:01.32 /usr/local/kde4/bin/akonadi_nepomuk_contact_feeder --identifier akonadi_nepomuk_contact_feeder
2008 ??  S     0:00.68 /usr/local/kde4/bin/nepomukcontroller -session 1012915aa0d8000135953829400000033760011_1359666184_302022
2027 ??  IN    0:00.63 /usr/local/kde4/bin/nepomukservicestub nepomukbackupsync
2028 ??  SN    0:00.60 /usr/local/kde4/bin/nepomukservicestub nepomukqueryservice
2030 ??  IN    0:00.61 /usr/local/kde4/bin/nepomukservicestub nepomukfileindexer
2031 ??  IN    0:03.15 /usr/local/kde4/bin/nepomukservicestub nepomukfilewatch
2167 ??  I     0:01.57 kdeinit4: kdeinit4: kio_file file local:/tmp/ksocket-mike/klauncherxJ1597.slave-socket local:/tmp/ksocket-mike/kio_nepomuksearchAw2101.slave-socket (kdeini
2239  1  S+    0:00.00 grep nepomuk

I can force the indexer to run by adding or removing a folder from the list of folders to be indexed but how do I get the index updated automatically?
 
[CMD=""]rm $HOME/.kde4/share/config/nepomuk*rc[/CMD] and reboot KDE desktop, if nepomuk works, you may re-configure it parameters in system setting
 
zeissoctopus said:
[CMD=""]rm $HOME/.kde4/share/config/nepomuk*rc[/CMD] and reboot KDE desktop, if nepomuk works, you may re-configure it parameters in system setting

That appeared to fix it yesterday. I deleted the files and my home directory was re-indexed after I rebooted and logged in.

But it only appears to be a one off fix. I shut down my PC last night then rebooted and logged into KDE this morning. It's now about 5 hours since I logged in and there's been no attempt to re-index. :(

In the meantime I've implemented a manual workaround using the script from Trueg's Blog which provides entries in dolphin's context menu for recursively re-indexing a directory. But it would be much better if I could manage to resolve the problem properly and keep the index automatically up to date.
 
Back
Top