
23 Sep
2007
23 Sep
'07
6:29 p.m.
On Sunday 23 September 2007 08:19:37 l.mai@web.de wrote:
Sun Sep 23 15:13:40 CEST 2007 l.mai@web.de * make spawn redirect std* to /dev/null
spawn'd programs inherit their std{in,out,err} from xmonad. This can interfere with logHook logging because some programs dump debugging output to stdout or stderr. This patch therefore redirects all standard streams to /dev/null when a new program is started.
The consensus seems to be that we should fix logHook rather than changing spawn. Cheers, Spencer Janssen