Comment 2 for bug 66977

Revision history for this message
Martin Pitt (pitti) wrote :

This worked for dapper, and in fact, it's just a small fix to the homepage adjustment script to make it work again:

--- mozilla-firefox-locale-all-2.0~rc3/debian/changelog
+++ mozilla-firefox-locale-all-2.0~rc3/debian/changelog
@@ -1,3 +1,11 @@
+mozilla-firefox-locale-all (2.0~rc3-2) edgy; urgency=low
+
+ * debian/adjust-homepage.pl: Append browser.startup.homepage if the XPI does
+ not have any home page setting at all (none of the current XPIs have).
+ Repairs correct localized start page. Closes: LP#66977
+
+ -- Martin Pitt <email address hidden> Fri, 20 Oct 2006 10:27:47 +0200
+
 mozilla-firefox-locale-all (2.0~rc3-1) edgy; urgency=low

   * Update XPIs for Firefox 2.0 RC3.
--- mozilla-firefox-locale-all-2.0~rc3/debian/adjust-homepage.pl
+++ mozilla-firefox-locale-all-2.0~rc3/debian/adjust-homepage.pl
@@ -28 +28,2 @@
-, $1.'='.$starturl ,xe;
+, $1.'='.$starturl ,xe or
+ print "$_\nbrowser.startup.homepage=$starturl\n";