[Bug 458079] [NEW] /boot/grub or ... desktop-base required in 05_debian_theme path?
drs305
drstalk at gmail.com
Thu Oct 22 11:16:53 UTC 2009
Public bug reported:
Binary package hint: grub2
When using a folder other than the defaults, the splash image location
is not imported into grub.cfg unless either the "/boot/grub" OR
"/usr/share/images/desktop-base" folder is also present in
/etc/grub.d/05_debian_theme:
Line 16 approximately:
for i in {/boot/grub,/usr/share/images/desktop-base}/moreblue-orbit-grub.{png,tga} ; do
This will not import my images into grub.cfg unless I add one of the two
folders above. They don't have to be in the assigned order, but at least
one of them must be present in the line for the script to import an
image from any other location:
WORKS
for i in {/boot/grub,/usr/share/images/desktop-base,/usr/share/images/grub}/earth.640x480.{png,tga} ; do
for i in {/boot/grub,/usr/share/images/grub}/earth.640x480.{png,tga} ; do
for i in {/usr/share/images/desktop-base,/usr/share/images/grub}/earth.640x480.{png,tga} ; do
for i in {/usr/share/images/grub,/boot/grub}/earth.640x480.{png,tga} ; do
WON'T WORK
for i in {/usr/share/images/grub}/earth.640x480.{png,tga} ; do
Perhaps the script is written that way for a purpose but I see no reason
to have such a constraint on the location of the splash images.
Thanks for a great GRUB 2 product!
drs305
ProblemType: Bug
Architecture: amd64
Date: Thu Oct 22 06:56:52 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: grub-pc 1.97~beta4-1ubuntu2
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: grub2
Uname: Linux 2.6.31-14-generic x86_64
XsessionErrors:
(gnome-settings-daemon:2237): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
(gnome-settings-daemon:2237): GLib-CRITICAL **: g_propagate_error: assertion `src != NULL' failed
(polkit-gnome-authentication-agent-1:2290): GLib-CRITICAL **: g_once_init_leave: assertion `initialization_value != 0' failed
(nautilus:2269): Eel-CRITICAL **: eel_preferences_get_boolean: assertion `preferences_is_initialized ()' failed
** Affects: grub2 (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug
--
/boot/grub or ... desktop-base required in 05_debian_theme path?
https://bugs.launchpad.net/bugs/458079
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list