firstRun is an internal state of baloo, there is no need to write it to
the config. We can determine it from the existence of the DB file. In
case the DB is only populated partially, the remainder will be picked
up by the UnnindexedFileIndexer.
Delay the content indexing during startup. Currently, we only delay
the UnindexedFileIndexer and StaleFileIndexer, but files already flagged
for indexing would be picked up immediately.
Apply the same delay also to the initial run.