Classification: UNCLASSIFIED
Caveats: FOUO
Had this exact problem Firefox 3.6 does not play nicely if it is
installed on top of 3.5.x
You need to completely remove the current Firefox application before
installing 3.6. Additionally, the localstore.rdf and xpti.dat files in
every users Firefox directory need to be removed.
Simple way, create the following script and set it to run BEFORE the 3.6
installation.
#!/bin/bash
rm -rf /Applications/Firefox.app
find /Users/ -name localstore.rdf -delete
find /Users/ -name xpti.dat -delete
This will work for systems with 3.5.8 installed, and remedy systems with
the non-working 3.6 versions.
Michael D. Evans
US ARMY
Jacobs Sverdrup,ATSS
Aberdeen Proving Ground
International Imaging Center
319 Colleran Rd.
Aberdeen Proving Ground MD 21005
410-278-7093
Classification: UNCLASSIFIED
Caveats: FOUO
