From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Locale error: Falling back to C locale Date: Tue, 27 Mar 2018 11:53:55 +0200 Message-ID: <87d0zpx2rw.fsf@gnu.org> References: <87lgee3sfw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0lIk-0001uJ-SV for help-guix@gnu.org; Tue, 27 Mar 2018 05:53:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0lIj-0002C2-QI for help-guix@gnu.org; Tue, 27 Mar 2018 05:53:58 -0400 Received: from hera.aquilenet.fr ([2a0c:e300::1]:56782) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f0lIj-0002AT-Ie for help-guix@gnu.org; Tue, 27 Mar 2018 05:53:57 -0400 In-Reply-To: <87lgee3sfw.fsf@gmail.com> (Pierre Neidhardt's message of "Tue, 27 Mar 2018 12:39:55 +0530") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt Cc: help-guix Pierre Neidhardt skribis: > Some applications complain about the locale: > > > stow . > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LANGUAGE =3D (unset), > LC_ALL =3D (unset), > LANG =3D "en_US.utf8" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). > > > emacs > (process:7796): Gtk-WARNING **: Locale not supported by C library. > Using the fallback 'C' locale. > > Both emacs and stow still work properly but I wonder where this comes > from. Did I miss something during the install? On GuixSD this should work fine out of the box. On other distros, please take a look at . HTH! Ludo=E2=80=99.