dup wrote:
> 
> HI
> 
> I have a REDHAT 5, Enlightenment 0.13 , imlib 1.2 (even 1.1), on a intel
> 133, 32 Mo EDO ram ...
> 
> some themes like OLDMETAL , CITRIS , STEELSKY make errors :
> 
> for exemple : the theme OLDMETAL
> SYNTAX ERROR
> file : cursors, line 9 ERROR...
> ---> num fg-color 255 255 255
> unknown unreconised keyword mode num
> Allowed : [Nothing Else]
> Assuming corrupt config file
> 
> the theme CITRIS
> SYNTAX ERROR
> file : cursors, line 9 ERROR...
> ---> num fg-color 255 255 255
> unknown unreconised keyword mode num
> Allowed : [Nothing Else]
> Assuming corrupt config file
> 
> the theme STEELSKY
> SYNTAX ERROR
> file : cursors, line 9 ERROR...
> ---> num fg-color 255 255 255
> unknown unreconised keyword mode move
> Allowed : [Nothing Else]
> Assuming corrupt config file
> 
> only FLAUNT and OBSIDIAN work
> 
> if I replace the file cursors by a cursors from FLAUNT, it don't make yhe
> same error but it can't load images (It makes this error in BOVINITY, BEOS
> too)
> 

That is because the syntax for the config files has changed a little
from version to version. A theme which was written on/for E dr0.9  may
have a problem or two if used with E dr0.13.3 most of the places where
you download the themes from, have the version number indicated with the
theme. Usually it doesn't take much to edit the
theme so that it will be dr0.13.3 compliant. If E gives an error like
above, and it
shows what file, just look in that file from the DEFAULT theme. The
DEFAULT theme
describes the correct syntax and all available options in it's config
files.
don't copy the file from one theme to another, because each file in a
theme references image files which are in it's own theme.



> *****
> then the eplus won't work too (segmentation fault ...)
> 
> *****
> I have download Econfig but it's a *.tcl : how can I insatll It
> 

You run a tcl file with 
wish file.tcl

however, in this case, the .tcl is misleading, since the first few lines
of the file are actually shell script, not tcl. The first few lines tell
bash to run the rest of
the script with wish8.0 

personally, I renamed the file to just Econfig, and
edited the first line of the file so that it says
#!/usr/bin/wish
and commented the next 2 lines
and then chmod u+x Econfig
and put it in /usr/X11R6/bin

It relies on having a copy of an untarred theme installed in
~/.enlightenment , or,
copy all of the text files of a theme into ~/.enlightenment, and make
symlinks to each of the subdirs in that theme.

That last is the best way for at least a few reasons I can think of. 
 
There is quite a bit of info about Econfig in the form of comments at
the beginning
of the script. 

> *****
> In fact I have lots of errors I think I have to install a library (or a
> few) but WICH ?

Join the club. :) Welcome to unix :)
try:
Imlib or imlib
ImageMagik

both of which in turn rely on libgr
which merely is a collection of:
libz
libpng 
libjpeg
libxpm
libppm
libgif
libtiff
and a few others I think.

-- 

Brian~
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to