Имя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 ""

Когда я работаю в консольном режиме, я не получаю эти ошибки, и мой процессор работает намного холоднее, но когда я запускаю startx, я получаю эти ошибки, и эти процессы используют много ресурсов процессора:

polkitd --no-debug 

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

Я работаю на Arch-Linux, i3, на MacBook Pro.

Связанный контент