Don't know what this 99 in url doing... May need fixing. :/
Search Criteria
Package Details: libreoffice-extension-languagetool 5.2.3-1
Git Clone URL: | https://aur.archlinux.org/libreoffice-extension-languagetool.git (read-only, click to copy) |
---|---|
Package Base: | libreoffice-extension-languagetool |
Description: | An Open Source style and grammar checker (more than 30 languages) |
Upstream URL: | https://www.languagetool.org/ |
Licenses: | |
Groups: | |
Submitter: | 3ED_0 |
Maintainer: | 3ED_0 |
Last Packager: | 3ED_0 |
Votes: | 280 |
Popularity: | 2.83 |
First Submitted: | 2011-08-05 14:41 |
Last Updated: | 2021-03-03 17:34 |
Dependencies (3)
- libreoffice (libreoffice-dev-bin, libreoffice-fresh, libreoffice-still)
- java-runtime>=8 (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jdk11-openj9-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk11-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, jdk-arm, jre11-jetbrains-imfix, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jre, zulu-16-bin, liberica-jdk-full-bin, jdk15-adoptopenjdk, jre-openj9, jdk-jetbrains, java-openjdk-ea-bin, amazon-corretto-16, java-openjdk-loom-ea-bin, zulu-embedded-jdk, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- jre8-openjdk (jdk8-openjdk-dcevm) (optional) – java 8 or greater is required
Required by (12)
- languagetool-ngrams-de (optional)
- languagetool-ngrams-en (optional)
- languagetool-ngrams-es (optional)
- languagetool-ngrams-fr (optional)
- languagetool-ngrams-he (optional)
- languagetool-ngrams-it (optional)
- languagetool-ngrams-nl (optional)
- languagetool-ngrams-ru (optional)
- languagetool-ngrams-zh (optional)
- languagetool-word2vec-de (optional)
- languagetool-word2vec-en (optional)
- languagetool-word2vec-pt (optional)
Sources (1)
3ED_0 commented on 2021-02-02 01:00
3ED_0 commented on 2020-06-18 11:35
@TheGoliath: There no oxt file for 4.9.1. Latest is 4.8
3ED_0 commented on 2020-04-17 08:13
cschmid: java-runtime>=8 provides jre8-openjdk. If I add depends as you wish, people with jre9-openjdk, jre11, etc do have to downgrade to your version of java? I mean, people have different versions of java which are conflicting with your version. :[ Oracle mess.
cschmid commented on 2020-04-16 05:15
On the Arch Wiki (https://wiki.archlinux.org/index.php/LibreOffice#Spell_checking) under "Grammar Checking" it says:
"After this extension has been installed, please make sure you have a Java 8 runtime installed (jre8-openjdk)."
I installed the libreoffice-extension-languagetool and noticed that jre8-openjdk was indeed missing.
@3ED_0: Could you add jre8-openjdk as a dependency please?
trinaldi commented on 2019-07-30 23:22
New version is 4.6
according to the site.
Change the pkgver
to 4.6
.
The sha512sums
is:
sha512sums=('7682e159b62f8ca68105afd58feea5dd51121622756da6dc47fc16ec142fa37129d1eff6a1973d4c515466e863c99e19351bc79d7ee0b47c54a23f02f8db74a6')
3ED_0 commented on 2018-04-20 17:15
@dbermond: fixed, thx
dbermond commented on 2018-04-20 16:19
@3ED_0 The source URL currently does not work and gives a HTTP 404 error (not found).
Currently it needs to be changed to the https://
protocol in order to work.
3ED_0 commented on 2018-01-07 23:22
Should works. Works for me, 4.0 with oracle java.
dodys commented on 2017-12-06 01:16
I've been getting the following error message:
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at net.loomchild.segment.srx.io.Srx2SaxParser.<init>(Srx2SaxParser.java:173) at org.languagetool.tokenizers.SrxTools.createSrxDocument(SrxTools.java:51) at org.languagetool.tokenizers.SRXSentenceTokenizer.<init>(SRXSentenceTokenizer.java:53) at org.languagetool.tokenizers.SimpleSentenceTokenizer.<init>(SimpleSentenceTokenizer.java:37) at org.languagetool.Language.<clinit>(Language.java:60) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:292) at org.languagetool.Languages.createLanguageObjects(Languages.java:110) at org.languagetool.Languages.getAllLanguages(Languages.java:96) at org.languagetool.Languages.<clinit>(Languages.java:38) at org.languagetool.openoffice.Main.getLocales(Main.java:552)</clinit></clinit></init></init></init>
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:466) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:563) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:496) ... 11 more
java.lang.NoClassDefFoundError: Could not initialize class org.languagetool.Languages at org.languagetool.openoffice.Main.getLocales(Main.java:552)
This is related to java 9 and languagetool and on their Github page they mention:
When using Java 9, start LanguageTool using java --add-modules java.xml.bind -jar languagetool.jar. Without that parameter, you'd get an java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException error.
https://github.com/languagetool-org/languagetool/tree/master/languagetool-standalone
Is there a way to have this fix, somehow, when libreoffice calls languagetool?
lisu_ml commented on 2016-10-06 20:36
I found that the problem is java jre version. The extension is compiled with version 1.8, but my system by default uses version 1.7 despite I have both version of jre installed.
After running: 'sudo archlinux-java set java-8-openjdk/jre' everything works again.
The funny thing is that after setting default jre back to 1.7 don't break the extension.
Pinned Comments
lisu_ml commented on 2016-10-06 20:36
I found that the problem is java jre version. The extension is compiled with version 1.8, but my system by default uses version 1.7 despite I have both version of jre installed.
After running: 'sudo archlinux-java set java-8-openjdk/jre' everything works again.
The funny thing is that after setting default jre back to 1.7 don't break the extension.
lisu_ml commented on 2016-10-06 20:02
I have reinstalled the system and the error is back: The status of this extension is unknown.
I tested it on LO 5.2.1 and 5.1.5.2. This time re-installation of the languagetool doesn't fix the issue.
ronjouch commented on 2015-12-30 14:01
After upgrading to 3.2-1, LibreOffice's extension manager shows the extension disabled, with error message "Error: The status of this extension is unknown".
Applying 3ED_0's suggestion below worked around the issue:
1. remove this package
2. start lowriter then close
3. install this package
4. start libreoffice