openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00348
[Bug 211309] Re: [hardy] Java plugin not registered in Firefox 2
Thank you for testing. This indicates a bug, it is definitively wrong to
link against something that is only provided by a -dev package, and also
it is wrong that the plugin links to xulrunner in the first place (it is
not needed for firefox-2).
** Tags added: verification-failed
** Tags removed: verification-needed
** Changed in: icedtea-gcjwebplugin (Ubuntu Hardy)
Status: Fix Committed => Confirmed
--
[hardy] Java plugin not registered in Firefox 2
https://bugs.launchpad.net/bugs/211309
You received this bug notification because you are a member of OpenJDK,
which is subscribed to icedtea-gcjwebplugin in ubuntu.
Status in Source Package "icedtea-gcjwebplugin" in Ubuntu: Fix Released
Status in Source Package "sun-java5" in Ubuntu: New
Status in Source Package "sun-java6" in Ubuntu: Fix Released
Status in icedtea-gcjwebplugin in Ubuntu Hardy: Confirmed
Status in sun-java5 in Ubuntu Hardy: New
Status in sun-java6 in Ubuntu Hardy: New
Bug description:
Java plugin is not registered with Firefox 2, only Firefox 3.
Solution: In sun-java6-plugin.postinst script, extend the
browser_dirs="xulrunner-addons"
variable by "firefox" or "firefox-addons".
whichever is right.