From e24484f72bdf1d7c96131c6b7bae6409fabed210 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Thu, 5 Jun 2014 17:01:48 -0400 Subject: manager: close up timed login race Previously we would emit the timed-login-requested signal after the client connects, which might be before it was listening for the signal. Now we only emit the signal in direct response to a GetTimedLoginDetails call, which we make implicitly when the appropiate proxy interface is set up. https://bugzilla.gnome.org/show_bug.cgi?id=680348 --- daemon/gdm-session.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'daemon/gdm-session.xml') diff --git a/daemon/gdm-session.xml b/daemon/gdm-session.xml index 97216c33..2a83087b 100644 --- a/daemon/gdm-session.xml +++ b/daemon/gdm-session.xml @@ -85,6 +85,11 @@ + + + + + -- cgit v1.2.1