Manjaro Difference between revisions of "Install Desktop Environments"

Difference between revisions of "Install Desktop Environments"

From Manjaro
imported>Cscs
imported>Cscs
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
  sudo systemctl enable lightdm.service --force
  systemctl enable lightdm.service --force
edit '''/etc/lightdm/lightdm.conf''', under [Seat:*] replace the greeter-session setting with '''greeter-session=lightdm-deepin-greeter'''
 
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 ==
Cookies help us deliver our services. By using our services, you agree to our use of cookies.