[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
Thu Nov 18 21:24:04 EST 2010
Comment #6 on issue 254 by klu... at gmail.com:
XMonad.Contrib.Util.Run.runInTerm does not work with terminal
= "gnome-terminal"
http://code.google.com/p/xmonad/issues/detail?id=254
I wrote a routine to double-quote and escape shell input, and it _seems_ to
work for me. I've added it to Prompt.Ssh instead of changing runInTerm,
but it logically belongs there.
That is, I call
ssh s = runInTerm "" (bashDblQuote ("ssh " ++ s))
where bashDblQuote is the quoting function.
Attachments:
dblquote.hs 866 bytes
OtherSsh.hs 3.4 KB
More information about the xmonad
mailing list