参考资料:http://mayflowers.is-programmer.com/posts/25328.html
http://askubuntu.com/questions/158159/how-do-i-get-terminator-to-start-up-with-my-custom-layout
http://blog.csdn.net/chenqiai0/article/details/8537609
一.安装terminator
sudo apt-get install terminator
二. 运行
我们可以在Ubuntu系统桌面的菜单“应用程序”→“附件”下找到“Terminator”项,单击该项可运行Terminator。另外,我们也可以直接在终端窗口中输入命令“terminator”来运行它。
此时报错:ConfigBase::load: Unable to open /home/xxx/.config/terminator/config ([Errno 2] No such file or directory: '/home/xxx/.config/terminator/config')
这是因为默认terminator没有建立这个config文件,该文件的作用就是设置terminator终端的layout
2种解决方法:
1. 建立一个空文件:vim
$HOME/.config/terminator/config 然后保存
2. 打开terminator终端,然后
-
right-click on any terminal background and choose Preferences →Layouts tab and click on Add button.
-
Give it a name and hit Close.
-
This should create the mentioned
~/.config/terminator/config
file.