New comment by chrysos349 on void-packages repository https://github.com/void-linux/void-packages/issues/49030#issuecomment-1976305351 Comment: >I'm not sure about this. You missed a rather important bit: all the `*.bdict` dictionaries are generate automatically by `dooble` build system. Modify the template by adding this to `do_install()` ```sh vcopy qtwebengine_dictionaries usr/share/dooble ``` then add this patch ```diff --- a/Source/dooble_settings.cc +++ b/Source/dooble_settings.cc @@ -2271,7 +2271,7 @@ void dooble_settings::show_qtwebengine_dictionaries_warning_label(void) if(bytes.trimmed().isEmpty()) { - bytes = "qtwebengine_dictionaries"; + bytes = "/usr/share/dooble/qtwebengine_dictionaries"; if(!QFileInfo(bytes).isReadable()) { ```