
28 Nov
2010
28 Nov
'10
10 p.m.
Comment #7 on issue 254 by allbery.b: XMonad.Contrib.Util.Run.runInTerm does not work with terminal = "gnome-terminal" http://code.google.com/p/xmonad/issues/detail?id=254 I would say this is only correct as a sort of safeRunInTerm. The problem being, if you want to pass an actual shell command using builtins, multiple semicolon-separated commands, backgrounding, etc. then none of this will work and you will have to use "gnome-terminal -x" to get it to hand off the string to a shell for execution. (The current setup "just works" for most terminal programs; only gnome-terminal decided to do something incompatible with -e.)