1。Firefox在Linux系统配置文件夹默认路径:
~/.mozilla/firefox/xxxxxxxx.default/,xxxxxxxx是一个8 位的随机字符串。
2。各个文件:
searchplugins :存放搜索引擎和其图标的文件夹。
bookmarkbackups :自动备份书签的文件夹,每当更改书签后,就能里面找到原来的书签,备份的文件加上了备份的日期,想恢复时,请将文件重命名为 bookmark.html再放到配置文件中,替换已有的 bookmark.html.
extensions:存放主题和扩展的文件夹。安装后的Extensions(扩展)就放在配置文件夹的extensions子目录下。删除extensions这个子目录就可将已安装的extensions全部删除。
Cache :Firefox 的缓存文件夹,可以通过browser.cache.disk.parent_directory配置項更改位置。
3。更改:
首先下载一个官方网站上的搜索插件,然后替换一下里面的位置。
2010年1月3日星期日
2009年2月7日星期六
Firefox关联mplayer打开mms的方法
默认在Linux下mms:// rtsp://关联的都是totem这个播放器
不过这个破烂播放器偏偏又非常不争气,什么都不放不了,只能想办法让Firefox关联mplayer了
上网Google了一番,最后发现能这么处理:
在Firefox的地址栏输入: about:config
在设置页面的任意空白处点击鼠标右键,选择“新建”->“字符串“。
在弹出的对话框内输入:network.protocol-handler.app.mms
点击确定,在出现的第二个对话框中输入: mplayer
然后确定。
rtsp的也按照同样的方法解决。
最近安装了一边gentoo 的amd64版本的,按照上面的方法性不同了,怎么办呢?
到google搜了很久也解决不了,后来到firefox的官方的社区,找到了解决办法
网址:http://kb.mozillazine.org/Register_protocol#Linux_and_Mac
但是,我发现还有一个方法:
到“Edit->preferences->Applications”
找“mms”和“rtsp”,选择相应的程序就行了。
我就是这么干的。。。呵呵。
不过这个破烂播放器偏偏又非常不争气,什么都不放不了,只能想办法让Firefox关联mplayer了
上网Google了一番,最后发现能这么处理:
在Firefox的地址栏输入: about:config
在设置页面的任意空白处点击鼠标右键,选择“新建”->“字符串“。
在弹出的对话框内输入:network.protocol-handler.app.mms
点击确定,在出现的第二个对话框中输入: mplayer
然后确定。
rtsp的也按照同样的方法解决。
最近安装了一边gentoo 的amd64版本的,按照上面的方法性不同了,怎么办呢?
到google搜了很久也解决不了,后来到firefox的官方的社区,找到了解决办法
网址:http://kb.mozillazine.org/Register_protocol#Linux_and_Mac
* Type about:config into the address bar and press Enter.
* Right-click -> New -> Boolean -> Name: network.protocol-handler.external.foo -> Value -> true (Replacing foo with the protocol you're specifying)
* Right-click -> New -> String -> Name: network.protocol-handler.app.foo -> Value -> /path/to/app (Replacing foo with the protocol you're specifying and /path/to/app with the path to the application you want to run.
* Ensure network.protocol-handler.expose-all is set to true.
但是,我发现还有一个方法:
到“Edit->preferences->Applications”
找“mms”和“rtsp”,选择相应的程序就行了。
我就是这么干的。。。呵呵。
订阅:
博文 (Atom)
