This bug was fixed in the package firefox - 5.0~b2+build1+nobinonly-0ubuntu1 --------------- firefox (5.0~b2+build1+nobinonly-0ubuntu1) oneiric; urgency=low * New upstream release from the beta channel (FIREFOX_5_0b2_BUILD1) - Fixes LP: #765970 * Switch to mozilla-beta - update debian/mozclient/firefox.conf * Drop support for building with an external xulrunner - update debian/apport/firefox.in - update debian/firefox.install.in - update debian/firefox.lintian-overrides.in - update debian/firefox.sh.in - update debian/mozconfig.in - update debian/rules * Ditch all the version-number based branding selection. Do this all purely on the channel name now - remove debian/firefox-beta.desktop.in - remove debian/firefox-nightly.desktop.in - remove debian/firefox-unofficial.desktop.in - rename debian/firefox-final.desktop.in => debian/firefox.desktop.in - update debian/firefox.desktop.in - update debian/rules - update debian/firefox.sh.in * Drop the DEB_ENABLE_IPC option, now that IPC is mandatory - update debian/rules - update debian/apport/firefox.in - update debian/firefox.install.in - update debian/mozconfig.in * Build language packs directly from the firefox source + Fixes LP: #294187 - Firefox Locales should install locale specific search plugins + Rip out the bits to create a en-US.xpi - update debian/rules - remove debian/translation-support/install.rdf.in + Include compare-locales FIREFOX_5_0b1_BUILD1 from http://hg.mozilla.org/build/compare-locales. It's needed for merging en-US strings with incomplete locales + Pull l10n data in to tarball from bzr - update debian/mozclient/firefox.conf + Configure build for creating language packs by configuring with "--with-l10n-base=" - update debian/mozconfig.in + Store the list of locales to ship, and provide a way of automatically generating that list and the control file entries from the upstream source. Also provide a way to blacklist languages. We map languages to package names using langpack-o-matic (and also get descriptions from there too) - update debian/rules - add debian/locales-supported - add debian/control.langpacks - update debian/control - add debian/locale-blacklist - add debian/refresh-supported-locales.pl + Add common-build-indep hook to build the translation xpi's - update debian/rules + Add common-binary-post-install-indep to install the xpi's and searchplugins in to the correct debian packages - update debian/rules - add debian/get-xpi-id.py + When rebuilding debian/control in the clean target, fail the build if the control file was out-of-date. This ensures that we don't accidentally drop language packs, and forces me to maintain an up-to-date control file in bzr - update debian/rules + Apply vendor patches to localized searchplugins too - update debian/patches/ubuntu-codes-amazon.patch - add debian/patches/ubuntu-codes-baidu.patch - update debian/patches/ubuntu-codes-google.patch * Rename vendor.js to distrib.js. The pref service reads these in reverse alphabetical order, and we want ours to be read last - rename debian/vendor.js => debian/distrib.js - update debian/rules - update debian/patches/install-vendor-prefs.patch * Ensure we set LD_LIBRARY_PATH before running "firefox -h" - update debian/firefox.sh.in * Add some missing options to the manpage - update debian/firefox.1.in * Drop patches merged upstream: - 64-bit-be-fix.patch * Refresh patches: - mozilla-kde.patch * Drop DEBIAN_XUL_VER now that Firefox/Gecko versions are the same - update debian/rules - update debian/pkgconfig/*.pc.in * Add geolocation parameter to en-GB and en-ZA google search plugins. This will improve relevance of results for non-US English speaking users - update debian/ubuntu-codes-google.patch * Update globalmenu-extension code to 1.5 * Fix LP: #783790 - Firefox 4 crashes when opening Selenium IDE window. Ignore signals for menus without popups * Fix LP: #783856 - Firefox 4.0.1 Crash Report [@ uGlobalMenuBar::~uGlobalMenuBar ]. Don't bail out of building a menu when encountering a non-XUL element. Also toughen up destructors to not crash if the menuitem never initialized properly * Fix LP: #783997 - Firefox 4.0.1 Crash Report [@ uGlobalMenuBar::ShouldParentStayVisible ]. Don't crash if the window gets destroyed before the panel responds to RegisterWindow * Use --with-app-name to set MOZ_APP_NAME on nightlies now - update debian/rules - update debian/mozconfig.in -- Chris Coulson