Popular Posts

Wednesday, April 8, 2009

install e17 on debian

insert this into /etc/apt/sources.list

http://us.repository.elive-systems.com lenny main elive drivers tests efl ports

this is how to get the key for apt:
sudo -s
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1C79A27CD5E81909
gpg --armor --export 1C79A27CD5E81909 | apt-key add -
apt-get update
it will (oddly) upgrade iceweasel (firefox) and libkrb53. Hrm why does it do this.

Then aptitude install e17
I also don't like why it wants to install reiserfsprogs so much, well I guess it is because native elive is in bed with THAT MURDEROUS NERD. Honestly his bigger crime was inflicted a filesystem that when the power goes out commits first degree murder on your data and your filesystem.

Next modify your .xessionrc (don't even get me started as to why it's not .xsession anymore) to start up with enlightenment_start (not enlightenment).

No comments:

Post a Comment