
Comment #9 on issue 254 by denis.ka...@gmail.com: XMonad.Contrib.Util.Run.runInTerm does not work with terminal = "gnome-terminal" https://code.google.com/p/xmonad/issues/detail?id=254 This bit me on termite (https://github.com/thestinger/termite) as well since it also expects a single argument to -e. I had to write my own corrected safeRunInTerm' as a minimally invasive fix. It seems to me that passing arguments to exec individually in safeSpawn along with passing a single argument to -e in safeRunInTerm (as suggested in #5) is safer and cleaner semantically. Would this be an acceptable change in the API for the next version? If not, would you accept a patch adding such alternative versions of the functions? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings