Bug 397579 - Dictionary Conversion no longer working
Summary: Dictionary Conversion no longer working
Status: RESOLVED UPSTREAM
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: David Rosca
URL: https://bugreports.qt.io/browse/QTBUG...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-18 11:41 UTC by Marco Parillo
Modified: 2018-09-07 22:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Parillo 2018-08-18 11:41:01 UTC
I used to be able to create a dictionary using qwebengine_convert_dict, following this process:
https://forum.manjaro.org/t/qupzilla-spell-check-lost-after-upgrade-solution-also-works-for-falkon/6586/13
But after this change in upstream Arch:
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/hunspell-en&id=ddd1713c31e306620f8c0464b11e53593e23e788
Now I get:

$ sudo qwebengine_convert_dict en_US.dic /usr/share/qt/qtwebengine_dictionaries/en_US.bdic[sudo] password for mparillo: 
Reading en_US.aff
Reading en_US.dic
en_US.dic_delta not found.
Serializing...
Verifying...
Index doesn't match, word #étui
ERROR converting, the dictionary does not check out OK.
Comment 1 David Rosca 2018-08-18 12:09:17 UTC
That's utility that comes with QtWebEngine, so you should report the bug there.
Comment 2 Marco Parillo 2018-09-07 22:46:24 UTC
Upstream Bug Report:
https://bugreports.qt.io/browse/QTBUG-70034