Comment 6 for bug 302326

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

gnome_master_client() returns NULL because gnome_program_init() is no longer called, due to this change:

  * do not use GnomeClient anymore on all places where this is
    possible - we can not remove it entirely (yet) because
    reboot.c depends on it to do a cross desktop session exit
    request

So, we could temporarily revert some of that change and call gnome_program_init() again, at least for the time being.