Tibco General Interface 与 Firefox All-in-One Gestures 冲突

firefox中,我安装了很多插件,其中鼠标手势 All-in-One Gestures 是我的最爱之一。

现在工作中需要用 Tibco General Interface 这个IDE来做开发,而且主要运行在Firefox中,但是GI和鼠标手势 All-in-One有冲突,启用鼠标手势 All-in-One,GI中鼠标右键失效。

于是想到,可以用两个不同的Firefox环境,来解决这个问题,一个干净的Firefox,只用来运行GI,另一个用来上网

只要使用不同 profile 文件就可以。

1、运行cmd,进入Firefox 安装目录,执行 firefox -P

2、创建一个新的 profile,命名 “Tibco”,参考:http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows

3、创建两个Firefox的快捷方式

默认上网的Firefox, “”D:\Program Files\Mozilla Firefox\firefox.exe” -P default

运行GI的Firefox, “D:\Program Files\Mozilla Firefox\firefox.exe” -no-remote -P tibco

注意:一个启用了 -no-remote 参数,另一个没有。

-no-remote : 启动多个不同配置的 firefox 实例(甚至不同版本)

参考文章:

http://forums.mozillazine.org/viewtopic.php?f=23&t=613873

http://webdesign.guoshuang.com/archives/2007-02-07-4887.html

此条目发表在 程序 分类目录。将固定链接加入收藏夹。

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>