Le dimanche 20 novembre 2016, 03:23:02 CET Cyril Brulebois a écrit :
> Aurélien COUDERC <zecoucou@free.fr> (2016-11-19):
> > Here’s a patch. Again not tested (tried a quick debuild but it fails)
> > so please take it with a pinch of salt.
>
> You'll find attached a screenshot. I've built this in a sid chroot, with:
>
> make -C build rebuild_netboot-gtk
Works, thank you.
> It feels a bit empty to me. But I've been seeing boot prompts for far too
> long, I'm certainly biased. ;)
We’ll see what we can do to avoid shocking long time d-i contributors… :-)
A first small improvement to avoid that-big-gap-at-the-top is to raise the menu a little. Trivial patch and result screenshot attached.
Also there’s a « _ » character at the beginning of the first menu line, that wasn’t there in Jessie.
It seems to be due to that :
./build/boot/x86/menu.cfg:4:menu title ${BEEP}Debian GNU/Linux installer boot menu
Any idea why / if it can be fixed ?
> > Is there any way to easily test the rootskel-gtk theme ? Ideally I’d
> > also patch the GTK colors to match the banner but I don’t want to do
> > that without test.
>
> I don't think we have anything for this at the moment… What I usually do
> when updating rootskel-gtk is: build its binaries, put them under
> build/localudebs in the debian-installer source tree, then (re)build the
> netboot-gtk image (see above).
>
> Feel free to stage changes in a pu/theme branch or so in rootskel-gtk; I
> can pull from there, and share generated installation images if you like.
Do you mean in the project’s git repo on Alioth ?
I would need commit right on the repo then, if you wouldn’t mind.
Cheers !
--Aurélien
diff --git a/build/boot/x86/stdmenu.cfg b/build/boot/x86/stdmenu.cfg index 4a212b6..f37f478 100644 --- a/build/boot/x86/stdmenu.cfg +++ b/build/boot/x86/stdmenu.cfg @@ -8,7 +8,7 @@ menu color help 37;40 #ffdddd00 #00000000 none # XXX When adjusting vshift, take care that rows is set to a small # enough value so any possible menu will fit on the screen, # rather than falling off the bottom. -menu vshift 12 +menu vshift 9 menu rows 10 menu helpmsgrow 15 # The command line must be at least one line from the bottom.
Attachment:
after-2.png
Description: PNG image