I just solved a problem with Enlightenment(0.1615)'s theme BlueSteel :
Messages at startup :
CONFIG: missing required data in "100 PROGRESS_TEXT_NUMBER"
CONFIG: missing required data in "5*VIXAR/12"
CONFIG: missing required data in "204__EFFECT_NONE"
what you have to do is edit the ~/.enlightenment/cached/cfg).usr.X11R6.share.enlightenment.themes.BlueSteel.init.cfg.preparsed
file. At the eof, you should have this :
Code:
__TCLASS 999
100 "PROGRESS_TEXT_NUMBER"
5 "vixar/12"
204 __EFFECT_NONE
205 255 255 255
206 0 0 0
201 1024
1000
Instead of '__TCLASS', you should type '1 ' to have this :
Code:
1 999
100 "PROGRESS_TEXT_NUMBER"
5 "vixar/12"
204 __EFFECT_NONE
205 255 255 255
206 0 0 0
201 1024
1000
here it is.
I've been wandering a lot before solving this and never found a solution, so if it can help...