with yast and installed enlightenment-0.16.999.55225-1.1.i586.rpm with yast with hopefully all dependencies required. Starting enlightenment ends with the following error message:
ESTART: 0.10054 [0.03240] - move/resize info
ESTART: 0.10143 [0.00089] - splash
RUN INIT: /usr/lib/enlightenment/utils/enlightenment_init ‘/usr/share/enlightenment/data/themes/default.edj’ ‘1’ ‘0’ ‘Enlightenment’ ‘0.16.999.55225’
ERR<15218>:edje edje_calc.c:1608 _edje_image_recalc_apply() Error loading image collection “edje/images/358” from file “/usr/share/enlightenment/data/themes/default.edj”. Missing EET Evas loader module?
After googling around I found that the evas module are located in
/usr/lib/evas/modules/loaders
The only modules available are
/usr/lib/evas/modules/loaders/bmp
/usr/lib/evas/modules/loaders/jpeg
/usr/lib/evas/modules/loaders/pmaps
/usr/lib/evas/modules/loaders/png
/usr/lib/evas/modules/loaders/tga
/usr/lib/evas/modules/loaders/tiff
/usr/lib/evas/modules/loaders/xpm
An eet module is missing. So maybe evas has been compiled without evas support?
Just for the records: I have re-compiled the package evas-1.0.0-1.1.src.rpm which is included in the repo
Index of /repositories/X11:/Enlightenment:/Staging/openSUSE_11.3
and now E17 comes up as expected.
It seems, that the package evas-modules-1.0.0-1.1.i586.rpm is broken. Hopefully the maintainer will add a working package soon.