** Changed in: indicator-datetime
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
https://bugs.launchpad.net/bugs/861123

Title:
  Can call setenv ("LANGUAGE", NULL) which corrupts the environment

Status in The Date and Time Indicator:
  Fix Committed
Status in Ubuntu Translations:
  Triaged

Bug description:
  In utils.c, T_() if LANGUAGE is not defined in the environment then
  g_setenv ("LANGUAGE", NULL) is called.  There is a bug in libc with
  setting environment values to NULL and sets the environment to
  "LANGUAGE=" without the null character.  This is causing Unity Greeter
  to mess up translations as getenv returns a random value for LANGUAGE
  (overriding LANG).

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/861123/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-translations-coordinators
Post to     : ubuntu-translations-coordinators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-translations-coordinators
More help   : https://help.launchpad.net/ListHelp

Reply via email to