answered
2014-12-23 14:19:12 +0200
nthn 12631 ●154 ●230 ●225
Putting this in an answer because it wouldn't be clear in a comment, from the tracker-control manpage:
-k, --kill=[all|store|miners]
This uses SIGKILL to stop all Tracker processes found matching the
parameter, if no extra parameter is passed, all will be assumed. This is
not advised unless you are having problems stopping Tracker in the first
place. This GUARANTEES death.
-r, --hard-reset
This kills all processes in the same way that --kill does but it also
removes all databases. Restarting tracker-store re-creates the databases.
-s, --start
Starts all miners. This indirectly starts tracker-store too because it is
needed for miners to operate properly.
This just seems excessive, here is what tracker-control -es does:
-e, --soft-reset
A soft reset works exactly the same way that --hard-reset does, with the
exception that the backup and journal are not removed. These are restored
when tracker-store is restarted.
-s, --start
Starts all miners. This indirectly starts tracker-store too because it is
needed for miners to operate properly
So using the tracker reset from Utilities completely kills tracker and removes all databases (so they need to be entirely rebuilt, which takes a lot of time), whereas using tracker-control -es only restarts tracker, keeping the databases.
After Update 10, it showed 0 files in gallery, Documents, Music. Fortunately for me, when I took a photo it updated the Index.
anandrkris ( 2014-12-23 06:55:45 +0200 )edit