Hi, DBus documentation give me a headache. Does anyone know solution how to implement DBus in GUI main loop (for signals listening)? I have tried with threads but have two problems: 1. Not all signals are catched (randomly) 2. Deadlock when main thread trying to use dbus methods Regards