Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306707 Details for
Bug 191176
NX Web Component (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
patch removing check for java plugin
nxapplet-disable-java-check.patch (text/plain), 950 bytes, created by
Assaf Berg
on 2012-03-26 10:04:50 UTC
(
hide
)
Description:
patch removing check for java plugin
Filename:
MIME Type:
Creator:
Assaf Berg
Created:
2012-03-26 10:04:50 UTC
Size:
950 bytes
patch
obsolete
>--- usr/NX/share/plugin/nxapplet.html.orig 2009-01-15 21:51:47.000000000 +0200 >+++ usr/NX/share/plugin/nxapplet.html 2009-05-18 14:55:23.177833425 +0300 >@@ -60,15 +60,20 @@ > } > if (is_nav && !SOMAC) > { >+/* > for (i = 0; i < navigator.plugins.length; i++) > { > if (navigator.plugins[i].description.indexOf("Java") != -1) > { >+*/ > pluginDetected = true; >+ > document.writeln('<APPLET ARCHIVE="Java/nxapplet.jar" CODE="NXApplet.class" NAME= "NX Web Companion" width="400" height="300">'); >+/* > break; > } > } >+*/ > if (pluginDetected == false) > { > document.write(startMessage+"<div style=\"margin:5px;font-family:arial; font-size:12px;\">The option to support Java applets may be disabled in your browser");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191176
:
129936
|
191755
|
191756
|
306703
|
306705
| 306707