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: Thu, 02 Apr 2020 12:25:37 +0200 Message-ID: <87zhbup4ke.fsf@gnu.org> References: <20200328134202.rgl6usllluoo2b2y@pelzflorian.localdomain> <875zenyzh0.fsf@gnu.org> <20200329171609.puseiw4d4b6cxgd7@pelzflorian.localdomain> <878sjjt5cj.fsf@gmail.com> <87a73wv903.fsf@gnu.org> <87lfnfcqrh.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]:37831) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJx3v-0001LC-5O for bug-guix@gnu.org; Thu, 02 Apr 2020 06:27:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJx3u-00085Z-6l for bug-guix@gnu.org; Thu, 02 Apr 2020 06:27:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55918) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJx3u-00085S-3b for bug-guix@gnu.org; Thu, 02 Apr 2020 06:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJx3t-0006sK-VP for bug-guix@gnu.org; Thu, 02 Apr 2020 06:27:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37696) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJx2u-0001EW-EV for bug-guix@gnu.org; Thu, 02 Apr 2020 06:26:01 -0400 In-Reply-To: <87lfnfcqrh.fsf@gmail.com> (Mathieu Othacehe's message of "Wed, 01 Apr 2020 14:52:18 +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: >> That=E2=80=99s exactly what it does, see (shepherd comm). >> >> Perhaps we just need to have the installer service depend on =E2=80=98sy= slogd=E2=80=99, >> at which point nothing goes to /dev/console? > > Heh, I read it too fast, sorry :) The issue was in fact that we are > calling `start-service' and `stop-service' from `apply-locale' in (gnu > installer), and printing shepherd messages to shepherd-message-port > which is stderr by default. > > Fixed on wip-installer-help. Awesome. Do you think that branch is ready for a merge? Or did you want to further discuss some of the changes? Florian seemed to agree that it=E2=80= =99s a good thing. Ludo=E2=80=99.