This bug was fixed in the package firefox - 4.0~b12+build1+nobinonly-0ubuntu1 --------------- firefox (4.0~b12+build1+nobinonly-0ubuntu1) natty; urgency=low * New upstream release v4.0 B12 (FIREFOX_4_0b12_BUILD1) * Add support for unpacked xpi's in the apport hook when reporting the extensions installed - update debian/apport/firefox.py.in * Ensure the Apport hook can be tested properly without modification - update debian/apport/firefox.py.in * Add DEP-3 compliant headers to all of our patches, and drop the bug numbers we carried in filenames. Some of the filenames are so long that we get constant lintian warnings about long lines in the changelog * Drop libxul-sdk-nspr.patch - it doesn't seem to be needed - remove debian/patches/libxul-sdk-nspr.patch - update debian/patches/series * Move default-apps/firefox.xml to firefox-gnome-support when it is installed - update debian/firefox.install.in - update debian/firefox-gnome-support.install.in * Fix menu-icon-not-in-xpm-format lintian error - generate the xpm at build time - update debian/rules - update debian/control * Quieten embedded-zlib and embedded-libjpeg lintian errors. These aren't really errors, as we're intentionally embedding copies here - update debian/rules - add debian/firefox.lintian-overrides.in * Fix some extended-description-is-empty lintian errors - update debian/control * Add a manpage to fix a lintian warning - add debian/firefox.1.in - add debian/firefox.manpages.in * Fix build on armel, make sure we install $(INCDIR)/tremor - update debian/firefox-dev.install.in * Fix description of firefox-dev - update debian/control * Ship a pkgconfig file to enable browser plugins to build against Firefox rather than xulrunner - add debian/pkgconfig/firefox-plugin.pc.in - update debian/firefox-dev.install.in - update debian/rules * Check for tee surface support when deciding whether to use tree or system cairo - update debian/rules * Check the hunspell version is new enough in DEB_MIN_SYSDEPS=0 mode - update debian/rules - update debian/mozconfig.in * Fix the permissions of some files once they are installed, rather than directly in debian/. We weren't restoring them in clean anyway - update debian/rules * Quiten some image-in-usr-lib lintian warnings by adding them to lintian-overrides. There's not much point in moving them to /usr/share unless we split them out in to an arch-all firefox-common package - update debian/firefox.lintian-overrides.in * Don't call update-menus in postinst, and add #DEBHELPER# tokens where those are missing - update debian/firefox.postinst.in - update debian/firefox.postrm.in - update debian/firefox.preinst.in * Fix desktop-entry-invalid-category lintian warnings - remove Internet and Application categories, add GTK and GNOME - update debian/firefox-beta.desktop.in - update debian/firefox-final.desktop.in - update debian/firefox-nightly.desktop.in - update debian/firefox-unofficial.desktop.in * Fix menu-icon-too-big lintian error, by downscaling the icon - update debian/rules * Fix package-contains-hardlink lintian warning in SDK. Replace it with symbolic link - update debian/rules * Don't ship a vendor.js with our preferences in, as it requires a patch in order to get it in to the distributed omni.jar. Instead, move our vendor prefs in to distribution.ini - remove debian/vendor.js - update debian/distribution.ini - update debian/rules - remove debian/patches/install-ubuntu-prefs.patch - update debian/patches/series * Add "set -e" to launcher script as per Debian policy 10.4 - update debian/firefox.sh.in * Bump Standards-Version to 3.9.1 - update debian/control * Fix dbg-package-missing-depends lintian warning - add firefox-gnome-support dependency to firefox-gnome-support-dbg transitional package - update debian/control * Fix LP: #717666 - firefox needs to replace kubuntu-firefox-installer again. This got dropped accidentally during the package reorg after dropping abrowser - update debian/control * Add some missing files to the SDK - update debian/firefox-dev.install.in * Refresh patches - update debian/patches/mozilla-kde.patch - update debian/patches/reload-new-plugins.patch * Don't hardcode the browser executable to /usr/bin/firefox for the default browser. Instead, apply a patch reviewed upstream to set this to MOZ_APP_LAUNCHER - drop debian/patches/system-path-default-browser.patch - add debian/patches/use-MOZ_APP_LAUNCHER-for-launcher-exec.patch - update debian/patches * Fix the default browser check to use the new x-scheme-handler mechanism via GIO, rather than the old GConf way - add debian/patches/fix-nsGIOService.patch - add debian/patches/default-browser-check-use-gio.patch - update debian/patches/series * Don't install $(INCDIR)/md - update debian/firefox-dev.install.in * The toolkit.networkmanager.disable preference has been removed. There is now only a single pref for managing network link status, and this is off by default. Re-enable that to restore the previous behaviour - update debian/distribution.ini -- Chris Coulson