Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.15.0
-
None
-
python_3.6.9
Description
Hi,
Please check the service and client test scripts in attachment.
QDBusInterface connects to the service and I am able to send commands out of the box.
The exported signals and slots are not added upon connection.
The only way I found was to re-declare them. For the total property, giving a pass instruction seems to be enough and does not disturb the operation.
The signals are intercepted but you will see that they are emitted twice, which is a problem.
You'll see from dbus-monitor that only one signal is emitted from the service.