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

Re: Fwd: Re: Bug#303474: Sarge RC3 Installl report - Graphic card resolution selection and german keymap selection failed



Quoting Frans Pop (aragorn@tiscali.nl):
> On Saturday 09 April 2005 12:49, Konstantinos Margaritis wrote:
> > So, what do we do? Install l-c even when English is selected?
> 
> I think not. At least not until we have locale-chooser instead of 
> language-chooser and with that good support for the "C" locale.
> The decision to not install l-c for English installations was a conscious 
> one IIRC as we did not want to run l-c for server installations.

Agreed. In localechooser, we currently have:

# Install localization-config only if LANG != en_US or
# arch is powerpc.
if [ "$LANGUAGE" != "C" ] ; then
  if [ "$LANG" != "en_US" -o "$ARCH" = "powerpc" ]; then
    pkginstall localization-config
  fi
fi

I really don't remember why we/I did that, however (comment, always
comment!). There was certainly a reason for not installing l-c for
powerpc....of maybe this is something coming from older
languagechooser versions.








Reply to: