Hello Linux Geeksters. In this short guide I will show you how to easily remove the white dots from the LightDM Login Screen, on Ubuntu 13.10 Saucy Salamander and Ubuntu 13.04 Raring Ringtail.
Before:
Removing the white dots is easy. Just paste this commands in your terminal, one by one:
$ sudo xhost +SI:localuser:lightdm
$ sudo su lightdm -s /bin/bash
$ gsettings set com.canonical.unity-greeter draw-grid false
After:
Leave a Reply