From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35540: Installer displays encrypted partition password entry in cleartext Date: Mon, 06 May 2019 15:41:10 +0200 Message-ID: <87tve7hf9l.fsf@gnu.org> References: <20190503085437.opsw5whdkzmwrbrm@pelzflorian.localdomain> <20190503113018.5be80808@scratchpost.org> <20190503115024.20787d13@sybil.lepiller.eu> <87tvebbq9v.fsf@gnu.org> <20190504210632.i3tyhzisfw6anpyb@pelzflorian.localdomain> <877eb5duxo.fsf@gmail.com> <87sgtrkijb.fsf@gnu.org> <874l67kcdx.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 ([209.51.188.92]:39935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNdsb-0007zm-FW for bug-guix@gnu.org; Mon, 06 May 2019 09:42:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNdsa-0001XN-Jq for bug-guix@gnu.org; Mon, 06 May 2019 09:42:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42383) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNdsa-0001X0-Gg for bug-guix@gnu.org; Mon, 06 May 2019 09:42:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNdsY-0006n8-Ab for bug-guix@gnu.org; Mon, 06 May 2019 09:42:04 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874l67kcdx.fsf@gmail.com> (Mathieu Othacehe's message of "Mon, 06 May 2019 14:15:06 +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.org@gnu.org Sender: "bug-Guix" To: Mathieu Othacehe Cc: 35540@debbugs.gnu.org Mathieu Othacehe skribis: >> I would perhaps add that checkbox only for the passphrase, in part >> because when I test an install I prefer to have fewer keystrokes :-), > > The parameter is disabled by default and enabled only for disk > encryption and root/user passwords so I'm not sure I get what you mean. I mean that when I do a test install, I essentially hit RET RET RET RET, and sometimes TAB ludo foo, and this change adds an additional TAB into the mix; but nevermind, my muscle memory will get used to it. :-) >> but also because this might clutter dialog boxes and cause troubles: >> what if the translation of =E2=80=9CHide=E2=80=9D is takes up more space= ? is it still >> going to fit? > > Hard to say :p, the checkbox is added to widget grids which should adapt > to terminal size. So unless the translation is really long and the > screen really small, I hope it fits! Isn=E2=80=99t the grid constrained by the side of the outer box? Perhaps we should enlarge that outer box a bit? Anyway, I think you can push, it=E2=80=99s already a great improvement IMO. Thanks, Ludo=E2=80=99.