I think you would need to create a system-wide java configuration file and then inside that file point to a security policy file that explicitly allows that app to run without showing a dialogue. Some resources on how to do this:<br>
<br><a href="http://download.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/properties.html">http://download.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/properties.html</a><br><br><a href="http://download-llnw.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/security.html">http://download-llnw.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/security.html</a><br>
<br><div class="gmail_quote">On Wed, Sep 29, 2010 at 9:21 PM, Barry Scott <span dir="ltr">&lt;<a href="mailto:barry.scott@onelan.co.uk">barry.scott@onelan.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I want to run java applets in WebKitGTK on Fedora 13.<br>
When I run tightvnc, for example, the JVM pops up a dialog asking<br>
for permission to run the trusted applet.<br>
<br>
Since my application has no keyboard or mouse, its a kiosk app, there<br>
is no way to click on the dialog.<br>
<br>
What I want to do is configure the system so that it never asks<br>
and assumes yes run the app. How do I do this for all possible applets?<br>
<br>
Barry<br>
<font color="#888888">--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
</font></blockquote></div><br>