GNOME Bugzilla – Bug 399500
Daemon doesn't chdir to /
Last modified: 2007-04-29 00:05:49 UTC
A good practice for daemons is to chdir() to the root directory at the beginning. Currently, we use a patch in gnome-session to do the chdir before spawning it, but it shouldn't be necessary.
Created attachment 87207 [details] [review] one-liner patch from SLED to fix this
Applied, thanks.