Comment 1 for bug 374055

Revision history for this message
YoBoY (yoboy-leguesh) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better.
I can confirm this issue on my ubuntu 9.04 and on the LiveCD.

the app.releaseNotesURL on about:config point to http://www.ubuntu.com/getubuntu/releasenotes/810

for those who want to correct this now you can put this on a terminal :
* for all the futur users
echo 'user_pref("app.releaseNotesURL", "http://www.ubuntu.com/getubuntu/releasenotes/904");' >> /etc/firefox-3.0/profile/prefs.js
* for you actual user
echo 'user_pref("app.releaseNotesURL", "http://www.ubuntu.com/getubuntu/releasenotes/904");' >> /home/$USER/.mozilla/firefox/*.default/prefs.js

Thanks