红联Linux门户
Linux帮助

linux中firefox的设置保存

发布时间:2008-07-02 16:38:17来源:红联作者:Commands
firefox的设置文件保存在/root/.mozilla/firefox之下,系统会自动创建一个目录保存。profile.ini则是配置文件,其中的IsRelative=0

Path=/mnt/home/lin_pro/firefox/profiles/

决定了配置文件的保存位置。

默认值:
[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=xxx.default

修改配置:
[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=0
Path=/mnt/home/lin_pro/firefox/profiles/

[OldPath]
path=/root/.mozilla/firefox

其中特别需要注意修改IsRelative的值为0.最后一项仅仅为了提供一个注释.
文章评论

共有 0 条评论