GNOME Bugzilla – Bug 762577
Searching in file chooser sometimes triggers tracker error
Last modified: 2016-02-26 15:00:33 UTC
Sometimes when searching in the file chooser, I get an error dialog: """ Could not send the search request GDBus.Error:org.freedesktop.Tracker1.SparqlError.Internal: unknown tokenizer: TrackerTokenizer """ My journal contains only one relevant line: Feb 23 21:55:59 victory-road org.freedesktop.Tracker1[9685]: (tracker-store:10032): Tracker-WARNING **: Could not create FTS insert statement: unknown tokenizer: TrackerTokenizer It's somehow tied to the directory I execute the search from. I'm currently able to reproduce it reliably by searching for anything inside my WebKit/Source directory (including subdirectories), but not in other directories on my system.
GTK+ 3.18.7
Anything I could do to help debug this? It's really annoying....
I would suggest that this is a tracker issue.
It is. *** This bug has been marked as a duplicate of bug 762226 ***
Are you sure it's a dup of bug #762226? The initial database was created a month or two ago, last time I reported a tracker bug with the file chooser and you had me delete my previous database, definitely before 3.11.0 was released.
Yes, this is a thing we do at runtime, a tokenizer must be registered on TrackerDBInterface/TrackerSparqlConnection startup so it's correctly looked up and used in FTS queries. The "newly created database" info there is bogus.