Feature #17267
Fix non-en-US dictionaries not available in Thunderbird 68
Start date:
Due date:
% Done:
0%
Description
Subtasks
Related issues
Related to Tails - |
Resolved | ||
Blocks Tails - Feature #16209: Core work: Foundations Team | Confirmed |
History
#1 Updated by intrigeri 2019-11-29 05:49:30
- Affected tool set to Email Client
#2 Updated by intrigeri 2019-11-29 05:54:31
- blocks Feature #16209: Core work: Foundations Team added
#3 Updated by intrigeri 2019-11-29 06:03:10
- Assignee set to intrigeri
On the Debian side this is tracked as https://bugs.debian.org/944295, which will be fixed in the next upload, but that’ll probably be too late for Tails 4.1.
I’ll try two things:
export DICPATH=/usr/share/hunspell
, as done in Debian’s Vcs-Gitpref("spellchecker.dictionary_path", "/usr/share/hunspell");
, as we did in Tor Browser to fix the same problem (Bug #17150)
#4 Updated by intrigeri 2019-11-29 06:10:15
- Status changed from Confirmed to In Progress
- Feature Branch changed from feature/16771-thunderbird-68+force-all-tests to feature/17219-replace-torbirdy
I’m using the branch that’s the most up-to-date, as per Feature #16771#note-33.
#5 Updated by intrigeri 2019-11-29 06:12:34
- related to
Bug #17150: Spellchecking only available for English in Tor Browser 9 added
#6 Updated by intrigeri 2019-11-29 07:33:05
- Status changed from In Progress to Needs Validation
- Assignee changed from intrigeri to segfault
Built from abc690987d and this works for me: I can select French language for spellchecking and spellchecking works OK.
#7 Updated by segfault 2019-11-30 12:53:44
- Status changed from Needs Validation to Resolved
- Assignee deleted (
segfault)
intrigeri wrote:
> Built from abc690987d and this works for me: I can select French language for spellchecking and spellchecking works OK.
Confirmed and code LGTM.