From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Othacehe Subject: bug#35540: Installer displays encrypted partition password entry in cleartext Date: Mon, 06 May 2019 14:15:06 +0200 Message-ID: <874l67kcdx.fsf@gmail.com> 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> 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]:47484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNcXM-00043u-8k for bug-guix@gnu.org; Mon, 06 May 2019 08:16:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNcXL-0001mf-Ep for bug-guix@gnu.org; Mon, 06 May 2019 08:16:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNcXL-0001mb-BQ for bug-guix@gnu.org; Mon, 06 May 2019 08:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNcXL-0004Zy-29 for bug-guix@gnu.org; Mon, 06 May 2019 08:16:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <87sgtrkijb.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35540@debbugs.gnu.org Hey Ludo, > 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. > 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! Mathieu