
nautilus-open-terminal 设置默认打开的终端
-
- 帖子: 86
- 注册时间: 2011-11-19 18:29
- 系统: 12.10
nautilus-open-terminal 设置默认打开的终端
安装nautilus-open-terminal 是为了解决右击的出现“在终端中打开”的问题,但是它默认打开的是 gnome-terminal,而我用的是terminator,然后我把gnome-terminal卸载后,默认打开是UXTerm如图:
怎么设置nautilus-open-terminal 默认打开terminator呢?请各位指点一下。P ...l.....s. 
我觉得我不能再以卸载的方式来做了,因为这样会影响其它软件的使用,
- leavfin
- 帖子: 599
- 注册时间: 2012-01-12 13:32
Re: nautilus-open-terminal 设置默认打开的终端
有没有试过update-alternative?
-
- 帖子: 86
- 注册时间: 2011-11-19 18:29
- 系统: 12.10
Re: nautilus-open-terminal 设置默认打开的终端
谢谢你能回复我,不过我在其它找到了合适的解决方法,在这里也分享一下:leavfin 写了:有没有试过update-alternative?
原文地址:http://blog.chinaunix.net/uid-28228356-id-3511473.html
Ubuntu设置默认Terminal为Terminator
1、首先,安装Terminator: sudo apt-get install terminator
2、其次,安装dconf-tools : sudo apt-get install dconf-tools
3、最后,使用这两个命令:
$ gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/terminator
$ gsettings set org.gnome.desktop.default-applications.terminal exec-arg "-x"
这样打开的就是我想要的了,ctrl+alt+t打开的也是我设置的terminator了。


再补充上nautilus-open-terminal的安装方法,这个帖子可以完整了:
软件中心:搜索nautilus-open-terminal安装
命令行:sudo apt-get install nautilus-open-terminal
重新加载文件管理器
nautilus -q
或注销再登录即要使用