Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keshon/47934ce9d90a9bda887199d6effba361 to your computer and use it in GitHub Desktop.
Save keshon/47934ce9d90a9bda887199d6effba361 to your computer and use it in GitHub Desktop.
Install Deepin Desktop Environment from a minimum Arch or Manjaro Install Operating System

Install Deepin Desktop Environment In Arch or Manjaro

I recommend doing this as a net/minimum install with Manjaro (no desktop manager attached with the install).

Update sources & packages

pacman -Syu
reboot -h now

Install deepin and dependancies

pacman -S xorg xorg-server deepin deepin-extra

Alter this file

nano /etc/lightdm/lightdm.conf

Uncomment/alter this line:

greeter-session=lightdm-deepin-greeter

Enable & start the service

systemctl enable lightdm.service
reboot -h now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment