From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 31 11:29:03 2020 Received: (at 40273) by debbugs.gnu.org; 31 Mar 2020 15:29:03 +0000 Received: from localhost ([127.0.0.1]:36826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jJIp3-0007WU-64 for submit@debbugs.gnu.org; Tue, 31 Mar 2020 11:29:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jJIox-0007W0-20 for 40273@debbugs.gnu.org; Tue, 31 Mar 2020 11:28:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jJIor-0002uE-Ia; Tue, 31 Mar 2020 11:28:49 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49930 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jJIoo-00007O-7L; Tue, 31 Mar 2020 11:28:47 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Mathieu Othacehe Subject: Re: bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> <878sjjt5cj.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 12 Germinal an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 31 Mar 2020 17:28:44 +0200 In-Reply-To: <878sjjt5cj.fsf@gmail.com> (Mathieu Othacehe's message of "Sun, 29 Mar 2020 19:53:48 +0200") Message-ID: <87a73wv903.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40273 Cc: 40273@debbugs.gnu.org, bug-guix@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi! Mathieu Othacehe skribis: > * Shepherd is using /dev/console as an output and some messages are > polluting the help line displayed at the bottom of the screen. I'm not > sure how to solve it. > > Shepherd could poll /dev/log so that once syslog is available it stops > using /dev/console. That=E2=80=99s exactly what it does, see (shepherd comm). Perhaps we just need to have the installer service depend on =E2=80=98syslo= gd=E2=80=99, at which point nothing goes to /dev/console? Ludo=E2=80=99.