summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2017-11-05 02:26:31 +0200
committerDet2017-11-05 02:26:31 +0200
commit39ea4c4f8766116416ee748b7fef177e436e60d0 (patch)
tree54d08da37eea29fb89e4018d252394024e1667a2
parent3f428f2c660a37f780b6a4ee947d60e96920afe7 (diff)
downloadaur-39ea4c4f8766116416ee748b7fef177e436e60d0.tar.gz
Qt 5 reader warning
-rw-r--r--jdk-devel.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/jdk-devel.install b/jdk-devel.install
index 14521152253b..c1c188dab920 100644
--- a/jdk-devel.install
+++ b/jdk-devel.install
@@ -10,6 +10,10 @@ note() {
printf "${blue}::${yellow} archlinux-java:${bold} $1${all_off}\n"
}
+note2() {
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+
post_install() {
default=$(archlinux-java get)
case ${default} in
@@ -32,6 +36,14 @@ post_install() {
if [[ ! -f /etc/ssl/certs/java/cacerts ]]; then
update-ca-trust
fi
+
+ note2 "Since Oracle Java 9, some Qt 5 applications (such as the reader apps Zeal and
+ GoldenDict) will crash due to the existance of the Java NPAPI plugin symlink
+ (/usr/lib/mozilla/plugins/libnpjp2-jdk10.so).
+
+ See:
+ - https://github.com/zealdocs/zeal/issues/802
+ - https://bbs.archlinux.org/viewtopic.php?id=231222"
}
post_upgrade() {