Software Update:Testing: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 200: Line 200:
Open the file compatibility.ini in your profile and change the line that reads something like:
Open the file compatibility.ini in your profile and change the line that reads something like:


LastVersion=1.0+_2005071915/1.8b4_2005071915
<pre>LastVersion=1.0+_2005071915/1.8b4_2005071915</pre>


to have a number different than the one shown, e.g.:
to have a number different than the one shown, e.g.:


LastVersion=1.0+_2005071915/1.8b4_2005071900
<pre>LastVersion=1.0+_2005071915/1.8b4_2005071900</pre>


Now, open prefs.js in your profile and:
Now, open prefs.js in your profile and:
Line 210: Line 210:
add:
add:


user_pref("app.extensions.version", "5.0");
<pre>user_pref("app.extensions.version", "5.0");</pre>


(or some other number much larger than the current version)
(or some other number much larger than the current version)
Line 216: Line 216:
and make sure there is no line like this:
and make sure there is no line like this:


user_pref("extensions.lastVersion", "5.0"); or similar.  
<pre>user_pref("extensions.lastVersion", "5.0");</pre> or similar.  


Now start Firefox. A wizard UI should appear and allow you to check for updates to your incompatible extensions.
Now start Firefox. A wizard UI should appear and allow you to check for updates to your incompatible extensions.
525

edits

Navigation menu