make it possible to configure grub background color in a usable way
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
grub2 (Ubuntu) |
Fix Released
|
Medium
|
Colin Watson | ||
Natty |
Fix Released
|
Medium
|
Colin Watson | ||
plymouth (Ubuntu) |
Fix Released
|
Medium
|
Colin Watson | ||
Natty |
Fix Released
|
Medium
|
Colin Watson |
Bug Description
Binary package hint: grub2
Recently the grub background was set to look aubergine with
# Set an aubergine background.
echo "${1}if background_color 44,0,30; then"
echo "${1} clear"
echo "${1}fi"
that might make sense from an Ubuntu viewpoint, but in Kubuntu this looks really out of place, and the only way to revert this is to remove or comment the lines out. (or comment the function call at the bottom out)
Trying to override this in another config file will still cause the background to flash aubergine for a moment which doesn't look better.
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: grub-pc 1.99~20101221-
ProcVersionSign
Uname: Linux 2.6.37-11-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Mon Jan 3 19:07:06 2011
InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, user)
LANG=en_US.UTF-8
LANGUAGE=
SourcePackage: grub2
Changed in grub2 (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → natty-alpha-3 |
Changed in grub2 (Ubuntu Natty): | |
milestone: | natty-alpha-3 → ubuntu-11.04-beta-1 |
Changed in plymouth (Ubuntu Natty): | |
status: | New → Triaged |
importance: | Undecided → Medium |
milestone: | none → ubuntu-11.04 |
Changed in grub2 (Ubuntu Natty): | |
assignee: | nobody → Colin Watson (cjwatson) |
Changed in plymouth (Ubuntu Natty): | |
assignee: | nobody → Colin Watson (cjwatson) |
Maybe this could be handled with the update-alternatives system like the newt palette?