Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 146819

Summary: Splash draws console images over xdm login screen
Product: Gentoo Linux Reporter: Ravishankar Sundararaman <shankar.progs2>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ravishankar Sundararaman 2006-09-08 03:11:40 UTC
The new xdm initscript loads before the others in its runlevel. When splash tries to set the console images, it kind of gets drawn over the xdm login screen as well. The problem can be easily averted by adding

depends
{
  before xdm
}

to /etc/init.d/splash.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-08 03:15:19 UTC
It's already there (media-gfx/splashutils-1.3-r2)