Difference between revisions of "Install Desktop Environments"

Added MATE
imported>Dalto
(Updated Cinnamon description and screenshot)
imported>Dalto
(Added MATE)
Line 248: Line 248:


Intermediate to advanced users can follow (parts of) this guide to a '''[[Minimal LXQt installation]]'''.
Intermediate to advanced users can follow (parts of) this guide to a '''[[Minimal LXQt installation]]'''.
<br clear="all" />
== MATE ==
[[File: mate.jpg|thumb|left|375px]]
The '''[https://mate-desktop.org/ MATE Desktop]''' Environment is the continuation of GNOME 2. It provides an intuitive and attractive desktop environment using traditional metaphors for Linux and other Unix-like operating systems.  MATE is under active development to add support for new technologies while preserving a traditional desktop experience.  A 64 bit installation of Manjaro running MATE uses about 378MB of memory.
====== Install a basic mate environment ======
sudo pacman -S mate network-manager-applet
====== Optional: Install mate applications and configuration tools ======
sudo pacman -S mate-extra dconf-editor
====== Optional: Install and use LightDM, the recommended display manager for mate ======
sudo pacman -S lightdm lightdm-slick-greeter lightdm-settings
sudo systemctl enable lightdm.service --force
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-slick-greeter'''
====== Optional: Install the Manjaro configuration and theming for mate ======
sudo pacman -S manjaro-mate-settings arc-maia-icon-theme papirus-maia-icon-theme manjaro-settings-manager manjaro-settings-manager-notifier
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/slick-greeter.conf with
[Greeter]
background=/usr/share/backgrounds/manjaro-mate/manjaro-mate.jpg
theme-name=Adapta-Nokto-Maia
icon-theme-name=Arc-Maia
draw-grid=false


<br clear="all" />
<br clear="all" />
Anonymous user