From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts Date: Sun, 05 Apr 2020 16:03:54 +0200 Message-ID: <87mu7qhvw5.fsf@gnu.org> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <87a740nu0u.fsf@gmail.com> <20200330104449.ahyivwdn62g6jluw@pelzflorian.localdomain> <875zemoz26.fsf@gmail.com> <20200330171113.njx7wstlmace45xk@pelzflorian.localdomain> <871rp8v8oi.fsf@gnu.org> <20200331165559.6yfowbvtuoth6vdw@pelzflorian.localdomain> <87k12yql0i.fsf@gnu.org> <20200403003816.oywdf75mj7yjzygj@pelzflorian.localdomain> <87o8s8k348.fsf@gnu.org> <20200403155630.k5pfssn3brdbfxbp@pelzflorian.localdomain> 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]:58868) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL5tX-0002ug-1h for bug-guix@gnu.org; Sun, 05 Apr 2020 10:05:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL5tW-0004RM-3D for bug-guix@gnu.org; Sun, 05 Apr 2020 10:05:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL5tW-0004RA-05 for bug-guix@gnu.org; Sun, 05 Apr 2020 10:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL5tV-0006Rg-QG for bug-guix@gnu.org; Sun, 05 Apr 2020 10:05:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20200403155630.k5pfssn3brdbfxbp@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Fri, 3 Apr 2020 17:56:30 +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-mx.org@gnu.org Sender: "bug-Guix" To: "pelzflorian (Florian Pelz)" Cc: 40273@debbugs.gnu.org Hi, "pelzflorian (Florian Pelz)" skribis: > On Fri, Apr 03, 2020 at 05:20:23PM +0200, Ludovic Court=C3=A8s wrote: >> > GDM retains my U.S. English layout even after herd stop xorg-server >>=20 >> That=E2=80=99s a regression. Localed was added exactly one year ago to = fix this >> problem in commit 607fcc75404e2b1fc74affcf372b4a6a789ac55e. I=E2=80=99v= e spent >> a couple of hours investigating and I don=E2=80=99t know why it doesn=E2= =80=99t work, >> especially since it works fine once logged in in GNOME (it=E2=80=99s the= same >> code, GNOME Shell). > > Sorry! It is entirely my fault. I had not known that if I don=E2=80=99t= put > a keyboard-layout field in set-xorg-configuration, I always get > U.S. layout. Hmm, on master, if I change desktop.tmpl to use the =E2=80=9Cfr=E2=80=9D la= yout, I get a French keyboard layout in the console, but not in GDM. (In a fresh VM built with =E2=80=98guix system vm=E2=80=99.) Can you confirm you see this problem? Ludo=E2=80=99.