]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
committing changes in /etc after apt run
authorFrank Brehm <frank@brehm-online.com>
Thu, 2 Jul 2020 09:54:20 +0000 (11:54 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Thu, 2 Jul 2020 09:54:20 +0000 (11:54 +0200)
Package changes:
+icedtea-8-plugin 1.8-0ubuntu8~18.04 amd64
+icedtea-netx 1.8-0ubuntu8~18.04 amd64
+icedtea-plugin 1.8-0ubuntu8~18.04 all
+librhino-java 1.7.7.1-1 all
+libtagsoup-java 1.2.1+-1 all

.etckeeper
alternatives/itweb-settings [new symlink]
alternatives/javaws [new symlink]
alternatives/policyeditor [new symlink]
icedtea-web/javaws.policy [new file with mode: 0644]
mailcap

index f9feabd9094638c9cf6df1ce8f61cc16a485ced9..359f836edf1f574366290b4aac46b7b6efde4e1a 100755 (executable)
@@ -1917,6 +1917,8 @@ maybe chmod 0644 'hosts.allow'
 maybe chmod 0644 'hosts.deny'
 maybe chmod 0755 'hp'
 maybe chmod 0644 'hp/hplip.conf'
+maybe chmod 0755 'icedtea-web'
+maybe chmod 0644 'icedtea-web/javaws.policy'
 maybe chmod 0644 'idmapd.conf'
 maybe chmod 0755 'ifplugd'
 maybe chmod 0755 'ifplugd/action.d'
diff --git a/alternatives/itweb-settings b/alternatives/itweb-settings
new file mode 120000 (symlink)
index 0000000..c2aa5d9
--- /dev/null
@@ -0,0 +1 @@
+/usr/lib/icedtea-web/bin/itweb-settings
\ No newline at end of file
diff --git a/alternatives/javaws b/alternatives/javaws
new file mode 120000 (symlink)
index 0000000..a8da8f9
--- /dev/null
@@ -0,0 +1 @@
+/usr/lib/icedtea-web/bin/javaws
\ No newline at end of file
diff --git a/alternatives/policyeditor b/alternatives/policyeditor
new file mode 120000 (symlink)
index 0000000..aae7b37
--- /dev/null
@@ -0,0 +1 @@
+/usr/lib/icedtea-web/bin/policyeditor
\ No newline at end of file
diff --git a/icedtea-web/javaws.policy b/icedtea-web/javaws.policy
new file mode 100644 (file)
index 0000000..354b7c0
--- /dev/null
@@ -0,0 +1,4 @@
+// Based on Oracle JDK policy file
+grant codeBase "file:/usr/share/icedtea-web/netx.jar" {
+    permission java.security.AllPermission;
+};
\ No newline at end of file
diff --git a/mailcap b/mailcap
index ea40d7f950badc288f230a51464f550d3527b1c1..9e62d4abe8faddb1521996d2a6bd064b353f4488 100644 (file)
--- a/mailcap
+++ b/mailcap
@@ -73,6 +73,7 @@ text/troff; /usr/bin/man -l '%s'; needsterminal; description=Man page
 text/html; /usr/bin/sensible-browser %s; description=HTML Text; nametemplate=%s.html
 application/x-troff-man; /usr/bin/nroff -mandoc -Tutf8; copiousoutput; print=/usr/bin/nroff -mandoc -Tutf8 | print text/plain:-
 text/troff; /usr/bin/nroff -mandoc -Tutf8; copiousoutput; print=/usr/bin/nroff -mandoc -Tutf8 | print text/plain:-
+application/x-java-jnlp-file; /usr/lib/icedtea-web/bin/javaws %s
 application/x-info; /usr/bin/info -f '%s'; needsterminal; description=GNU Info document
 application/mxf; /usr/bin/mplayer %s; description="MXF video"
 application/x-netshow-channel; /usr/bin/mplayer %s; description="Windows Media Station file"
@@ -401,6 +402,9 @@ text/x-tex; gvim -f %s; test=test -n "$DISPLAY"
 application/x-shellscript; gvim -f %s; test=test -n "$DISPLAY"
 text/x-c; gvim -f %s; test=test -n "$DISPLAY"
 text/x-c++; gvim -f %s; test=test -n "$DISPLAY"
+application/x-java-jnlp-file; /usr/bin/javaws %s; test=test -n "$DISPLAY"
+x-scheme-handler/jnlp; /usr/bin/javaws %s; test=test -n "$DISPLAY"
+x-scheme-handler/jnlps; /usr/bin/javaws %s; test=test -n "$DISPLAY"
 application/mpeg4-iod; celluloid --new-window %s; test=test -n "$DISPLAY"
 application/mpeg4-muxcodetable; celluloid --new-window %s; test=test -n "$DISPLAY"
 application/mxf; celluloid --new-window %s; test=test -n "$DISPLAY"