The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 211β€…    Votes:  1β€…    βœ… Solution
Tag : login-screen  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1155300
Title: Log-in screen background (on Ubuntu 18.04) is not changing though I made necessary changes in necessary files
ID: /2019/07/01/Log-in-screen-background-_on-Ubuntu-18.04_-is-not-changing-though-I-made-necessary-changes-in-necessary-files
Created: July 1, 2019
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


The technique you followed has worked for most people:

However it didn’t work for everyone and there is a lesser known technique in the same thread where they simply copy over the pre-packaged image filename with a new image:

I tried all of those and none worked. This does, for sure:

As root user, just copy your_image.png to /usr/share/backgrounds and
….

# cd /usr/share/backgrounds  
# cp warty-final-ubuntu.png warty-final-ubuntu.png.stock  
# rm warty-final-ubuntu.png  
# ln -s your_image.png warty-final-ubuntu.png  
# reboot  

…where your_image.png is the name of the actual image you want to
display. The warty one is big: 4096 x 2304. I matched mine to the same
size.

⇧ NVME Disk failure causing boot partition corruption, bad-superblock error How to remount a disk that goes into read-only mode without rebooting?  β‡©