Enlightenment, commonly referred to as e, is a open source software X window manager primarily for Unix-like computers. Enlightenment focuses on pushing the limits of existing technologies while remaining lightweight, flexible, and beautiful. The project has a long history; the current stable version is e DR (development release) 16, and the unstable developer version is e DR17
Enlightenment Desktop Features
◦Basic options, such as window movement, resizing, and focus
◦Virtual screen settings, such as the number and separation
◦Window, pointer, and ToolTip behavior
◦Sound effects for window operations
◦Special effects for window, desktop, and menu animation
◦Distinct background settings for desktops
◦Extensive ToolTips and pop-up help
◦Keyboard shortcuts for nearly 80 actions, such as window handling, desktop navigation, or cursor movement.
The following procedure will work for Ubuntu Edgy and Ubuntu Feisty
Install E17 Enlightenment Desktop in Ubuntu
First we need to add the repo to our apt sources list
Open your Terminal and type
sudo vi /etc/apt/sources.list
Now you need to add the following lines save and exit the file
## E17 repository “edevelop.org”
deb http://edevelop.org/pkg-e/ubuntu edgy e17
deb-src http://edevelop.org/pkg-e/ubuntu edgy e17
Now we need the gpg key for the repo
wget http://lut1n.ifrance.com/repo_key.asc
sudo apt-key add repo_key.asc
Now we need to update source list using the following command
sudo apt-get update
Now we can install E17 using the following command
sudo apt-get install e17
Now you need to logout from the existing desktop if you want to login in to enlightenment desktop select Sessions--->Enlightenment and click on change session to login
Enlightenment Desktop is Loading
Once it loaded Enlightenment Desktop you should see similar to the following screen
Howto Install E17 Enlightenment Desktop in Ubuntu
Related Posts:
How to Cut MP3 files under UbuntuIf you want to cut MP3 files under Ubuntu,follow this instructions first you need to install poc-streamer package.poc is a suite of MP3 tools and MP3 … Read More
How to Convert a .nrg (Nero) file to a .iso file in UbuntuIf you want to convert .nrg file to .iso file you can use nrg2iso tool to create this. nrg2iso is a program that extracts ISO9660 data from Nero “.nrg… Read More
How to Rip DVD audio to mp3 or ogg in ubuntuYou can extract sound from a DVD, one track at a time or a chapter at a time. Some simple command line examples should suffice to demonstrate how this… Read More
How to get Flash working in Opera 9.20 in ubuntuOpera is a cross-platform web browser and Internet suite which handles common internet-related tasks including visiting web sites, sending and receivi… Read More
Howto Turn Ubuntu 7.10 (Gutsy Gibbon) into Ubuntu StudioUbuntu Studio is a multimedia editing/creation flavor of Ubuntu. It’s built for the GNU/Linux audio, video, and graphic enthusiast or professional. … Read More
0 comments:
Post a Comment