Last active
April 16, 2021 16:48
-
-
Save brunneis/d1bb4d8590a249333fbe3c017dd467a6 to your computer and use it in GitHub Desktop.
LightDM won't start (Deepin Linux)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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