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: Tue, 31 Mar 2020 17:28:44 +0200 Message-ID: <87a73wv903.fsf@gnu.org> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> <878sjjt5cj.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:470:142:3::10]:33935) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJIp7-0002g5-Ht for bug-guix@gnu.org; Tue, 31 Mar 2020 11:29:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJIp6-0002zX-Jz for bug-guix@gnu.org; Tue, 31 Mar 2020 11:29:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53513) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJIp6-0002zP-Gb for bug-guix@gnu.org; Tue, 31 Mar 2020 11:29:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJIp3-0007Wd-Sq for bug-guix@gnu.org; Tue, 31 Mar 2020 11:29:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33887) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJIor-0002LU-Tm for bug-guix@gnu.org; Tue, 31 Mar 2020 11:28:51 -0400 In-Reply-To: <878sjjt5cj.fsf@gmail.com> (Mathieu Othacehe's message of "Sun, 29 Mar 2020 19:53:48 +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: Mathieu Othacehe Cc: 40273@debbugs.gnu.org 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.