firefox.rst
changeset 1125 74551f233882
parent 1051 9c6b5f3cc903
child 1334 9bf0d5a1f0cf
equal deleted inserted replaced
1119:fd5d841f7273 1125:74551f233882
    29 Close all opened firefox windows (File -> Exit)! And run::
    29 Close all opened firefox windows (File -> Exit)! And run::
    30 
    30 
    31   $ firefox -P
    31   $ firefox -P
    32 
    32 
    33 and in GUI push "Create profile" button and type profile name.
    33 and in GUI push "Create profile" button and type profile name.
       
    34 
       
    35 How to add old profile.
       
    36 -----------------------
       
    37 
       
    38 Locate profile config file::
       
    39 
       
    40   c:/Users/%USERNAME%/AppData/Roaming/Mozilla/Firefox/profiles.ini
       
    41 
       
    42 and add entry::
       
    43 
       
    44   [Profile1]
       
    45   Name=test
       
    46   IsRelative=0
       
    47   Path=E:\home\.firefox
       
    48 
       
    49 You must edit ``Profile1`` and ``Path`` lines.
    34 
    50 
    35 How run two firefox simultaneously.
    51 How run two firefox simultaneously.
    36 -----------------------------------
    52 -----------------------------------
    37 ::
    53 ::
    38 
    54