[xmonad] Re: Issue 254 in xmonad: XMonad.Contrib.Util.Run.runInTerm
does not work with terminal = "gnome-terminal"
codesite-noreply at google.com
codesite-noreply at google.com
Sun Nov 28 22:00:43 EST 2010
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.)
More information about the xmonad
mailing list