[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gemas : failed to get the spellserver
From: |
Wolfgang Lux |
Subject: |
Re: Gemas : failed to get the spellserver |
Date: |
Wed, 27 May 2020 19:05:22 +0200 |
> Am 26.05.2020 um 21:12 schrieb Patrick Cardona <patrick.cardona0@laposte.net>:
>
> Hi Wolfgang,
>
> I did this :
> 1) Install aspell-en to get the English dictionaries for aspell
> 2) Set the var LANG accordingly in a Terminal window :
> export LANG=en_US.UTF-8
> 3) Then, in the same context, I opened Gemas and tried to spellcheck the text
> :
> And I got the same error :
>
> pi@raspberrypi:~ $ opentool Gemas
> 2020-05-26 21:03:10.277 Gemas[2102:2102] styleoffsets ... guessing offsets
> 2020-05-26 21:03:10.281 Gemas[2102:2102] styleoffsets ... guessing offsets
> 2020-05-26 21:03:52.651 Gemas[2102:2102] Language: English
> 2020-05-26 21:03:52.651 Gemas[2102:2102] Service to start: (null)
> 2020-05-26 21:03:52.651 Gemas[2102:2102] Port: (null)
> 2020-05-26 21:03:52.652 Gemas[2102:2102] Failed to contact spell checker for
> language 'English'
Hmmm, that is odd. The spell checker for the English language should always be
available. Can you check that GSspell.service exists (I think it should be
installed in /usr/lib/GNUstep/Services). If it is, you might try starting the
executable inside the GSspell.service bundle directory from a terminal window.
That should set up your environment and make all languages installed for aspell
available.
Wolfgang