[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#127413: base-config: 101 instances of Setting locale failed message during install



Phil Blundell wrote:
> Yeah, it's pretty bogus.  I think something like this will fix it.
>  
>  #ifdef USE_LANGUAGE_CHOOSER
>    if ( lang != NULL )
> -    write_userconfig("LANGUAGE", lang->name);
> +    write_userconfig("LANG", lang->locale);
>  #endif

Assuming lang->locale has the right value, that would be fine. The
current base-config will handle this just fine, which is great, since
base-config is supposed to be frozen now.

-- 
see shy jo



Reply to: