On Thu, 26 Jan 2017 at 15:19:14 +0000, Simon McVittie wrote:
> Or if you're willing to try dbus from experimental, the dbus-daemon
> from that version logs to the Journal with information about which
> process was the first to ask for a particular activation.
In dbus from unstable, you'll see messages like
Activating via systemd: service name='org.gnome.gvfs' unit='gvfsd.service'
You might be able to guess from other Journal messages around that time
which caller was responsible, but it isn't specifically stated.
>From experimental, which is a development branch that will go to unstable
after stretch is released, it'll be more like:
Activating via systemd: service name='org.gnome.gvfs' unit='gvfsd.service'
requested by ':1.42' (uid=1000 pid=1234 comm="dbus-send")
Hope this helps,
S