Difference between revisions of "Install Desktop Environments"
Update LXDE
imported>Dalto (Added MATE) |
imported>Dalto (Update LXDE) |
||
Line 229: | Line 229: | ||
<br clear="all" /> | <br clear="all" /> | ||
== LXDE == | |||
{{note|Installing LXDE will also result in installing ''Openbox'' as its default window manager. The LXDM display manager will also be downloaded, although it will be necessary to enable this yourself if you wish to replace your existing display manager.}} | |||
[[File: lxde17.1.11.jpg|thumb|left|375px]] | |||
'''[http://lxde.org/ LXDE]''' is a super-lightweight desktop environment that is very similar to XFCE, with the exception that it is not compatible with Compiz. As with XFCE, LXDE is also a somewhat basic desktop environment, lacking some modern features that would be expected, such as a search-bar to find applications and files. However, it is also an excellent choice for less powerful computers, as a 64 bit installation of Manjaro running LXDE uses only about 320MB of memory. | |||
====== Install a basic lxde environment ====== | |||
sudo pacman -S lxde network-manager-applet | |||
====== Optional: Install and use LightDM, the recommended display manager for lxde ====== | |||
sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings | |||
sudo systemctl enable lightdm.service --force | |||
====== Optional: Install the Manjaro configuration and theming for lxde ====== | |||
sudo pacman -S manjaro-lxde-logout-banner manjaro-lxde-xfce4-notifyd manjaro-lxde-xfce4-volumed-pulse manjaro-settings-manager manjaro-settings-manager-notifier manjaro-lxde-settings arc-maia-icon-theme kvantum-manjaro | |||
Either create a new user or enter the following command to update the current user | |||
/usr/bin/cp -rf /etc/skel/. ~ | |||
To configure LightDM to match the community edition replace the contents of /etc/lightdm/lightdm-gtk-greeter.conf with | |||
[greeter] | |||
background = /usr/share/backgrounds/lxde-breath.png | |||
font-name = Cantarell 12 | |||
xft-antialias = true | |||
icon-theme-name = Arc-Maia | |||
screensaver-timeout = 60 | |||
theme-name = Adapta-Eta-Maia | |||
cursor-theme-name = xcursor-breeze | |||
show-clock = false | |||
default-user-image = #avatar-default | |||
xft-hintstyle = hintfull | |||
position = 50%,center 50%,center | |||
clock-format = | |||
panel-position = bottom | |||
<br clear="all" /> | |||
== LXQt == | == LXQt == | ||
Line 305: | Line 347: | ||
<br clear="all" /> | <br clear="all" /> | ||
== Enlightenment == | == Enlightenment == |