openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #00037
[Bug 211309] Re: [hardy] Java plugin not registered in Firefox 2
Edit the shell script /var/lib/dpkg/info/sun-java6-plugin.postinst;
extend the variable "browser_dirs" to read
browser_dirs="xulrunner-addons firefox"
And run the resulting shell script. You will have to restart Firefox 2
for the changes to take effect IIRC.
--
[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: Incomplete
Status in Source Package "sun-java5" in Ubuntu: New
Status in Source Package "sun-java6" in Ubuntu: Triaged
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.