Difference between revisions of "Install Desktop Environments"
Views
Actions
Namespaces
Variants
Tools
Updated enlightenment
imported>Dalto (Update LXDE) |
imported>Dalto (Updated enlightenment) |
||
Line 227: | Line 227: | ||
Either create a new user or enter the following command to update the current user | Either create a new user or enter the following command to update the current user | ||
/usr/bin/cp -rf /etc/skel/. ~ | /usr/bin/cp -rf /etc/skel/. ~ | ||
<br clear="all" /> | |||
== Enlightenment == | |||
{{note|There is not currently a Manjaro settings package for 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. 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. | |||
''' | |||
====== Install a basic E environment ====== | |||
sudo pacman -S enlightenment | |||
====== Optional: Install and use Entrance, the recommended display manager for E ====== | |||
Entrance is available from the AUR in the package '''entrance-git'''. Information on how to install packages from AUR can be found '''[https://wiki.manjaro.org/index.php/Arch_User_Repository here]'''. This is an example using yay | |||
sudo pacman -S --asdeps meson && yay -S entrance-git | |||
sudo systemctl enable entrance.service --force | |||
====== Optional: Install Manjaro themes for E ====== | |||
sudo pacman -S enlightenment-manjaro-themes | |||
<br clear="all" /> | <br clear="all" /> | ||
Line 347: | Line 368: | ||
<br clear="all" /> | <br clear="all" /> | ||
= Window Managers = | = Window Managers = |