[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 18:58:03 +0200 |
Hi German,
> It is the language in GNUstep environment. In a Terminal window:
>
> defaults write NSGlobalDomain NSLanguages "(English)"
while that is correct, GNUstep is able to infer the preferred language from the
Unix locale if the NSLanguages default is not set. Note that in Patrick’s
initial test Gemas was looking for the French spell checker, while after
changing the LANG environment variable Gemas was looking for the English
version.
Wolfgang
> Regards
>
>
>> On 5/26/20 1:12 PM, Patrick Cardona via Discussion list for the GNUstep
>> programming environment wrote:
>> 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'
- Re: Gemas : failed to get the spellserver,
Wolfgang Lux <=