DAINRA / ungoogled-chromium-void

Ungoogled Chromium template and builds for Void Linux
BSD 3-Clause "New" or "Revised" License
50 stars 3 forks source link

Ungoogled Chromium doesn't do spell checking #63

Closed MechDR closed 8 months ago

MechDR commented 10 months ago

Spell checking is on, but it doesn't underline wrongly spelled words... and it doesn't do grammar checks as well I think (blue underline).

DAINRA commented 9 months ago

Yes it doesn't work out of the box on ungoogled chromium because language checking uses binaries and those get stripped. If you want to add the spellchecking back, follow the instructions here (for example for english you need en-US-10-1.bdic and so on).

MechDR commented 9 months ago

So I have to recompile, correct?

DAINRA commented 9 months ago

No you don't have to recompile, just follow the instructions in that comment I linked.

MechDR commented 9 months ago

This tutorial is old, en-US-9-0.bdic doesn't even exist, now it's just en_US.dic. So, I did base64 on it and placed it in ~/.config/chromium/Dictionaries, but, it still doesn't work.

DAINRA commented 9 months ago

That is the wrong file. Like I wrote in the first comment the file for english spellcheck is "en-US-10-1.bdic" (direct link)

github com_DAINRA_ungoogled-chromium-void_issues_63

MechDR commented 9 months ago

Sorry, you're right, I didn't read the last part of your comment. I'll try again and get back whether it worked or not.

github-actions[bot] commented 9 months ago

This issue has been automatically marked as stale.

github-actions[bot] commented 8 months ago

This issue has been automatically closed.