[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2013-09-28 Thread John Vandenberg
*** This bug is a duplicate of bug 249989 *** https://bugs.launchpad.net/bugs/249989 ** This bug has been marked a duplicate of bug 249989 $LC_*, $LANG and $LANGUAGE env vars misinterpreted -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2011-08-09 Thread hardik
see https://bugs.launchpad.net/ubuntu/+source/unity/+bug/820333 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/550222 Title: Firefox interface language set to LANG, ignores LANGUAGE To manage

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-19 Thread Gunnar Hjalmarsson
As regards disagreement... While I may think that a request for recognizing LANGUAGE is a feature request, you think it's a bug. Not much of a disagreement to mind about, I'd say. :) Let's talk about the issue at hand instead. The patches attached to bug 553162 make sure that the first item in

Re: [Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-17 Thread David Planella
El ds 16 de 10 de 2010 a les 22:53 +, en/na Gunnar Hjalmarsson va escriure: @ Micah Gersten, David Planella I marked this bug, and with that its duplicates, as a duplicate of bug 553162, since the issue reported here will be solved by the solution being discussed at bug 553162. Please

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-16 Thread Gunnar Hjalmarsson
@ Micah Gersten, David Planella I marked this bug, and with that its duplicates, as a duplicate of bug 553162, since the issue reported here will be solved by the solution being discussed at bug 553162. Please feel free to test the patches for yourself:

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-15 Thread Gunnar Hjalmarsson
*** This bug is a duplicate of bug 553162 *** https://bugs.launchpad.net/bugs/553162 ** This bug has been marked a duplicate of bug 553162 Set $LANGUAGE if the user picks a different locale in gdm, so that language-selector and gdm stop disagreeing * You can subscribe to bug 553162 by

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-15 Thread Micah Gersten
This shouldn't be a duplicate as Firefox is not respecting the environment variables properly. There is already a partial patch in the upstream tracker for this issue. ** This bug is no longer a duplicate of bug 553162 Set $LANGUAGE if the user picks a different locale in gdm, so that

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-08 Thread Gunnar Hjalmarsson
@ Martin A. It's true that descriptive variable names is good programming practice as a general rule. However, here we are talking about two environment variables, whose names are beyond the control of the Ubuntu community. When you deal with i18n and l10n as a programmer, you simply need to

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-05 Thread Gunnar Hjalmarsson
I have modified the GDM patch attached to bug 553162, and now that patch fixes the problem with programs, e.g. Firefox, that don't recognize $LANGUAGE. Even if the solution provided as an attachment to this bug works well, the code in the GDM patch is more elegant IMO. If you want to deal with

Re: [Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-05 Thread Martin Andersson
Being completely out of the programming in this case, my 5 öre is to say that it is not really good to have two global variables with almost same names, but slightly different meanings, and also same but slightly different meanings for their names. It could be a good idea to change both the

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-10-04 Thread Gunnar Hjalmarsson
** Bug watch removed: Debian Bug tracker #598244 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598244 -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Gunnar Hjalmarsson
Using LANG instead of LANGUAGE is not the default behavior of Firefox. For some reason, Debian seems to have created the problem through a firefox.js file with Debian specific preferences: $ grep -B1 'matchOS' /etc/firefox/pref/firefox.js // Use LANG environment variable to choose locale

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Gunnar Hjalmarsson
** Branch linked: lp:ubuntu/firefox ** Changed in: firefox (Ubuntu) Status: Triaged = In Progress -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Jeroen Hoek
Just adding the user_pref(intl.locale.matchOS, false); line to user.js fixes the problem for me. Thank you for the tip. Do we know why (and by whom) that option was set in the Debian-provided preferences override? -- Firefox interface language set to LANG, ignores LANGUAGE

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Jeroen Hoek
#15: Of course, it fixes the problem for me by setting the language to English, which is the default. You still need to tell Firefox which language to use if you want any other language. -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Felix Dreissig
The fix works fine for me, but are you sure that this is really a Debian-specific problem? I have absolutely no idea of the Mozilla code, but considering the very serious and advanced discussion at the Mozilla bugtracker, I can't really believe that the whole thing is only about a Debian config

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Brian Murray
** Tags added: patch -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Micah Gersten
Resetting bug to Triaged. matchOS was added so Firefox automatically uses the language of the host system. I'll have to look at the UILocale startup option since we do have a wrapper script in place already. ** Changed in: firefox (Ubuntu) Status: In Progress = Triaged -- Firefox

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Nicolò Chieffo
Does the patch also fix language preferences order, if the more preferred language is not available? -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Chris Coulson
Can you please not mark attachments as patches unless they really are patches. Thanks -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Chris Coulson
And please don't link branches to the bug, unless they contain a fix for the issue ** Branch unlinked: lp:ubuntu/firefox -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Gunnar Hjalmarsson
Since I'm questioning a Debian specific configuration, I filed a Debian bug also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598244 ** Bug watch added: Debian Bug tracker #598244 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598244 -- Firefox interface language set to LANG, ignores

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Micah Gersten
We don't get Firefox from Iceweasel, I'm closing that bug. -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Chris Coulson
Indeed. And setting intl.locale.matchOS is intentional (not a bug). Without it, Firefox gets the language from the general.useragent.locale preference rather than the users environment. I've got no idea how that could work reliably on Ubuntu, seeing as we localize that preference -- Firefox

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Gunnar Hjalmarsson
@Jeroen Hoek, comment #15 You are welcome. I don't know why or by whom. @Felix Dreissig, comment #17 No, I'm not sure. What I know about the background is included in the bug I filed with Debian (see comment #22), and that firefox.js file indicates that the problem is Debian-specific IMO.

Re: [Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-27 Thread Micah Gersten
As I wrote, Firefox doesn't come from Debian, therefore, Debian isn't upstream in this case. On 09/27/2010 06:07 PM, Gunnar Hjalmarsson wrote: @Felix Dreissig, comment #17 No, I'm not sure. What I know about the background is included in the bug I filed with Debian (see comment #22), and that

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-17 Thread Bug Watch Updater
** Changed in: firefox Importance: Unknown = Medium -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-08 Thread shankao
** Also affects: amule (Ubuntu) Importance: Undecided Status: New ** Changed in: amule (Ubuntu) Status: New = Confirmed -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-09-08 Thread David Planella
shankao, Thanks for adding the amule task. However, this particular bug is for Firefox, so it would be great if you could file a separate bug for amule instead. ** Changed in: amule (Ubuntu) Status: Confirmed = Invalid -- Firefox interface language set to LANG, ignores LANGUAGE

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-08-04 Thread Bug Watch Updater
** Changed in: firefox Status: New = Confirmed -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-08-04 Thread Micah Gersten
Marking this Triaged as we have an upstream bug. ** Changed in: firefox (Ubuntu) Status: Confirmed = Triaged -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-08-02 Thread David Planella
** Changed in: ubuntu-translations Status: New = Triaged ** Changed in: ubuntu-translations Importance: Undecided = Medium -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-08-02 Thread David Planella
** Bug watch added: Mozilla Bugzilla #583793 https://bugzilla.mozilla.org/show_bug.cgi?id=583793 ** Changed in: firefox Importance: Undecided = Unknown ** Changed in: firefox Status: New = Unknown ** Changed in: firefox Remote watch: None = Mozilla Bugzilla #583793 -- Firefox

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-05-06 Thread David Planella
** Description changed: Binary package hint: firefox Firefox appears to misinterpret the locale environment variables set by the Language Support tool. It uses LANG instead of LANGUAGE. Use case: I am a software engineer, so I prefer to have my user interface language set to

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-05-06 Thread Steve Langasek
** Changed in: firefox (Ubuntu) Milestone: ubuntu-10.04 = None -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

Re: [Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-05-06 Thread Martin Andersson
Amazing how fast you guys responded to this! Thank you! I am looking forward ot the update. Martin 2010/5/6 Steve Langasek steve.langa...@canonical.com ** Changed in: firefox (Ubuntu) Milestone: ubuntu-10.04 = None -- Firefox interface language set to LANG, ignores LANGUAGE

[Bug 550222] Re: Firefox interface language set to LANG, ignores LANGUAGE

2010-04-06 Thread Arne Goetje
** Changed in: firefox (Ubuntu) Milestone: None = ubuntu-10.04 ** Changed in: firefox (Ubuntu) Status: New = Confirmed ** Changed in: firefox (Ubuntu) Importance: Undecided = Medium -- Firefox interface language set to LANG, ignores LANGUAGE https://bugs.launchpad.net/bugs/550222