csshx icon indicating copy to clipboard operation
csshx copied to clipboard

cannot use csshx with powerline and iTerm2

Open GoogleCodeExporter opened this issue 11 years ago • 0 comments

What steps will reproduce the problem?

1. install powerline:

  1.1. brew install python
  1.2. pip install  git+git://github.com/Lokaltog/powerline
  1.3. add this line to .bashrc:
          . /usr/local/lib/python2.7/site-packages/powerline/bindings/bash/powerline.sh
  1.4. download fonts at https://github.com/Lokaltog/powerline-fonts and install the fonts
  1.5. change iTerm2 and Terminal settings and set powerline fonts as default fonts
  1.6. open new terminal window,  you should seen fancy powerline prompt

2. open csshx under iTerm2: csshX <somehosts>


What is the expected output? What do you see instead?

csshx will open only two terminal windows.

one is a window with default terminal colour (same as my default terminal 
setting, dark background)
and it shows:

Last login: Thu Jul 18 12:12:43 on ttys004

[Process completed]

another one window is not default colour, but csshx's colour ( white background 
)
and it shows:

Last login: Thu Jul 18 12:12:54 on ttys006
history -d $(($HISTCMD-1)) && clear && exec '/usr/local/bin/csshX' '--master' 
'--sock' '/var/tmp/tmp.0.XT2Iod' '--launchpid' '2844' '--screen' '0' '--debug' 
'0' '--tile_y' '0' '--tile_x' '0'

[Process completed]

the window I call csshX shows:

No master at /usr/local/bin/csshX line 1179.


What version of csshX (do a "csshX -v") are you using? On what operating
system version (do a "sw_vers")?


csshX  0.74
ProductName:    Mac OS X
ProductVersion: 10.8.4
BuildVersion:   12E55

Please provide any additional information below.

Screenshot Attached

Original issue reported on code.google.com by [email protected] on 18 Jul 2013 at 5:04

Attachments:

  • [Screen Shot 2013-07-18 at 1.02.00 PM.png](https://storage.googleapis.com/google-code-attachments/csshx/issue-57/comment-0/Screen Shot 2013-07-18 at 1.02.00 PM.png)

GoogleCodeExporter avatar Mar 03 '15 22:03 GoogleCodeExporter