Brian T.

Results 1 issues of Brian T.

I have been unable to get any events that I was looking for: ``` javascript srv.getInterface('/org/freedesktop/Notifications', 'org.freedesktop.DBus.Properties', function(err, obj) { obj.addListener('NameAcquired', console.log); obj.addListener('PropertiesChanged', console.log); }); ``` if I use dbus-monitor...