GNOME Bugzilla – Bug 646403
30 second wait at login
Last modified: 2011-04-01 15:45:11 UTC
Tracked down by Panu Matilainen in https://bugzilla.redhat.com/show_bug.cgi?id=691995 --- at-spi2-core-1.91.93/registryd/registry-main.c.endsession 2011-03-30 15:18:02.545926884 +0300 +++ at-spi2-core-1.91.93/registryd/registry-main.c.endsession 2011-03-30 15:18:09.515566682 +0300 @@ -107,7 +107,7 @@ end_session_response (gboolean is_okay, reason = ""; ret = g_dbus_proxy_call_sync (client_proxy, "EndSessionResponse", - g_variant_new ("(us)", is_okay, reason), + g_variant_new ("(bs)", is_okay, reason), 0, 1000, NULL, &error); if (!ret) { Panu writes: The attached truly trivial patch fixes the call arguments to match specification, curing the half minute hangup on login.
That will get a +1 from me.
+1 from me too
Looks okay to me.
Thanks, pushed