
13 Jun
2007
13 Jun
'07
12:36 p.m.
codesite-noreply@google.com writes:
When one of the processes started in the background from .xinitrc exits, it will stay around as a "defunct" process until xmonad quits, because xmonad apparently doesn't wait() on processes that it doesn't even know about. I'm not entirely sure whether this is typical behavior for a window manager, nor whether it should be considered a bug.
I guess if .xinitrc started them, .xinitrc should wait on them. Kai