DBus 名称所有者已更改

DBus 名称所有者已更改

当我运行 dbus-monitor --system 时,我每秒收到以下 20 个事件:

signal time=1585510053.359267 sender=org.freedesktop.DBus -> destination=(null destination) serial=2019 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5379"
   string ":1.5379"
   string ""
signal time=1585510053.368805 sender=org.freedesktop.DBus -> destination=(null destination) serial=2020 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5380"
   string ""
   string ":1.5380"
signal time=1585510053.377872 sender=org.freedesktop.DBus -> destination=(null destination) serial=2021 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5380"
   string ":1.5380"
   string ""
signal time=1585510053.707381 sender=org.freedesktop.DBus -> destination=(null destination) serial=2022 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5381"
   string ""
   string ":1.5381"
signal time=1585510053.710534 sender=org.freedesktop.DBus -> destination=(null destination) serial=2023 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5382"
   string ""
   string ":1.5382"
signal time=1585510053.719271 sender=org.freedesktop.DBus -> destination=(null destination) serial=2024 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5381"
   string ":1.5381"
   string ""
signal time=1585510053.719633 sender=org.freedesktop.DBus -> destination=(null destination) serial=2025 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5382"
   string ":1.5382"
   string ""
signal time=1585510053.730048 sender=org.freedesktop.DBus -> destination=(null destination) serial=2026 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5383"
   string ""
   string ":1.5383"
signal time=1585510053.738336 sender=org.freedesktop.DBus -> destination=(null destination) serial=2027 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5383"
   string ":1.5383"
   string ""
signal time=1585510053.749230 sender=org.freedesktop.DBus -> destination=(null destination) serial=2028 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5384"
   string ""
   string ":1.5384"
signal time=1585510053.758894 sender=org.freedesktop.DBus -> destination=(null destination) serial=2029 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=NameOwnerChanged
   string ":1.5384"
   string ":1.5384"
   string ""

当我在控制台模式下运行时,我没有收到这些错误,并且我的 cpu 凉爽得多,但是当我执行 startx 时,我收到这些错误,并且这些进程正在使用大量 cpu:

polkitd --no-debug 

dbus-deamon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only

我在 macbook pro 上运行 arch-linux、i3。

相关内容