Monday, May 6, 2024
33
rated 0 times [  33] [ 0]  / answers: 1 / hits: 132620  / 2 Years ago, fri, july 15, 2022, 5:21:03

I have been trying to change my login screen wallpaper to one of my own using ubuntu-tweak. The wallpapers are located in Ubuntu's default wallpaper folder and I have given all users read privileges on them.



Now there isn't even a wallpaper left on the login screen.


More From » login-screen

 Answers
7

By trying the answer of Senio I had no luck.
But with little modification I hit the jackpot :



sudo -i
xhost +SI:localuser:lightdm
su lightdm -s /bin/bash
gsettings set com.canonical.unity-greeter draw-user-backgrounds 'true'
gsettings set com.canonical.unity-greeter background 'path-to-image'
exit


path-to-image is actually the path where the image you want as log in screen wallpaper is stored e.g. : /usr/share/backgrounds/x.jpg



I tested it and it's working



I found this page which offers some tips regarding this problem :
Ubuntu13.04 LighDM


[#30556] Sunday, July 17, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
musining

Total Points: 171
Total Questions: 124
Total Answers: 121

Location: Zambia
Member since Thu, Jun 25, 2020
4 Years ago
;