bus1 / dbus-broker

Linux D-Bus Message Broker
https://github.com/bus1/dbus-broker/wiki
Apache License 2.0
685 stars 84 forks source link

Filtering with busctl monitor doesn't work #381

Open MatthewSukyoung opened 2 days ago

MatthewSukyoung commented 2 days ago

"busctl monitor service" seems to display all messages regardless of service argument. Generally, if a service is specified, busctl monitor shows messages to or from this peer, identified by its well-known or unique name. Otherwise, it shows all messages on the bus. However, even though a service is specified with busctl by dbus-broker, it seems to display all messages on the bus.

It looks like #369 is not relevant to this. I need to be able to monitor only the services I want to monitor, but I can't seem to do that. Did I do something wrong, or does the code need to be fixed?