Closed GoogleCodeExporter closed 9 years ago
In progress
Original comment by danjaredg
on 9 Sep 2014 at 9:42
Please test with ppa:danjaredg/jayatana-test
Original comment by danjaredg
on 25 Sep 2014 at 6:07
Cool, that fixes the crash!
However, if you try to launch the attached jnlp, the menus are not exported
(probably it's not something you can), but the crash bug is indeed fixed!
Original comment by trevi55
on 25 Sep 2014 at 11:13
Attachments:
Is posible integrate JAyatana for jnlp applications, but it's a security hole.
But if you still want to try, you need edit the file:
/etc/icedtea-web/javaws.policy and add this lines
grant codeBase "file:/usr/share/java/jayatana.jar" {
permission java.security.AllPermission;
};
grant codeBase "file:/usr/share/java/jayatanaag.jar" {
permission java.security.AllPermission;
};
grant {
permission java.lang.RuntimePermission "shutdownHooks";
};
Original comment by danjaredg
on 26 Sep 2014 at 12:24
Attachments:
The problem is the permission:
java.lang.RuntimePermission "shutdownHooks";
JAyatana uses it to close GMainLoop when closing the application. But a
malicious software can generate new executions when attempting to close the
application.
Original comment by danjaredg
on 26 Sep 2014 at 12:29
Oh, cool... It would be nice if you might somewhat add a new policy file to
integrate that with this :)
Original comment by trevi55
on 26 Sep 2014 at 12:30
Original issue reported on code.google.com by
trevi55
on 13 May 2014 at 1:49