PDA

View Full Version : Removing dots from login screen.



Hewjr100
August 14th, 2017, 08:18 PM
Trying to remove dots from login screen, this command doesn't seem to work:


gsettings set com.canonical.unity-greeter draw-grid false

Henry

again?
August 15th, 2017, 04:00 AM
For 17.04 create a custom unity-greeter override file.

gksudo gedit /usr/share/glib-2.0/schemas/10_unity_greeter_background.gschema.override

Copy and paste this into the file.

[com.canonical.unity-greeter]
draw-grid=false

If you want a static greeter image for all users you can also add

draw-user-backgrounds=false
background='/usr/share/backgrounds/Passion_by_Vilia_Majere.jpg'
Use your own path to image. Default backgrounds are in /usr/share/backgrounds.

Save and close file.
Run

sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

Hewjr100
August 15th, 2017, 02:13 PM
Just got your reply, will workon it now.

Henry