Comment 2 for bug 775392

Revision history for this message
Steve Langasek (vorlon) wrote :

You say that you get a screen that says 'Ubuntu' on it, but your bug report says that you have the Xubuntu plymouth theme configured. This appears to be a bug in the xubuntu plymouth theme; with the default Ubuntu theme, the fsck messages appear as expected.

The plymouth script plugin unfortunately requires code duplication between each theme. It looks like the xubuntu theme needs to be re-synced with the Ubuntu one.

$ diff -u lib/plymouth/themes/xubuntu-logo/xubuntu-logo.script /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.script |diffstat
 ubuntu-logo.script | 1104 +++++++++++++++++++++++++++++++----------------------
 1 file changed, 660 insertions(+), 444 deletions(-)
$