Install terminator on cygwin

going through many aboyt best terminal sites for system administrators that I tried to install on Cygwin. Unfortunately, I did not find a good site with instructions on how to do this.

Has anyone done this before? Please help me with the steps and packages I need to install.

Also are there any terminals I can try (e.g. Cygwin)?

Thanks in advance.

+4
source share
3 answers

If you do not want to use cygwinports, you can actually install all the terminator dependencies on the cygwin installer, with the exception of the terminator itself.

cygwin : python-dbus python-gobject python-gtk2.0 python-vte (under GNOME tab for some reason) GConf2

tarinator https://launchpad.net/terminator/+download -. python setup.py install , X- terminator.

+2

, , . , , : ( )

http://x.cygwin.com/docs/ug/setup.html

:

  • xorg-server ( Cygwin/X X)
  • xinit (, X-: xinit, startx, startwin ( "" ), startxdmcp.bat)
  • xorg-docs (, man-)

, .

  • - > - > Cygwin-X- > X Win Server ( Windows)

  • xterm. :

, Cygwin.

. :

/usr/lib/python2.7/site-packages/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::sm-connect after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/lib/python2.7/site-packages/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::show-crash-dialog after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/lib/python2.7/site-packages/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::display after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
/usr/lib/python2.7/site-packages/terminatorlib/terminator.py:87: Warning: Attempt to add property GnomeProgram::default-icon after class was initialised
  self.gnome_program = gnome.init(APP_NAME, APP_VERSION)
Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable
Unable to bind hide_window key, another instance/window has it.
Segmentation fault (core dumped)

, , , . Cygwin x86, .

, .

+1

, , Cygwin.

+1

Source: https://habr.com/ru/post/1531273/


All Articles