From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts Date: Sun, 5 Apr 2020 22:02:12 +0200 Message-ID: <20200405200212.4thmiaookkfwguh6@pelzflorian.localdomain> References: <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> <87mu7qhvw5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46459) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLBTz-0001Sg-6B for bug-guix@gnu.org; Sun, 05 Apr 2020 16:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLBTy-00075J-9N for bug-guix@gnu.org; Sun, 05 Apr 2020 16:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLBTy-00074d-5M for bug-guix@gnu.org; Sun, 05 Apr 2020 16:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLBTy-0005av-1s for bug-guix@gnu.org; Sun, 05 Apr 2020 16:03:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87mu7qhvw5.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 40273@debbugs.gnu.org On Sun, Apr 05, 2020 at 04:03:54PM +0200, Ludovic Courtès wrote: > Can you confirm you see this problem? In my actual system configuration I have French layout in GDM and console with today’s git master. No problem. I changed: diff --git a/config.scm b/config.scm index 4db5560..1cf1578 100644 --- a/config.scm +++ b/config.scm @@ -29,7 +29,8 @@ (timezone "Europe/Berlin") (locale "tr_TR.utf8") (keyboard-layout - (keyboard-layout "us" "altgr-intl")) + (keyboard-layout "fr")) +;; (keyboard-layout "us" "altgr-intl")) (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) @@ -177,6 +178,7 @@ Options +Indexes")))))) ,gnome-online-accounts))))))) (set-xorg-configuration (xorg-configuration + (keyboard-layout keyboard-layout) (modules (list ;;xf86-video-vesa xf86-video-fbdev In QEMU guix system vm, I cannot get GDM to display more than a mouse pointer no matter the graphics options I try (-vga std or cirrus or nomodeset+uvesafb). This is an unrelated bug, probably not Guix’ fault, though I had not tried GDM in QEMU before. I wanted to try guix system vm-image (expecting another GDM failure), but after many hours building the vm-image failed because I had misconfigured the bootloader EFI file-system. Regards, Florian