Quote:
Originally Posted by roger64
I do not have any folder named /usr/share/hunspell.
|
Then you didn't install some of the suggested packages that the sigil-git install specified. Like hunspell-(en|fr|es) and/or hyphen-(en|fr|es).
Quote:
Originally Posted by roger64
For me Sigil uses the four .aff and .dic files I put in the "hunspell dictionaries" folder of the Sigil preferences.
|
It will work both ways. Any system dictionaries installed in /usr/share/hunspell and /usr/share/hyphen will be available, as will any user dictionaries installed in the user's Sigil preferences location (~/.local/share/sigil-ebook/sigil/hunspell_dictionaries/).
eschwartz's sigil-git package does not use the source-included hunspell dictionaries (cmake -DINSTALL_BUNDLED_DICTS=0 option). The system hunspell dics (installable via pacman|yaourt) are made available to Sigil via the SIGIL_DICTIONARIES environment variable instead.
The hunspell_dictionaries folder in the user's Sigil preference folder is always included in the dictionary search path regardless. That's why it's still working for you.