Skip to content

Instantly share code, notes, and snippets.

@iAnatoly
Created February 2, 2019 20:21
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 iAnatoly/bff5274bd2730b1a4801cdb6cb152fa1 to your computer and use it in GitHub Desktop.
Save iAnatoly/bff5274bd2730b1a4801cdb6cb152fa1 to your computer and use it in GitHub Desktop.
Fixing ubuntu 18.10 lock screen issue
# the issue is siimple misconfigurations of gdm3
# the solution is to reinstall it, or better yet - switch to lightdm:
sudo apt remove gdm3 && dpkg-reconfigure lightdm
#
# or reinstall gdm3, it is up to you.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment