all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
Cc: 35540@debbugs.gnu.org, Mathieu Othacehe <m.othacehe@gmail.com>
Subject: bug#35540: Installer displays encrypted partition password entry in cleartext
Date: Mon, 06 May 2019 21:43:55 +0200	[thread overview]
Message-ID: <87zhnzfjwk.fsf@gnu.org> (raw)
In-Reply-To: <20190506192935.agzovjt2uwktoqys@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Mon, 6 May 2019 21:29:35 +0200")

[-- Attachment #1: Type: text/plain, Size: 680 bytes --]

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:

> On Mon, May 06, 2019 at 08:14:46PM +0200, pelzflorian (Florian Pelz) wrote:
>> When creating a user account, the translation for Home Directory
>> (“Persönliches Verzeichnis”) gets cut off to “Persönliches Verzeic”,
>> but I believe this is not important.
>> 
>
> This cut-off happens even on higher resolution screens.  Hmm well it
> would be nicer if the space for the Home Directory were 4 letters
> wider, but it is not all that important.

I agree.  I’ll commit the patch below, which works fine for German (at
least before the “Hide” checkbox patch).

Thanks,
Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 970 bytes --]

diff --git a/gnu/installer/newt/user.scm b/gnu/installer/newt/user.scm
index deab056e0c..ac07d26c8b 100644
--- a/gnu/installer/newt/user.scm
+++ b/gnu/installer/newt/user.scm
@@ -34,7 +34,7 @@
   "Run a form to enter the user name, home directory, and password.  Use NAME,
 REAL-NAME, and HOME-DIRECTORY as the initial values in the form."
   (define (pad-label label)
-    (string-pad-right label 20))
+    (string-pad-right label 25))
 
   (let* ((label-name
           (make-label -1 -1 (pad-label (G_ "Name"))))
@@ -44,7 +44,7 @@ REAL-NAME, and HOME-DIRECTORY as the initial values in the form."
           (make-label -1 -1 (pad-label (G_ "Home directory"))))
          (label-password
           (make-label -1 -1 (pad-label (G_ "Password"))))
-         (entry-width 30)
+         (entry-width 35)
          (entry-name (make-entry -1 -1 entry-width
                                  #:initial-value name))
          (entry-real-name (make-entry -1 -1 entry-width

  reply	other threads:[~2019-05-06 19:45 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-03  8:54 bug#35540: Installer displays encrypted partition password entry in cleartext pelzflorian (Florian Pelz)
2019-05-03  9:30 ` Danny Milosavljevic
2019-05-03  9:50   ` Julien Lepiller
2019-05-03 13:50     ` Ludovic Courtès
2019-05-04 21:06       ` pelzflorian (Florian Pelz)
2019-05-05 11:04         ` Mathieu Othacehe
2019-05-05 14:36           ` pelzflorian (Florian Pelz)
2019-05-06 10:02           ` Ludovic Courtès
2019-05-06 12:15             ` Mathieu Othacehe
2019-05-06 13:41               ` Ludovic Courtès
2019-05-06 18:14             ` pelzflorian (Florian Pelz)
2019-05-06 19:29               ` pelzflorian (Florian Pelz)
2019-05-06 19:43                 ` Ludovic Courtès [this message]
2019-05-07  8:13                   ` pelzflorian (Florian Pelz)
2019-05-06 19:45               ` Ludovic Courtès
2019-05-07  7:27                 ` Mathieu Othacehe
2019-05-03 10:07 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhnzfjwk.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=35540@debbugs.gnu.org \
    --cc=m.othacehe@gmail.com \
    --cc=pelzflorian@pelzflorian.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.