synchronize LANG from Chrome settings |
||
Issue descriptionwe should be setting the LANG env var inside the container (not the VM) based on the Chrome settings the container tends to utilize locale names that glibc expects: http://www.gnu.org/software/libc/manual/html_node/Locale-Names.html#Locale-Names those don't line up directly with the names Chrome uses, so we'll have to have a translation layer in Chrome somewhere (assuming it doesn't have one already)
,
Nov 22
we aren't talking about environment variables as in |environ|. in both cases, we need to marshal the user's state outside of the VM into a form the OS inside the VM can understand/work with.
,
Jan 8
|
||
►
Sign in to add a comment |
||
Comment 1 by mutexlox@chromium.org
, Nov 22