Difference between revisions of "Install Desktop Environments"
Added deepin
imported>Dalto (Added information about installing Manjaro settings packages) |
imported>Dalto (Added deepin) |
||
Line 179: | Line 179: | ||
<br clear="all" /> | <br clear="all" /> | ||
== Deepin == | |||
[[File: deepin.jpg|thumb|left|375px]] | |||
The '''[https://www.deepin.org/en/dde/ Deepin Desktop]''' is an elegant, easy to use desktop. It is lightly configurable. A 64 bit installation of Manjaro running deepin uses about 525MB of memory. | |||
====== To install a basic deepin environment ====== | |||
sudo pacman -S deepin | |||
====== Optional: Install the deepin applications suite ====== | |||
sudo pacman -S deepin-extra | |||
====== Optional: Install and use LightDM, the recommended display manager for deepin====== | |||
sudo pacman -S lightdm | |||
sudo systemctl enable lightdm.service --force | |||
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-deepin-greeter''' | |||
====== Optional: Install the Manjaro configuration and theming for deepin ====== | |||
sudo pacman -S deepin-manjaro | |||
Either create a new user or enter the following command to update the current user | |||
/usr/bin/cp -rf /etc/skel/. ~ | |||
<br clear="all" /> | |||
== LXQt == | == LXQt == |