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

Bug 20964

Summary: [bootsplash-0.6] splash.c: wrong path in string constant
Product: Gentoo Linux Reporter: Michael Aichler <micha>
Component: Current packagesAssignee: Troy Dack <troy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Michael Aichler 2003-05-13 17:26:18 UTC
The splash utility in the bootsplash package can't find the animations.cfg because of  
a wrong string constant in splash.c (animations during startup/shutdown can't be  
displayed by the splash executable).  
According to the current path's in the bootsplash package,   
  
#define SPLASHDSC  "/etc/bootsplash/themes/current/config/animations.cfg"  
  
should be changed to  
  
#define SPLASHDSC  "/etc/bootsplash/default/config/animations.cfg"  

Reproducible: Always
Steps to Reproduce:
Comment 1 Troy Dack 2003-08-18 05:03:41 UTC
Fixed in 0.6-r2.   
 
Please test.