Re: Chromium Dictionaries

2022-09-22 Thread Soren Stoutner
On Thursday, September 22, 2022 9:04:53 AM MST Andres Salomon wrote: > FYI, chromium's documentation about this stuff is here: > > https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries/+/refs > /heads/main/README.chromium Thanks for that link. > It appears that the dictionary fil

Re: Chromium Dictionaries

2022-09-22 Thread Andres Salomon
FYI, chromium's documentation about this stuff is here: https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries/+/refs/heads/main/README.chromium It appears that the dictionary files are versioned, and those versions are matched in chromium's source code: https://chromium.google

Re: Chromium Dictionaries

2022-09-22 Thread Soren Stoutner
On Thursday, September 22, 2022 1:09:04 AM MST Rene Engelhard wrote: > >This being the case, I think it would be better to use a file location more > >like /usr/share/chromium-dict, and, if packaged separately, a package name > >like chromium-dict-en-us. > > And what about other qtwebengine using

Re: Chromium Dictionaries

2022-09-22 Thread Rene Engelhard
Hi, Am 22. September 2022 09:34:24 MESZ schrieb Soren Stoutner : >Qt WebEngine is indeed built from a modified version of the Chromium source >code and Chromium does appear to use the same .bdic file format. Cool. > It >is unclear to me if Chromium also looks in some system-wide directory