Hi, I've packaged E for Debian. So far it works. Installation (clean Debian, from http://git.debian.org/?p=pkg-fso/files.git;a=blob;f=install.sh):
wget https://hiciu.rootnode.net/freerunner/enlightenment-all-in-one_0.16.999.050_armel.deb dpkg -i enlightenment-all-in-one_0.16.999.050_armel.deb mv /root/.xsession /root/.xsession.backup cat << END > /root/.xsession #!/bin/sh zhone & enlightenment_start END echo 'export PATH=$PATH:/opt/e/bin' >> /etc/profile echo 'export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/e/lib/pkgconfig' >> /etc/profile /etc/init.d/nodm restart It should be installed now in /opt/e. Alternative, you can use https://hiciu.rootnode.net/freerunner/enlightenment-all-in-one_0.16.999.050_armel.tar.gz. _______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

