Il giorno lun, 09/07/2007 alle 11.20 +0200, tracker-list ha scritto:
<cut>
1. First I start trackerd -> $ trackerd &
2. Then I do a search -> $ tracker-search something
Following error is presented:
tracker-search: No connection to tracker daemon
Ensure "trackerd" is running before launch this command
Tracker uses DBUS to perform inter process communications.
So, you need:
A. a running system message bus (check using `ps aux | grep
dbus-daemon`, you should have a process with "dbus-daemon
--system" as command line)
B. a running session message bus (as before, but "dbus-daemon
--session" as command line)
The system bus should be launched by init, the session bus could be
launched in console using
$ dbus-launch trackerd&
I didn't test it, so let us known if it works.