Skip to content

Instantly share code, notes, and snippets.

@AlexZeitler
Last active June 4, 2016 19:51
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 AlexZeitler/ffb1a07faeb992493e25a21c83e6c923 to your computer and use it in GitHub Desktop.
Save AlexZeitler/ffb1a07faeb992493e25a21c83e6c923 to your computer and use it in GitHub Desktop.
Remove dots at login screen (not lock screen!) on Ubuntu 14.04
sudo xhost +SI:localuser:lightdm
sudo su lightdm -s /bin/bash
dbus-launch gsettings set com.canonical.unity-greeter draw-grid false
# output No protocol specified
# dots are gone
# to remove them from the lock screen just run
gsettings set com.canonical.unity-greeter draw-grid false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment