What does org.freedesktop.DBus.NameLost mean?

1.6k Views Asked by At

I'm getting org.freedesktop.DBus.NameLost signal when my application tries to invoke DBus activatable session bus service.

What does this signal really means? Does this mean application cannot send signal to the DBus service anymore?

Request

method call time=1499719567.788200 sender=:1.439 -> destination=com.test.mytest serial=7 path=/com/test/mytest; interface=org.freedesktop.Application; member=Open
   array [
      string "mytest://192.168.121.12?message=welcome"
   ]
   array [
   ]

The signals emitted

signal time=1499719567.789882 sender=org.freedesktop.DBus -> destination=:1.439 serial=5 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameLost
   string ":1.439"
signal time=1499719567.789938 sender=org.freedesktop.DBus -> destination=(null destination) serial=1045 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.439"
   string ":1.439"
   string ""
0

There are 0 best solutions below