InterfacesAdded signal does not carry information about interfaces without properties
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
High
|
Zygmunt Krynicki |
Bug Description
Quoting the DBus spec from http://
"""The InterfacesAdded signal is emitted when either a new object is added or when an existing object gains one or more interfaces. The InterfacesRemoved signal is emitted whenever an object is removed or it loses one or more interfaces. The second parameter of the InterfacesAdded signal contains a dict with the interfaces and properties (if any) that have been added to the given object path. Similarly, the second parameter of the InterfacesRemoved signal contains an array of the interfaces that were removed. Note that changes on properties on existing interfaces are not reported using this interface - an application should also monitor the existing PropertiesChanged signal on each object. """
The fix for this is very simple, it's actually removing the feature that filtered-out interfaces without properties
Related branches
- Maciej Kisielewski (community): Approve
-
Diff: 80 lines (+37/-5)1 file modifiedcheckbox-touch/py/embedded_providers.py (+37/-5)
Changed in checkbox: | |
status: | In Progress → Fix Committed |
tags: |
added: checkbox-ng removed: plainbox |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |