Open
Bug 2008459
Opened 4 days ago
Updated 4 days ago
Firefox does not detect system-wide Hunspell dictionaries on Linux unless spellchecker.dictionary_path is set manually
Categories
(Core :: Spelling checker, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: joschua.jaenicke, Unassigned)
Details
Steps to reproduce:
Description
On Linux systems, Firefox fails to detect and use system-wide Hunspell dictionaries, even though the corresponding language pack is installed and the dictionary files are present on the system.
As a result, the spellchecker language cannot be set (e.g. German does not appear in the language selection), and spellchecking does not work for that language.
The issue can be resolved only by manually defining an undocumented configuration option in about:config.
Steps to Reproduce
- Install Firefox on Linux (tested with KDE Neon; also observed on other distributions like Mint Kubuntu and Debian).
- Right-click on any written Text → Languages → add Languages
- Install the German Firefox language pack (or any other).
- Right-click on any written Text → Languages → installed Languages don't appear
Actual results:
- German is not available as a spellchecker language.
- Spellchecking does not work for German text.
- Firefox appears to ignore system-wide Hunspell dictionaries.
Expected results:
Expected Results
- Firefox should automatically detect system-wide Hunspell dictionaries.
- Installed dictionaries should be available without manual configuration.
- The spellchecker language should be selectable via the context menu.
Workaround
Manually add the following preference in about:config:
- Name:
spellchecker.dictionary_path - Type: String
- Value:
/usr/share/hunspell
After restarting Firefox, the German dictionary becomes available immediately and spellchecking works as expected.
You need to log in
before you can comment on or make changes to this bug.
Description
•