use*_*284 6 unix terminal cygwin terminator
经过很多关于系统管理员最佳终端的网站后,我试图在Cygwin上安装.不幸的是,我没有找到任何有关如何做到的指导的好网站.
以前有人这样做过吗?请帮我处理我需要安装的步骤和包.
还有我可以尝试的任何终端(如Cygwin)?
关于如何安装终结者的来源有点模糊。我所做的并且可能对您有帮助的是:(尽管我仍然遇到分段错误错误)
将您的 Cygwin 更新到最新版本
打开 Cygwin 终端并运行:(如果您有 x86 版本,请使用它。此步骤的想法是使用 Cygwin Ports)
cygstart -- /your/cygwin/path/setup-x86_64.exe -K http://cygwinports.org/ports.gpg
在选择下载站点部分:
检查您是否总共选择了三个 URL
它可能会向您显示有关未加载 .ini 配置的警告,但忽略它们(注意:我寻找了不同的端口 URL,但官方的端口 URL 给了我错误,我无法通过此步骤,这就是我使用替代 URL 的原因)
首先,您需要安装 X Window 的软件包:
http://x.cygwin.com/docs/ug/setup.html
基本上他们是:
同时搜索并选择终结者包
需要相当一段时间才能完成。
转到开始->所有程序->Cygwin-X->X Win Server(Windows 工具栏)
应该会打开一个 xterm 窗口。类型:
终结者
你应该知道 Cygwin 有终结者。
注意:运行 terminator 后出现此错误:
/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)
Run Code Online (Sandbox Code Playgroud)
我一直在寻求解决这个问题,但遗憾的是我找不到任何东西。如果您使用 Cygwin x86,您的结果可能会有所不同。
希望这可以帮到你。