From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37897: Bug: Resetting locale settings Date: Fri, 25 Oct 2019 22:44:55 +0200 Message-ID: <87v9scmu60.fsf@gnu.org> References: <86c252b08059f9b678e0389bacc3a065@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36456) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iO6TD-0001cN-1C for bug-guix@gnu.org; Fri, 25 Oct 2019 16:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iO6TB-0006VI-RI for bug-guix@gnu.org; Fri, 25 Oct 2019 16:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58840) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iO6TB-0006VA-OG for bug-guix@gnu.org; Fri, 25 Oct 2019 16:46:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iO6TB-0001s7-JF for bug-guix@gnu.org; Fri, 25 Oct 2019 16:46:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <86c252b08059f9b678e0389bacc3a065@posteo.net> (o. rojon's message of "Thu, 24 Oct 2019 00:49:36 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: o.rojon@posteo.net Cc: 37897@debbugs.gnu.org Hello, o.rojon@posteo.net skribis: > I believe that a locale-related bug has slipped in somewhere in the > last two-three weeks. During installation and in my configuration > file, I have specified de_DE specified as locale, which should > translate to a german keyboard layout. But since said two-three weeks, > I startup with what I believe is the US layout (qwerty) - and before > this occurred, I was once even unable to login because my keyboard > layout has been changed to something so obscure it didnt even seem to > know basic characters like the exclamation mark, while there was a > number of characters that could not be displayed (probably non-utf > characters I suppose). Could you be more specific about the context in which you get an incorrect layout (console, Xorg, Wayland, GNOME, etc.)? Note that locale settings and keyboard layout settings are entirely separate=E2=80=94choosing the =E2=80=9Cde_DE=E2=80=9D locale gives you prog= rams that speak German, but it does not give you a =E2=80=9Cqwertz=E2=80=9D layout. See: https://guix.gnu.org/manual/devel/en/html_node/Keyboard-Layout.html https://guix.gnu.org/manual/devel/en/html_node/Locales.html HTH, Ludo=E2=80=99.