[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2014-12-03 Thread Rolf Leggewie
karmic has seen the end of its life and is no longer receiving any updates. Marking the karmic task for this ticket as "Won't Fix". ** Changed in: gdm (Ubuntu Karmic) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 407300] Re: /etc/gdm/Xsession breaks 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/407300 Title: /etc/gdm/Xsession breaks LANGUAGE To manage notifications about this bug

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-09-16 Thread Bug Watch Updater
** Changed in: gdm Importance: Unknown => Medium -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 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 htt

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-08-24 Thread Sebastien Bacher
** Changed in: gdm (Ubuntu Karmic) Assignee: Ubuntu Desktop Bugs (desktop-bugs) => (unassigned) -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-08-24 Thread Mohamed Amine IL Idrissi
Since this is fixed, I'll mark the ubuntu-translations task as Fix Released. ** Changed in: ubuntu-translations Status: Confirmed => Fix Released -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubun

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-08-13 Thread Bug Watch Updater
** Changed in: gdm Status: New => Fix Released -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 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 h

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-06-20 Thread Bug Watch Updater
** Changed in: gdm Status: Unknown => New -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 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 https:

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-04-01 Thread David Planella
As the original problem reported in the bug has been fixed, I've filed bug 553162 to track the other issue. -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

Re: [Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-03-23 Thread Martin Pitt
Arne Goetje [2010-03-21 8:20 -]: > I think this code and the fallback list should be placed into a separate > library, so that it can be used by gdm and ubiquity/debian-installer to > set the LANGUAGE variable correctly. I don't think we'll have time to add this to gdm anytime soon, though.

Re: [Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-03-22 Thread David Planella
El Mo 22 de 03 de 2010 a les 07:52 +, en/na Martin Pitt va escriure: > David Planella [2010-03-20 19:32 -]: > > • GDM can only write LANG (and the LC_xx categories) > > Indeed, gdm does not currently have a concept of a "language list", > just a locale picker. > > > • language-selector ca

Re: [Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-03-22 Thread Martin Pitt
David Planella [2010-03-20 19:32 -]: > • GDM can only write LANG (and the LC_xx categories) Indeed, gdm does not currently have a concept of a "language list", just a locale picker. > • language-selector can write LANGUAGE (but also LANG) > • That effectively means that the language one sel

Re: [Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-03-21 Thread Arne Goetje
David Planella wrote: > While the patch fixes the issue where Xsession was writing a LANGUAGE > variable with incorrect syntax, now we've got a situation where: > > • GDM can only write LANG (and the LC_xx categories) > • language-selector can write LANGUAGE > • That effectively means that the lan

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-03-20 Thread David Planella
While the patch fixes the issue where Xsession was writing a LANGUAGE variable with incorrect syntax, now we've got a situation where: • GDM can only write LANG (and the LC_xx categories) • language-selector can write LANGUAGE • That effectively means that the language one selects in GDM is useles

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-03-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gdm -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 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 https://lists.ubuntu.co

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.29.6-0ubuntu5 --- gdm (2.29.6-0ubuntu5) lucid; urgency=low * Add 18_locale_env_vars.patch: gdm does not have a facility to specify a list of languages for $LANGUAGE, so do not break $LANGUAGE by forcing it to $LANG (they have a compl

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-02-25 Thread Martin Pitt
This seems way too complicated and error prone. How about * if $GDM_LANG == $LANG, don't touch anything * if $GDM_LANG != $LANG, unset $LANGUAGE ? This should maintain the default case where you don't change your language in gdm, and if you do, it cleanly overwrites the system settings. ** Ch

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-02-25 Thread Arne Goetje
This bug breaks the new language-selector functionality, as gdm always overrides the user's language settings. Expected behaviour: * scan ~/.profile for 'export LANG=' and 'export LANGUAGE=' entries and parse those. * LANG is the good old locale, e.g. "en_US.UTF-8" * LANGUAGE is a string of la

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-02-25 Thread Martin Pitt
** Also affects: gdm (Ubuntu Lucid) Importance: Low Assignee: Canonical Desktop Team (canonical-desktop-team) Status: Triaged ** Changed in: gdm (Ubuntu Lucid) Assignee: Canonical Desktop Team (canonical-desktop-team) => Martin Pitt (pitti) -- /etc/gdm/Xsession breaks LANGUA

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2010-02-24 Thread Arne Goetje
** Changed in: gdm (Ubuntu) Assignee: Ubuntu Desktop Bugs (desktop-bugs) => Canonical Desktop Team (canonical-desktop-team) -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-12-07 Thread Sebastien Bacher
** Changed in: gdm (Ubuntu) Status: Confirmed => Triaged ** Changed in: gdm (Ubuntu Karmic) Status: Confirmed => Triaged -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-12-05 Thread David Planella
** Bug watch added: GNOME Bug Tracker #603853 https://bugzilla.gnome.org/show_bug.cgi?id=603853 ** Changed in: gdm Importance: Undecided => Unknown ** Changed in: gdm Status: New => Unknown ** Changed in: gdm Remote watch: None => GNOME Bug Tracker #603853 -- /etc/gdm/Xsession br

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-10-31 Thread Adi Roiban
** Changed in: ubuntu-translations Status: New => Confirmed ** Changed in: ubuntu-translations Importance: Undecided => Low -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-10-09 Thread David Planella
** Also affects: ubuntu-translations Importance: Undecided Status: New -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-10-07 Thread Sebastien Bacher
** Changed in: gdm (Ubuntu Karmic) Milestone: ubuntu-9.10 => None -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@li

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-09-22 Thread Sebastien Bacher
I'm not sure to understand the logic behind this code, the upstream change seems to be due to https://bugzilla.gnome.org/show_bug.cgi?id=89970, not sure if LANGUAGE should be unset or forced to some value, if the value is not set by gdm the session might be using a different language than the one s

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-09-17 Thread Sebastien Bacher
** Changed in: gdm (Ubuntu) Milestone: None => ubuntu-9.10 ** Also affects: gdm (Ubuntu Karmic) Importance: Low Assignee: Ubuntu Desktop Bugs (desktop-bugs) Status: Confirmed -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug noti

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-08-04 Thread Sebastien Bacher
** Changed in: gdm (Ubuntu) Importance: Undecided => Low ** Changed in: gdm (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs) ** Changed in: gdm (Ubuntu) Status: New => Confirmed ** Also affects: gdm Importance: Undecided Status: New -- /etc/gdm/Xse

[Bug 407300] Re: /etc/gdm/Xsession breaks LANGUAGE

2009-07-31 Thread Johan Kiviniemi
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29746029/Dependencies.txt ** Attachment added: "ProcEnviron.txt" http://launchpadlibrarian.net/29746030/ProcEnviron.txt -- /etc/gdm/Xsession breaks LANGUAGE https://bugs.launchpad.net/bugs/407300 You received this bug n