retain the default profile for firefox (from the installation) and recover the old profiles:
backup the current profile.ini to profile.ini.bak
open terminal
cd .mozilla/firefox/
cp profile.ini profile.ini.bak
modify profiles.ini to include old profiles
old profile:
[General]StartWithLastProfile=1[Profile0]Name=defaultIsRelative=1Path=<random>.default
new profile:
[General]StartWithLastProfile=0[Profile0]Name=defaultIsRelative=1Path=<random>.default[Profile1]Name=default_oldIsRelative=1Path=<random>.defaultDefault=1[Profile2]Name=36x IsRelative=1Path=<random>.<random>36x [Profile3]Name=_36x IsRelative=1Path=<random>._36 
start firefox and test
 
No comments:
Post a Comment