[dbus-python] signal filtering bug?

Havoc Pennington hp at redhat.com
Tue Dec 19 07:20:17 PST 2006


Wladimir van der Laan wrote:
> Now the surprise: when I comment out section A, so to receive only
> events with arg0=147, *nothing* is received at all. Even though all
> the signals have arg0=147.

It's a documented limitation - the argN signal match rules only work on 
arguments of type string. Integers won't be matched (unless they are 
sent as strings).

This would be worth fixing, just a matter of coding.

Havoc



More information about the dbus mailing list