https://bugs.kde.org/show_bug.cgi?id=507931
--- Comment #7 from AlexB <[email protected]> --- (In reply to Nicolas Fella from comment #4) > As far as I can tell the Flatpak has the right files in /usr/share/hunspell, > but it fails to find them. > > The relevant code is at > https://invent.kde.org/frameworks/sonnet/-/blob/master/src/plugins/hunspell/ > hunspellclient.cpp#L56 To check if I have the issue with symlinks I have done following: sudo cp -r hunspell hunspell.backup sudo rm de_DE.aff; sudo cp de_DE_frami.aff de_DE.aff sudo rm de_DE.dic; sudo cp de_DE_frami.dic de_DE.dic sudo cp -r hunspell-bdic hunspell-bdic.backup cd hunspell-bdic sudo rm de_DE.bdic; sudo cp de_DE_frami.bdic de_DE.bdic Lokalize still have no working spell checking for "de" and following flatpak output is still there: $ journalctrl -ft flatpak flatpak[5092]: Qt: Session management error: Could not open network socket flatpak[5092]: org.kde.lokalize: db "default_lokalize_connection_134887130523328" opened 5 "de" flatpak[5092]: kf.sonnet.clients.hunspell: Unable to find dictionary for "de_DE_frami" in path "/de_DE_frami" flatpak[5092]: kf.sonnet.clients.hunspell: Can't create a client without a speller -- You are receiving this mail because: You are watching all bug changes.
