Siduction Forum

Siduction Forum => Software - Support => Topic started by: chandra on 2013/06/19, 20:05:26

Title: [SOLVED]: British English spellcheckers not working in KDE
Post by: chandra on 2013/06/19, 20:05:26
Hello,

I have just moved from Kubuntu 13.04 to siduction 2013.1 Firestarter KDE. And I am very happy with everything so far :-) So, thank you.

My first problem is this.

Although the Spell Checker under System Settings on KDE has English (United Kingdom) selected, Kate or Kile are unable to pick up wrong spellings.

What do I need to do?

Do I need to install some dictionaries, and if so, which?

Or do I need to install the KDE engb language-pack, which I think is not necessary?

Thank you.
Title: RE: British English spellcheckers not working in KDE
Post by: piper on 2013/06/19, 21:21:48
It works here in kate, example, the word color was underlined in red so right click on the word color > spelling > choose colour

make sure automatic spell checking enabled by default is checked, exit, reopen
Title: RE: British English spellcheckers not working in KDE
Post by: absolut on 2013/06/19, 21:57:39
Quote
Do I need to install some dictionaries, and if so, which?

you probably need to check which spell-check libraries are installed...
dpkg -l | grep -i spell

if none, you can chose from aspell, myspell and hunspell dictionaries available in the debian repos
Title: RE: British English spellcheckers not working in KDE
Post by: piper on 2013/06/20, 03:54:15
myspell-en-gb

would be the one you need

libaspell15, libenchant1c2a, libhunspell-1.3-0 (aspell spell checker libs/wrapper) won't hurt either
Title: Re: RE: British English spellcheckers not working in KDE
Post by: chandra on 2013/06/20, 04:55:01
Quote from: "piper"make sure automatic spell checking enabled by default is checked, exit, reopen

Yes, indeed, it is. But curiously, the tick is in white rather than green. Perhaps that is a sign that something is amiss.
Title: Re: RE: British English spellcheckers not working in KDE
Post by: chandra on 2013/06/20, 05:21:27
Quoteyou probably need to check which spell-check libraries are installed...
dpkg -l | grep -i spell

if none, you can chose from aspell, myspell and hunspell dictionaries available in the debian repos

Here is what I have installedii  aspell  0.60.7~20110707-1   amd64   GNU Aspell spell-checker
ii  dictionaries-common 1.20.1  all Common utilities for spelling dictionary tools
ii  libaspell15 0.60.7~20110707-1   amd64   GNU Aspell spell-checker runtime library
ii  libenchant1c2a:amd64    1.6.0-10    amd64   Wrapper library for various spell checker engines (runtime libs)
ii  libhunspell-1.3-0:amd64 1.3.2-4 amd64   spell checker and morphological analyzer (shared library)
ii  myspell-de-de   20120607-1  all German dictionary for myspell
ii  myspell-en-us   1:3.3.0-4   all English_american dictionary for myspell
ii  myspell-pt-br   20130317-1  all Brazilian Portuguese dictionary for myspell


apt-get install myspell-en-gb did the trick.

Thank you.
Title: Re: RE: British English spellcheckers not working in KDE
Post by: chandra on 2013/06/20, 05:24:08
Quote from: "piper"myspell-en-gb

would be the one you need

libaspell15, libenchant1c2a, libhunspell-1.3-0 (aspell spell checker libs/wrapper) won't hurt either

Yes, indeed. I have installed `myspell-en-gb` and spell checking now works.

Thank you.