Difference between revisions of "Install Desktop Environments"
Views
Actions
Namespaces
Variants
Tools
→Deepin
imported>Cscs m (→Enlightenment) |
imported>Cscs (→Deepin) |
||
Line 219: | Line 219: | ||
== Deepin == | == Deepin == | ||
[[File: deepin.jpg|thumb|left|375px]] | [[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. | 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. | ||
Line 230: | Line 227: | ||
====== Optional: Install the deepin applications suite ====== | ====== Optional: Install the deepin applications suite ====== | ||
sudo pacman -S deepin-extra | sudo pacman -S deepin-extra | ||
====== Optional: Install and use LightDM, the recommended display manager for deepin====== | ====== Optional: Install and use LightDM, the recommended display manager for deepin====== | ||
sudo pacman -S lightdm | sudo pacman -S lightdm | ||
systemctl enable lightdm.service --force | |||
edit | |||
Then 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 ====== | ====== Optional: Install the Manjaro configuration and theming for deepin ====== | ||
sudo pacman -S deepin-manjaro | sudo pacman -S deepin-manjaro | ||
====== Create a new user for the new desktop environment ====== | ====== Create a new user for the new desktop environment ====== | ||
sudo useradd -mG lp,network,power,sys,wheel <username> | sudo useradd -mG lp,network,power,sys,wheel <username> | ||
sudo passwd <username> | sudo passwd <username> | ||
<br clear="all" /> | <br clear="all" /> | ||
== Enlightenment == | == Enlightenment == |