Package Details: libreoffice-extension-languagetool 6.4-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://languagetool.org
Keywords: grammar languagetool
Licenses: LGPL
Groups: libreoffice-extensions
Submitter: 3ED_0
Maintainer: darkelectron (HurricanePootis)
Last Packager: darkelectron
Votes: 307
Popularity: 0.168329
First Submitted: 2011-08-05 14:41 (UTC)
Last Updated: 2024-05-23 21:47 (UTC)

Dependencies (2)

Sources (1)

Pinned Comments

lisu_ml commented on 2016-10-06 20:36 (UTC) (edited on 2016-10-06 20:38 (UTC) by lisu_ml)

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 (UTC)

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 (UTC) (edited on 2015-12-30 14:04 (UTC) by ronjouch)

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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

<deleted-account> commented on 2016-09-22 05:07 (UTC)

shouldn't java >= 8 be a dependency?

<deleted-account> commented on 2016-04-10 23:27 (UTC)

Is it possible to make this package depend on the languagetool found in the stable repos and then just provide the libreoffice extension functionality?

simgunz commented on 2016-01-31 16:19 (UTC)

In my case I had to to the following: In libreoffice go to Tools > Options > Advanced and select Java 8 from there. Setting it system wide with archlinux-java was not helpful.

ronjouch commented on 2015-12-30 14:01 (UTC) (edited on 2015-12-30 14:04 (UTC) by ronjouch)

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

Hexcles commented on 2015-10-05 23:37 (UTC)

I found the root cause of my problem. I was using a Java interface tweak from Arch Wiki (add "-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" to JAVA_OPTIONS), which forced the use of GTK. However, currently Oracle JRE is linked against GTK2, so the app crashed. I'll add a note to that wiki entry.

3ED_0 commented on 2015-10-05 08:57 (UTC) (edited on 2015-10-05 09:03 (UTC) by 3ED_0)

Oh, I had this same (or similar) problem after update from 3.0 to 3.1. Try: 1. remove this package 2. start lowriter then close 3. install this package 4. start libreoffice Looks like bugs. I wonder if libreoffice-still has this same issue.

3ED_0 commented on 2015-10-05 07:21 (UTC)

Works fine for me. Try oracle jre from aur. BTW. java uses its own gui toolkit.

Hexcles commented on 2015-10-05 04:30 (UTC)

After upgrading to Libreoffice 5, this extension (strictly speaking, its configuration dialog) stops working. Libreoffice 5 switches to GTK3, while the plugin (or JRE?) is still using GTK2. When you try to open the configuration dialog of LanguageTool inside Libreoffice, the whole application will crash. In the terminal you can see error messages complaining not able to mix GTK 2 and GTK 3. Wonder if there's any solution?

dreadz commented on 2015-02-07 17:54 (UTC)

Thanks meerdan, this helped!

meerdan commented on 2015-02-07 17:30 (UTC)

There may be a nicer way, but I did this: * Uninstall libreoffice-extension-languagetool * Update * Install libreoffice-extension-languagetool