Skip to content
Commit 5aff5ed2 authored by Ray Strode's avatar Ray Strode
Browse files

main: initialize gsm-system before acquring name

gsm-systemd makes synchronous calls to logind.  These
calls invoke a main loop.  If we've already acquired a name
on the session bus when the main loop is running, then we'll
service that bus name too early.

This commit initializes gsm-system before acquiring a name to
avoid that clash.

https://bugzilla.gnome.org/show_bug.cgi?id=687804
parent 06c70656
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment