[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gemas : failed to get the spellserver [RESOLVED]
From: |
Patrick Cardona |
Subject: |
Re: Gemas : failed to get the spellserver [RESOLVED] |
Date: |
Wed, 27 May 2020 22:24:33 +0200 |
User-agent: |
GNUMail (Version 1.3.0) |
Hi Wolfgang,
The GSspell.service exists. And I could run it to initialize it :
pi@raspberrypi:/usr/lib/GNUstep/Services/GSspell.service $ opentool GSspell
2020-05-27 22:09:14.773 GSspell[5542:5542] NSLanguages = (SwitzerlandFrench,
AustraliaEnglish, French, AmericanEnglish, BritainEnglish, English,
CanadaEnglish)
2020-05-27 22:09:15.110 GSspell[5542:5542] Registered spell server for language
SwitzerlandFrench
2020-05-27 22:09:15.112 GSspell[5542:5542] Registered spell server for language
AustraliaEnglish
2020-05-27 22:09:15.113 GSspell[5542:5542] Registered spell server for language
French
2020-05-27 22:09:15.116 GSspell[5542:5542] Registered spell server for language
AmericanEnglish
2020-05-27 22:09:15.118 GSspell[5542:5542] Registered spell server for language
BritainEnglish
2020-05-27 22:09:15.120 GSspell[5542:5542] Registered spell server for language
English
2020-05-27 22:09:15.122 GSspell[5542:5542] Registered spell server for language
CanadaEnglish
2020-05-27 22:09:15.122 GSspell[5542:5542] Spell server started and waiting.
And then, the service was available for the French spelling within Gemas :
pi@raspberrypi:~ $ opentool Gemas
2020-05-27 22:11:12.057 Gemas[5605:5605] styleoffsets ... guessing offsets
2020-05-27 22:11:12.060 Gemas[5605:5605] styleoffsets ... guessing offsets
2020-05-27 22:12:18.313 Gemas[5605:5605] Language: French
2020-05-27 22:12:18.317 Gemas[5605:5605] Service to start:
/home/pi/GNUstep/Library/Services/GSspell.service
2020-05-27 22:12:18.317 Gemas[5605:5605] Port: GNUFrenchSpellChecker
2020-05-27 22:12:19.275 Gemas[5605:5605] Set proxy
--
Regards / Bien cordialement,
Patrick CARDONA
On 2020-05-27 19:05:22 +0200 Wolfgang Lux <wolfgang.lux@gmail.com> wrote:
>
>
>> 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
>