Comment 64 for bug 646724

Revision history for this message
KarlRelton (karllinuxtest-relton) wrote :

Hacked a bit more ...

The 'crawler' code in a-l-m has a bug comparing a timestamp in the form of a string with another in the form of a float. Thats why it always inserts 0 events (timestamp test always fails). It also has a potential divide by zero bug if there are zero 'valid_uris'.

Correcting those will make it insert events based on the files mtime. However they still don't show up in gaj or dash.

Watching the zeitgeist-daemon running in a terminal one can see the events being inserted, but still no sign of them showing up in any queries.