Due to my work on GNOME News project, I need to use development version of tracker. But making RPM with latest commits every time when I trying to test patch not easy I need a way to start my patched RSS miner. Carlos Garnacho gave me this way in IRC today.
Stop working RSS miner
$ killall tracker-miner-rss
Start my own RSS miner with debug mode enabled (I’m using JHBuild prefix)
$ ~/jhbuild/install/libexec/tracker-miner-rss -v 3
In this way you can follow for all DBus services I think.