Difference between revisions of "Install Desktop Environments"
→Desktop Environments
imported>Aguador |
imported>Aguador |
||
Line 151: | Line 151: | ||
== Enlightenment == | == Enlightenment == | ||
[[File: E20-Green_Onix_760.png|thumb|left|375px]] | |||
'''[http://www.enlightenment.org/ Enlightenment]''', sometimes known simply as E, is a lightweight desktop environment known for its configurability and tools for creating beautiful user interfaces using its Enlightenment Foundation Libraries (EFL). E started in 1997 as a stacking windows manager, emerging as a desktop environment with development release 0.17 (DR 0.17, more popularly known as E17). | '''[http://www.enlightenment.org/ Enlightenment]''', sometimes known simply as E, is a lightweight desktop environment known for its configurability and tools for creating beautiful user interfaces using its Enlightenment Foundation Libraries (EFL). E started in 1997 as a stacking windows manager, emerging as a desktop environment with development release 0.17 (DR 0.17, more popularly known as E17). As of E18 compositing has been incorporated by default and development has focused on readying E for the Wayland display server protocol (available, but not considered completely stable, in E20). E does not come with a broad array of tools by default, which can be an advantage for experienced users who want to customize their installation, and a disadvantage for users with little or no experience of Linux. E uses a few unique terms, for example referring to panels as “shelves”. A 64-bit installation of E uses about 160M of memory. '''Use this command to install it: | ||
''' | ''' | ||
sudo pacman -S | sudo pacman -S enlightenment | ||
To install a selection of Manjaro themes for E, enter the command: | |||
Enlightenment does not install a Display/Login Manager ( | sudo pacman -S enlightenment-manjaro-themes | ||
Enlightenment does not install a Display/Login Manager (DM) for you. However, you can install the EFL-based Entrance DM from the AUR. If you have yaourt installed, this command will install Entrance: | |||
yaourt -S entrance-git | |||