Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Last active November 19, 2023 01:20
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save dantheman213/0c2cf26592799e1982c48101c4871f15 to your computer and use it in GitHub Desktop.
Save dantheman213/0c2cf26592799e1982c48101c4871f15 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
@YonLiud
Copy link

YonLiud commented Feb 11, 2021

Thanks, man! saved me!

@BigAl
Copy link

BigAl commented Aug 9, 2021

You will also need to install deepin-kwin

@RudraSama
Copy link

Thanks dude. It really helped me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment