Skip to content

osd: Make dbus-send wait for a reply

David Redondo requested to merge work/davidre/dbussendreply into master

Otherwise dbus-send exits immediately and dbus-daemon will discard the pending method call when the service is not running and needs to be activated.

Merge request reports