Quote:
Originally Posted by DiapDealer
I'm assuming, of course, that you installed Sigil from your software repository and didn't build Sigil yourself. Is the dictionary combobox (Sigil preferences) truly empty? If so, then they've probably opted to let Sigil use system-supplied hunspell dictionaries instead. At least I HOPE that's what they've configured Sigil to do. That's what we've provided Arch and Debian mechanisms to do.
|
Thanks so much for your reply, indeed, I'm not that familiar with Linux, so I used the repository to install it.
Quote:
Originally Posted by DiapDealer
If that's the case, you would just need to install the hunspell dictionaries you want from your distro's software management system.
apt-get install hunspell-en-us hunspell-en-gb
The location you indicated (in your home directory) is where additional user supplied dictionaries would go. If my above solution doesn't work, that is where you'll probably need to put the dictionaries someone else will need to tell you how to manually find/download.
|
Great, thanks for this tip, I'll give it a try.