After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635629 - fails to register with session
fails to register with session
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2010-11-23 18:32 UTC by William Jon McCann
Modified: 2010-11-23 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
daemon: Register with gnome-session (2.35 KB, patch)
2010-11-23 20:33 UTC, Bastien Nocera
committed Details | Review

Description William Jon McCann 2010-11-23 18:32:13 UTC
gnome-session[2506]: WARNING: Application 'gnome-settings-daemon.desktop' failed to register before timeout

This causes a delay in transitioning from INITIALIZATION to WINDOW_MANAGER.
Comment 1 Bastien Nocera 2010-11-23 18:51:39 UTC
In gnome-settings-daemon/main.c, could you change the g_debug() call in got_session_proxy() to a g_warning (it should probably be one, no?), and let us know which warning you get, if any?
Comment 2 Bastien Nocera 2010-11-23 20:33:21 UTC
Created attachment 175128 [details] [review]
daemon: Register with gnome-session
Comment 3 Bastien Nocera 2010-11-23 20:33:56 UTC
Attachment 175128 [details] pushed as c350596 - daemon: Register with gnome-session