Recently I played a bit on changing lightdm wallpaper... Actually LightDM shows the user wallpaper but not the default guest wallpaper (instead it shows a uniform purple background for guest account). How can I restore it?
Asked
Active
Viewed 1,548 times
0
-
You can try this instruction http://askubuntu.com/questions/64001/how-do-i-change-the-wallpaper-in-lightdm – Dmitriy May 26 '12 at 19:50
-
This worked, However now the guest wallpaper is the same of my account. – Sharaazad May 27 '12 at 19:38
2 Answers
1
Try running this in the terminal, this will reinstall lightdm, but i am not sure if it resets the configurations: sudo apt-get --reinstall install lightdm

Ramzi Njeim
- 185
- 1
- 1
- 11
0
Better:
sudo apt-get remove --purge lightdm
sudo apt-get install lightdm
Maybe you'll not be able to change the background for different users. If you want that, maybe you should log in with the user you want and then use simple-lightdm manager or ubuntu tweak like softwares.

jasmines
- 11,011