From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: Re: Installer update Date: Sun, 21 Apr 2019 12:16:47 +0200 Message-ID: <87bm0zirxs.fsf@gmail.com> References: <87mukpaqu0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hI9Wo-0002pN-1W for guix-devel@gnu.org; Sun, 21 Apr 2019 06:16:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hI9Wn-0006sd-5e for guix-devel@gnu.org; Sun, 21 Apr 2019 06:16:54 -0400 In-reply-to: <87mukpaqu0.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Hey Ludo, > I made changes to the installer so it=E2=80=99s almost ready as far as I= =E2=80=99m > concerned. It now displays language and territory names in the right > language. Thanks for improving the installer :) > > If you give it a try, you can select =E2=80=9Cfran=C3=A7ais=E2=80=9D as t= he language and > check whether Julien did a good job. ;-) Other languages are still > missing, but we=E2=80=99ll get there (translations are taken from the =E2= =80=98guix=E2=80=99 > package though, so we need to update it to get them.) Seems to work fine! > =E2=80=A2 A dialog box to configure static networking. I=E2=80=99m not= sure how to do > that with newt. Mathieu? :-) Added to my TODO-list ;) > =E2=80=A2 There=E2=80=99s a bug that I probably introduced in commit > 850ddf94e86a1711328e39872c7830ad6d5020b4: the installer crashes when > one tries to jump back to the =E2=80=9CLocale=E2=80=9D step. Mathieu= , any ideas? It was a bug in SKIP-TO-STEP procedure when trying to jump back to the first step. It went unnoticed because it was not possible to jump back to the "Welcome screen". Fixed in 33023baac8ec548fe. Mathieu