
3 Nov
2010
3 Nov
'10
9:05 a.m.
Status: New Owner: ---- New issue 418 by nwfilardo: Lots of different xmessage invocations http://code.google.com/p/xmonad/issues/detail?id=418 Actions.Eval uses safeSpawn "/usr/bin/xmessage" Actions.TopicSpace uses spawnPipe "xmessage -file -" Core uses forkProcess $ executeFile "xmessage" Hooks.DynamicLog uses spawn $ "xmessage Util.EZConfig uses spawn $ "xmessage Util.NamedActions uses xfork $ executeFile "xmessage" Would there be objection to centralizing this (in, say, Operations) and adding a xmessage field to XConfig of type Maybe String? (If Nothing, just write to stderr.) If there's no objection, I'll be happy to write the patch.