Comment 6 for bug 660120

Revision history for this message
Aurélien COUDERC (coucouf) wrote :

Strangely enough, the DBUS call to console kit fails in gsm_consolekit_attempt_stop in gsm-consolekit.c :
         res = dbus_g_proxy_call_with_timeout (manager->priv->ck_proxy,
                                              "Stop",
                                              INT_MAX,
                                              &error,
                                              G_TYPE_INVALID,
                                              G_TYPE_INVALID);

whereas the same call from a shell works :
dbus-send --system --dest=org.freedesktop.ConsoleKit --type=method_call --print-reply --reply-timeout=4294967295 /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop

May the policykit authentication agent have been already killed when the gnome-session DBUS call is issued ?