Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20964 - [bootsplash-0.6] splash.c: wrong path in string constant
Summary: [bootsplash-0.6] splash.c: wrong path in string constant
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Troy Dack
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-13 17:26 UTC by Michael Aichler
Modified: 2003-08-18 05:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.