谁正在向通知发送 (notify-send) 发送?

谁正在向通知发送 (notify-send) 发送?

重新安装一些驱动程序后,我每隔 30 秒到 5 分钟就会收到很多烦人的空消息到我的通知发送程序。

# dbus-monitor "interface='org.freedesktop.Notifications'"

输出

method call time=1512991561.538291 sender=:1.924 -> destination=:1.16 serial=6 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=GetServerInformation
method call time=1512991561.539311 sender=:1.924 -> destination=:1.16 serial=7 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
   string "notify-send"
   uint32 0
   string ""
   string "Message"
   string ""
   array [
   ]
   array [
      dict entry(
         string "urgency"
         variant             byte 1
      )
   ]
  int32 -1

每次我都会收到一条空消息。

我怎样才能弄清楚是什么进程发送了它们?

Linux user-pc 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

相关内容