Wiki page debian-start changed with summary [Added 4 bash commands for lubuntu users] by Jim

This commit is contained in:
Jim 2016-05-20 04:07:29 -07:00 committed by apache
parent 43e7a88450
commit 4b4d7bab18
1 changed files with 17 additions and 1 deletions

View File

@ -102,4 +102,20 @@ Set the script executable:
chmod ug+x build_enlight.sh
</code>
Then, execute the script. Once done, you can reboot and choose Enlightenment as a window manager.
Then, execute the script. Once done, you can reboot and choose Enlightenment as a window manager.
If you're running Lubuntu, you may need to add another repo (as root):
<code bash>
sudo su
add-apt-repository ppa:niko2040/e19
apt-get update
</code>
Then install via apt-get:
<code bash>
apt-get install enlightenment
</code>
Now Enlightenment will appear as one of the options in the window manager (before entering password, click on the Lubuntu logo on the top right and select "Enlightenment").