Ubuntu 19.04 Can't change LockScreen Background

Solution 1:

in Ubuntu 19.04

the file /usr/share/gnome-shell/theme/Yaru/gnome-shell.css will do what you are looking for.

enter image description here

enter image description here


Edit on 10th Jan 2020

you may also have a detailed look on this page https://github.com/PRATAP-KUMAR/login-lock-screen-bg-change for setting the backgrounds via script for Ubuntu 18.04, 19.04 & 19.10

Solution 2:

You can change lockscreen wallpaper by Settings

Solution 3:

Some notes about the tip. In my case, Ubuntu 19.04 on May 22, I need to use quotations on file name image. The image below is on the same folder than /usr/share/gnome-shell/theme/Yaru/gnome-shell.css file.

#lockDialogGroup {
  background-image: url("ironman_login_wallpaper.jpg");
  background-repeat: no-repeat;
  background-size: cover;;
  background-position: center; }

Solution 4:

You can modify the file /etc/alternatives/gdm3.css also.

enter image description here