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.最后一项仅仅为了提供一个注释.