# HG changeset patch # User Oleksandr Gavenko # Date 1322933434 -7200 # Node ID 74551f2338829b70eb4834208d18038a00907873 # Parent fd5d841f7273ea650a79b2a8c13c4c6908119b59 How to add old profile. diff -r fd5d841f7273 -r 74551f233882 firefox.rst --- a/firefox.rst Thu Dec 01 12:11:28 2011 +0200 +++ b/firefox.rst Sat Dec 03 19:30:34 2011 +0200 @@ -32,6 +32,22 @@ and in GUI push "Create profile" button and type profile name. +How to add old profile. +----------------------- + +Locate profile config file:: + + c:/Users/%USERNAME%/AppData/Roaming/Mozilla/Firefox/profiles.ini + +and add entry:: + + [Profile1] + Name=test + IsRelative=0 + Path=E:\home\.firefox + +You must edit ``Profile1`` and ``Path`` lines. + How run two firefox simultaneously. ----------------------------------- ::