Opened 13 years ago

Closed 13 years ago

#8 closed bug (workaround)

default spellchecker dictionary is not correct for firefox

Reported by: thomas Owned by: thomas
Priority: major Component: Desktop
Version: 6.0 (Pisa) Keywords: hunspell xulrunner firefox thunderbird spellcheck
Cc: puias-trac@…

Description

When running firefox or thunderbird for the first time, the default dictionary for spelling is something other than that of the LANG, LC_ALL, or LANGUAGE environment variable.

On some systems it's at_DE, on others it's icelandic.

Bugzilla# 643954
https://bugzilla.redhat.com/show_bug.cgi?id=643954

Change History (2)

comment:1 Changed 13 years ago by thomas

Workaround suggested by Josko:
puppet file context:

file { ["/usr/lib64/firefox-3.6/defaults/preferences/puias.js", "/usr/lib64/thunderbird-3.1/defaults/pref/puias.js"]:

owner => "root",
group => "root",
mode => "644",
content => "pref(\"spellchecker.dictionary\", \"en_US\");

"

}

This isn't a long term solution, but will suffice for now.

comment:2 Changed 13 years ago by thomas

  • Resolution set to workaround
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.