bus-launcher: Do not use g_setenv when initializing the bus
authorMike Gorse <mgorse@suse.com>
Mon, 17 Feb 2014 17:40:59 +0000 (11:40 -0600)
committerMike Gorse <mgorse@suse.com>
Mon, 17 Feb 2014 17:40:59 +0000 (11:40 -0600)
commitbf07641838a9609112e620ac137aee70042c5414
tree1b26b69cc3caee24a14417d63f9fd042a746314e
parent733120d282ae2784b422e11d280d8eb5a57af64a
bus-launcher: Do not use g_setenv when initializing the bus

g_setenv is racy if threads exist, and g_dbus_connection_new_for_address
does what we want.

https://bugzilla.gnome.org/show_bug.cgi?id=724070
bus/at-spi-bus-launcher.c