Comment 68 for bug 57872

Revision history for this message
Dani Alonso (dalonso) wrote :

May it be that gnome-power-manager is not connected to the session manager so the gnome_master_client() call in the following code of gpm-manager.c fails:

  gnome_client_request_save (gnome_master_client (),
        GNOME_SAVE_GLOBAL,
        TRUE, GNOME_INTERACT_ANY, FALSE, TRUE);

Some time ago, I opened another bug (188174) related to some CLI commands related to session management not working in my system. For example, "gnome-session-remove --list" stalls without giving any output. Could it have any relationship with this bug? Or may they be two different simptoms of the very same problem?