标签: 配置文件

  • Firefox多版本共存

    关键词:配置文件

    主要就是将不同版本的Firefox使用不同位置的配置文件,前提是不同版本Firefox安装在不同目录

    先看一下以前写过的关于Windows和Ubutnu共享Firefox配置的一点文字

    共享配置:
    操作系统中Firefox配置文件所在的路径:
    * Windows Vista:Users\<UserName>\AppData\Roaming\Mozilla\Firefox
    * Windows XP/2000/2003:Documents and Settings\<UserName>\Application Data\Mozilla\Firefox
    * Linux:~/.mozilla/firefox

    windows下,在firefox快捷方式->属性->目标后面加上 -p,双击快捷方式启动,会运行配置管理器,设置好配置文件夹,确定。删掉-p,ok。(或:运行(Win+R)–输入firefox.exe -profilemanager,如果你的Firefox不是安装在默认目录下,这条命令应修改为firefox所在路径\firefox.exe -profilemanager.)
    ubuntu下,在终端运行firefox  -ProfileManager,同样设置配置文件夹,设为跟windows同一个文件夹,确定,ok。

    (更多…)