Skip to content

Instantly share code, notes, and snippets.

@brunneis
Last active April 16, 2021 16:48
Show Gist options
  • Save brunneis/d1bb4d8590a249333fbe3c017dd467a6 to your computer and use it in GitHub Desktop.
Save brunneis/d1bb4d8590a249333fbe3c017dd467a6 to your computer and use it in GitHub Desktop.
LightDM won't start (Deepin Linux)
#!/bin/bash
dpkg-reconfigure xserver-xorg
sudo apt-get purge lightdm
sudo apt-get install lightdm-gtk-greeter
sudo apt-get install lightdm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment