Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Last active July 9, 2026 05:44
Show Gist options
  • Select an option

  • Save dantheman213/0c2cf26592799e1982c48101c4871f15 to your computer and use it in GitHub Desktop.

Select an option

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

YonLiud commented Feb 11, 2021

Copy link
Copy Markdown

Thanks, man! saved me!

@BigAl

BigAl commented Aug 9, 2021

Copy link
Copy Markdown

You will also need to install deepin-kwin

@RudraSama

Copy link
Copy Markdown

Thanks dude. It really helped me.

@daedaevibin

Copy link
Copy Markdown

Does not work in 2026 with ddm sddm or lightdm. Not even with startx or self-made scripts.

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