Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472042 - mail-client/thunderbird-17.0.6, www-client/firefox-17.0.6 - LC_MESSAGES overrides langpack setting
Summary: mail-client/thunderbird-17.0.6, www-client/firefox-17.0.6 - LC_MESSAGES overr...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL: http://forums-web2.gentoo.org/viewtop...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-01 21:12 UTC by Andreas Sturmlechner
Modified: 2017-08-26 17:57 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Sturmlechner gentoo-dev 2013-06-01 21:12:34 UTC
LINGUAS="de" having set, firefox and thunderbird both neatly install their German language pack. They even come with it enabled by default - however, all of the interface keeps speaking English to the linguistically ungifted. Not happy with this, simply dis-/enabling the language pack does not have any effect at all. After some head scratching it turns out there is one system setting responsible for this:

$ cat /etc/env.d/02locale
LANG="de_AT.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_COLLATE="C"

Naturally, I don't want to have system messages in any other language than English, however it seems that firefox and thunderbird take that variable into account at startup.

Taken from the URL, changing the following settings in about:config solved it for me:

-general.useragent.locale;en-US
+general.useragent.locale;de-AT
-intl.locale.matchOS;true
+intl.locale.matchOS;false

I am not sure if there could be a sane default value for those that works for everyone. An elog message based on LINGUAS and LC_MESSAGE could suffice.
Comment 1 Jory A. Pratt gentoo-dev 2017-08-26 17:57:26 UTC
If you feel I have closed your bug and it is still a current issue, please reopen and update it completely. We will not work bugs that have no ebuild in tree any longer or can not be reproduced with a current system.

Thank You for your support and understanding
The Mozilla Team