[Bug 1968532] Re: Subiquity does not clear the screen when starting
Dan Bungert
1968532 at bugs.launchpad.net
Mon Apr 11 15:17:01 UTC 2022
Nice suggestion Heinrich, that will make things look more professional.
** Tags added: fr-2239
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1968532
Title:
Subiquity does not clear the screen when starting
Status in subiquity package in Ubuntu:
New
Bug description:
When the live-installer is run via a serial console the screen size is
not detected correctly.
During the installation we see a mixture of subiquity and whatever
happened to be on the screen before (see appended screen shot).
Please, clear the screen completely.
The first incorrect output is when asking whether to use the graphical
installer. So the clear screen must be done before that question.
A complete clear screen is possible in C with:
#define CSI "\x1b["
printf(CSI "2J" CSI "1;1H");
Best regards
Heinrich
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1968532/+subscriptions
More information about the foundations-bugs
mailing list