[Tracker] Bugs with tracker-applet [indexer-split]



Hello,

I found a small bug with tracker-applet: it creates a wrong config file into
$HOME/.config instead of $HOME/.config/tracker because around line 2142 in
tracker-applet.c a comma is missing :

        priv->filename = g_build_filename (g_get_user_config_dir (),
-                                           "tracker"
+                                           "tracker",
                                            "tracker-applet.cfg",
                                            NULL);

I am also quite disturbed by how this applet notices me when it has finished
indexing : I see everytime a message about that... I would prefer to be noticed
this way only after the first indexing of my home has finished, then I would be
happy to just see the blinking icon of the applet.


A curious thing : I can't search the word "hello" with tracker-search (no
results ever).


Laurent.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]