ciranus

Results 26 comments of ciranus

Then also check extra dicts at `/usr/share/aspell/` Also not sure you need hunspell + aspell + myspell. Check if hunspell is not enough.

> lots of variants are still showing. Which variants ??? Where ?? Can you investigate this command: `find /usr/share/*spell` Also note this is not a cherrytree issue because CT does...

Uninstall **ispell**. And then show this: `dpkg -l |awk '/^i.*-es/ {print $2}'`

I don't know where your spanish dictionary list is coming from. Is it still the same for Cherrytree english list ?

A mystery to me, but not a CT issue..... unless someone thinks differently. That's all for me man !

Very last one ..... ``` dpkg -l |awk '/^i.*dict/ {print $2}' find /usr/share/dict* ```

Ok let's go `sudo apt purge dict-freedict-spa-eng dictionaries-common gnome-dictionary goldendict iamerican ienglish-common myspell-es wamerican wspanish` `sudo apt install hunspell-es`

It's possible if you installed 100 unnecessary packages which explain your problem. `apt remove dictionaries-common -s > /tmp/list` and send `/tmp/list` file here.

Ok. ```sh sudo apt purge dict-freedict-spa-eng gnome-dictionary goldendict iamerican ienglish-common myspell-es wamerican wspanish ``` `sudo apt install hunspell-es` In summary, uninstall what you don't need, and install only what you...

You then have probably locally installed dictionaries under `~/.local/` or `/usr/share/local/` If your system find them, there are somewhere... On top of that, I am quite sure you have added...