Comment 6 for bug 346856

Revision history for this message
Trifon Trifonov (triffon) wrote :

There is another problem with OpenOffice 3.2: even with this fix spell checking is not working there as well. It seems that it is looking for the dictionaries in /usr/share/hunspell and not in /usr/share/myspell/dicts.

The fix is to create links to the appropriate files as follows:

cd /usr/share/hunspell
sudo ln -s ../myspell/dict/bg-BG.dic
sudo ln -s ../myspell/dict/bg_BG.dic
sudo ln -s ../myspell/dict/bg-BG.aff
sudo ln -s ../myspell/dict/bg_BG.aff