As you may already know, Ubuntu 12.10 (Quantal Quetzal) changes your login screen image based on your desktop backgrounds. So, whatever image you set as your default desktop wallpaper is also be applied to your login screen.

If you don’t want your login screen to carry the same desktop wallpaper, you can follow the tutorial below to change that. It’s easy to change.

Objectives:

  • Change Ubuntu 12.10 Login Image
  • Enjoy!

To get stated, press Ctrl – Alt – T on your keyboard to open the terminal. When it opens, run the command.

sudo –i

 

Next, run the commands below to create connection to the X server as lightdm

xhost +SI:localuser:lightdm

 

login_screen_precise_1

 

Then run the command below to assume and run scripts as lightdm.

su lightdm -s /bin/bash

 

login_screen_precise_2

 

Next, run the commands below to disable dynamic background switching.

gsettings set com.canonical.unity-greeter draw-user-backgrounds 'false'

 

login_screen_precise_3

 

Finally, run the commands below to add the image your wish to show up on the login screen. You must replace the path-to-image with the correct path to the image stored on your computer.

gsettings set com.canonical.unity-greeter background '/path-to-image.png'

 

login_screen_precise_4

 

Restart / Login  and enjoy!

 

login_screen_precise

 

To remove the dotted-lines added by Ubuntu, run the commands below.

gsettings set com.canonical.unity-greeter draw-grid 'false'

 

 

                                                                                                                                 via