GNOME Bugzilla – Bug 559695
Opens display before forking
Last modified: 2008-11-10 15:24:50 UTC
This is at best discouraged. Will submit patch to fix.
Created attachment 122202 [details] [review] fork early
+/* We want the parent process to quit after initializaing all plugins, s/initializaing/initializing/ + * process and continue using from the other. So, we just made the s/using/using it/ s/made/make/ + gnome_settings_profile_msg ("dettaching daemon"); s/dettaching/detaching/ Indentation is wrong once again. Otherwise good to go.
Heh. That's what happens when I write a patch while waiting for my ride to the airport. Fixing and committing.
2008-11-10 Behdad Esfahbod <behdad@gnome.org> * gnome-settings-daemon/main.c (daemon_start), (daemon_detach), (daemon_terminate_parent), (main): Fork before gtk_init (bug #559695)