unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35604: Is the top bootloader entry for previous generations the current one?
@ 2019-05-06 16:35 pelzflorian (Florian Pelz)
  2019-05-06 18:52 ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 6+ messages in thread
From: pelzflorian (Florian Pelz) @ 2019-05-06 16:35 UTC (permalink / raw)
  To: 35604

GRUB’s boot menu displays a menuentry for booting the current
generation and a submenu with entries for previous generations.
However, it is not clear if the generation at the top of the submenu
is the current generation or if it is one generation before.

I would prefer to resolve this by displaying the current generation’s
generation number and date outside the submenu as is done for the
previous generations in the submenu.

Regards,
Florian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#35604: Is the top bootloader entry for previous generations the current one?
  2019-05-06 16:35 bug#35604: Is the top bootloader entry for previous generations the current one? pelzflorian (Florian Pelz)
@ 2019-05-06 18:52 ` Tobias Geerinckx-Rice
  2019-05-06 18:59   ` Tobias Geerinckx-Rice
                     ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-05-06 18:52 UTC (permalink / raw)
  To: pelzflorian (Florian Pelz); +Cc: 35604

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

Florian,

pelzflorian (Florian Pelz) wrote:
> GRUB’s boot menu displays a menuentry for booting the current
> generation and a submenu with entries for previous generations.
> However, it is not clear if the generation at the top of the 
> submenu
> is the current generation or if it is one generation before.

The current generation is by definition not a previous one and 
shouldn't appear in the ‘previous’ list, but I see how it could be 
confusing.  Especially once possible language barriers and 
translations are added to the mix.

> I would prefer to resolve this by displaying the current 
> generation’s
> generation number and date outside the submenu as is done for 
> the
> previous generations in the submenu.

It makes for an uglier boot menu, which sounds silly, but I've 
noticed that the more numbers and symbols are on a screen, the 
more likely ‘non-geeks’ are to ignore the whole thing as something 
not meant for them to understand.  Especially a black one :-)  I 
see it as part of GNU's values to counter that attitude.

How about changing ‘previous generations’ to ‘all generations’, 
and have it include the current generation at the top (now with # 
and date, maybe ‘(current)’ appended)?

That way we can keep the default nice and friendly and skimmable 
in ~5s, and the overview is actually a complete overview.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#35604: Is the top bootloader entry for previous generations the current one?
  2019-05-06 18:52 ` Tobias Geerinckx-Rice
@ 2019-05-06 18:59   ` Tobias Geerinckx-Rice
  2019-05-06 19:32   ` pelzflorian (Florian Pelz)
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-05-06 18:59 UTC (permalink / raw)
  To: 35604

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

Tobias Geerinckx-Rice wrote:
> How about changing ‘previous generations’ to ‘all generations’, 
> and
> have it include the current generation at the top (now with # 
> and
> date, maybe ‘(current)’ appended)?
>
> That way we can keep the default nice and friendly and skimmable 
> in
> ~5s, and the overview is actually a complete overview.

I'd like to give this patch a try, by the way, if it's considered 
acceptable.  Good excuse to dive into Guix's grub code a tiny bit.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#35604: Is the top bootloader entry for previous generations the current one?
  2019-05-06 18:52 ` Tobias Geerinckx-Rice
  2019-05-06 18:59   ` Tobias Geerinckx-Rice
@ 2019-05-06 19:32   ` pelzflorian (Florian Pelz)
  2019-05-07  9:53   ` Ludovic Courtès
  2019-05-07 16:58   ` swedebugia
  3 siblings, 0 replies; 6+ messages in thread
From: pelzflorian (Florian Pelz) @ 2019-05-06 19:32 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 35604

On Mon, May 06, 2019 at 08:52:26PM +0200, Tobias Geerinckx-Rice wrote:
> How about changing ‘previous generations’ to ‘all generations’, and have it
> include the current generation at the top (now with # and date, maybe
> ‘(current)’ appended)?
> 
> That way we can keep the default nice and friendly and skimmable in ~5s, and
> the overview is actually a complete overview.
> 

I agree.  Your suggestion is better.

Regards,
Florian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#35604: Is the top bootloader entry for previous generations the current one?
  2019-05-06 18:52 ` Tobias Geerinckx-Rice
  2019-05-06 18:59   ` Tobias Geerinckx-Rice
  2019-05-06 19:32   ` pelzflorian (Florian Pelz)
@ 2019-05-07  9:53   ` Ludovic Courtès
  2019-05-07 16:58   ` swedebugia
  3 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2019-05-07  9:53 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 35604

Hello,

Tobias Geerinckx-Rice <me@tobias.gr> skribis:

> How about changing ‘previous generations’ to ‘all generations’, and
> have it include the current generation at the top (now with # and
> date, maybe ‘(current)’ appended)?

Yes, I’m fine either way (I found that “previous generations” was clear
enough, but apparently it isn’t all that clear).

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#35604: Is the top bootloader entry for previous generations the current one?
  2019-05-06 18:52 ` Tobias Geerinckx-Rice
                     ` (2 preceding siblings ...)
  2019-05-07  9:53   ` Ludovic Courtès
@ 2019-05-07 16:58   ` swedebugia
  3 siblings, 0 replies; 6+ messages in thread
From: swedebugia @ 2019-05-07 16:58 UTC (permalink / raw)
  To: 35604

On 2019-05-06 20:52, Tobias Geerinckx-Rice wrote:
...

> How about changing ‘previous generations’ to ‘all generations’, and have 
> it include the current generation at the top (now with # and date, maybe 
> ‘(current)’ appended)?
> 
> That way we can keep the default nice and friendly and skimmable in ~5s, 
> and the overview is actually a complete overview.

Sounds like a good idea to me.

-- 
Cheers
Swedebugia

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-05-07 16:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-06 16:35 bug#35604: Is the top bootloader entry for previous generations the current one? pelzflorian (Florian Pelz)
2019-05-06 18:52 ` Tobias Geerinckx-Rice
2019-05-06 18:59   ` Tobias Geerinckx-Rice
2019-05-06 19:32   ` pelzflorian (Florian Pelz)
2019-05-07  9:53   ` Ludovic Courtès
2019-05-07 16:58   ` swedebugia

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).