LINUX.ORG.RU

История изменений

Исправление dhampire, (текущая версия) :

https://unix.stackexchange.com/questions/538124/nameownerchanged-events-sent-...

The reason for these events was my i3 status line. It's defined in ~/.config/i3/config

status_command while ~/.config/i3/status.sh; do sleep 1; done
Inside status.sh, I call upower to get the current battery information of the laptop.

Removing the calls to upower caused the NameOwnerChanged events to cease.

Также есть вот такой чудо тикет https://github.com/systemd/systemd/issues/2136

Исходная версия dhampire, :

https://unix.stackexchange.com/questions/538124/nameownerchanged-events-sent-...

The reason for these events was my i3 status line. It's defined in ~/.config/i3/config

status_command while ~/.config/i3/status.sh; do sleep 1; done
Inside status.sh, I call upower to get the current battery information of the laptop.

Removing the calls to upower caused the NameOwnerChanged events to cease.