0

Open a terminal and get root

sudo -i

(Type sudo password)

Allow the user lightdm to create a connection to the X server

xhost +SI:localuser:lightdm

Switch user to lightdm

su lightdm -s /bin/bash

Change the default background with a picture of your choice

gsettings set com.canonical.unity-greeter background '/foo/wallpaper.png'

i get this error :

**> (process:3178): dconf-WARNING **: failed to commit changes to dconf:

Error spawning command line 'dbus-launch --autolaunch=c50417a6888605aa39e81e4c56aa8bba --binary-syntax --close-stderr': Child process exited with code 1**

1 Answers1

0

After switching to lightdm you should first issue this command:

gsettings set com.canonical.unity-greeter draw-user-backgrounds 'true'

 

Resource: https://askubuntu.com/a/334992/488702