
5 Apr
2011
5 Apr
'11
4:05 p.m.
Comment #2 on issue 441 by dylan-go...@dylex.net: XMonad.Util.Run.safeSpawn does not uninstallSignalHandlers http://code.google.com/p/xmonad/issues/detail?id=441 Yes, the program runs successfully using: io $ forkProcess $ do uninstallSignalHandlers _ <- createSession executeFile prog True args Nothing But fails without the uninstallSignalHandlers and createSession. (I haven't tried them separately, but based on the error, the former seems like the culprit.)