[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2014-05-14 Thread Sven Jörns
It was possible for me to fix this problem with this addOn https://addons.mozilla.org/de/firefox/addon/quick-accept-language-switc/?src=api Changing Accept-Language to any value, restart and set to default in about:config. -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2014-01-30 Thread Phill
** Changed in: firefox (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language header contains incorrect value Status

[Desktop-packages] [Bug 867753]

2011-10-12 Thread Dtownsend
The startup method is called early in startup, before chrome for non- restartless add-ons is registered. That is the problem here. There are really only two solutions. One is to move the startup call to later in startup, the other is to have JSONovich fixed so it doesn't initialize nsHttpHandler u

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-12 Thread Bug Watch Updater
** Changed in: firefox Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language header contains incorrect value Status in The

[Desktop-packages] [Bug 867753]

2011-10-12 Thread Bmcbride
Thanks for the quick response! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language header contains incorrect value Status in The Mozilla Firefox Browser: I

[Desktop-packages] [Bug 867753]

2011-10-12 Thread W-elwood08+bmo
I have just committed a fix to JSONovich for this, I was unintentionally calling Services.io.newURI('http://...') at startup due to a silly mistake decrementing a counter too early. Apologies for the noise. -- You received this bug notification because you are a member of Desktop Packages, which

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-11 Thread Chris Coulson
** Bug watch added: Mozilla Bugzilla #693687 https://bugzilla.mozilla.org/show_bug.cgi?id=693687 ** Also affects: firefox via https://bugzilla.mozilla.org/show_bug.cgi?id=693687 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-11 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at https://bugzilla.mozilla.org/show_bug.cgi?id=693687. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://hel

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-11 Thread Chris Coulson
I figured this out in the end. The problem is that the startup() entry point for bootstrapped extensions gets called by the addon manager before the chrome manifests for other extensions (including language packs) have been loaded. Because this extension does something with starts nsIHttpHandler wh

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-11 Thread Chris Coulson
apt-get source firefox ? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language header contains incorrect value Status in “firefox” package in Ubuntu: Invalid

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-11 Thread Phill
No idea's on where we can get hold of the source code then? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language header contains incorrect value Status in “fi

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-11 Thread Chris Coulson
The way this works is that intl.accept_languages is set to a localized value which comes from the language pack for your selected locale (and the selected locale comes from the environment), Defaulting to en-us when you uninstall the GB language pack is the expected behaviour regardless of your env

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-11 Thread Phill
It appears to be something about the handling of the default language, manually set languages are fine with that plug-in. It would appear that without the GB language pack, Firefox defaults to en-US (ignoring the language set in the OS/desktop), which is not what I'd expect, but never mind. The plu

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-07 Thread Chris Coulson
It's probably worth contacting the developer of that addon, or leaving a comment on addons.mozilla.org. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language he

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-07 Thread Phill
Sorry, should have tried that. Thanks for your help. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language header contains incorrect value Status in “firefox”

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-07 Thread Chris Coulson
This is caused by the JSONovich addon, which just seems to override all the standard headers. In future, please try disabling your addons before reporting a bug, as it can save a lot of time ** Changed in: firefox (Ubuntu) Status: Incomplete => Invalid -- You received this bug notificatio

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-07 Thread Chris Coulson
Still not confirming, even with your steps. The Accept-Language header is taken directly from intl.accept_languages, so I'm not sure how you end up with a different value -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu.

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-07 Thread Phill
Thanks for looking at it. My "intl.accept_languages" contains status: "detault", type: "string" and value: "en-gb, en". I have two computers exhibiting the same problem both running Ubuntu 11.04 64-bit. -- You received this bug notification because you are a member of Desktop Packages, which is s

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-07 Thread Chris Coulson
Thanks, but that works fine here. What is intl.accept_languages set to in about:config, and what does the Status column say? ** Changed in: firefox (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-07 Thread Phill
** Description changed: Both my OS and Firefox preferences has en-GB and en as the language, however, it's sending "en-US, en" in the "accept-language" request header. This was verified using Bugzilla after finding the problem. Dates on some sites are a particular problem given that for ma

[Desktop-packages] [Bug 867753] [NEW] Accept-Language header contains incorrect value

2011-10-04 Thread Phill
Public bug reported: Both my OS and Firefox preferences has en-GB and en as the language, however, it's sending "en-US, en" in the "accept-language" request header. This was verified using Bugzilla after finding the problem. Dates on some sites are a particular problem given that for many dates th

[Desktop-packages] [Bug 867753] Re: Accept-Language header contains incorrect value

2011-10-04 Thread Phill
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to firefox in Ubuntu. https://bugs.launchpad.net/bugs/867753 Title: Accept-Language header contains incorrect value Status in “firefox” package in Ubuntu: New Bug description: Both my O