Views:
9,445β
Votes: 6β
β
Solution
Tags:
lightdm
desktop-background
lock-screen
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/859587
Title:
How to change the Unity lockscreen wallpaper?
ID:
/2016/12/11/How-to-change-the-Unity-lockscreen-wallpaper_
Created:
December 11, 2016
Edited: May 14, 2018
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
This solution will change the lock-screen wallpaper and the logon wallpaper (greeter screen) at the same time.
Note: In Ubuntu 18.04 only the lock screen wallpaper is changed. A different technique will be required to change the login wallpaper.
gksu gedit /usr/share/glib-2.0/schemas/10_unity_greeter_background.gschema.override
Then add the lines below:
[com.canonical.unity-greeter]
draw-user-backgrounds=false
background='/home/user_name/Pictures/picture_name.png'
In my example change /home/user_name/Pictures/picture_name.png
to whatever directory and file name you want to use. Note .jpg
file formats are also accepted.
Next compile the schema using:
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
The final step is to log-out or reboot.
This works in Ubuntu 16.04 but I havenβt tested it in Ubuntu 16.10 please respond via comment if you know for sure. Thanks.
You can use Nautilus to view wallpaper images and right click to change login screen and lock screen wallpaper: (Nautilus can set desktop wallpaper. How can it set login and lock screen wallpaper?).
Sample screen: