GUI to Change the Login Screen Wallpaper Image on Snow Leopard

the "standard" login screen background on OSC (Leopard and Snow Leopard) can be modified using these command line incantations:

cd /System/Library/CoreServices
sudo mv DefaultDesktop.jpg DefaultDesktop_org.jpg
sudo cp /path/of/image.jpg DefaultDesktop.jpg

I learned that here


QUESTION: is there a GUI based utility for people like my wife and daughter?

.. they DO want to customize (worse: they want me to do it ),
but they DON'T want to learn the terminal ( since I know how).
They DO know how to enter an admin's credentials when prompted.


There's this that will match the login screen to the current wallpaper.

And this to set it to the image you like.

I haven't tried any of those, I did with the CLI, too.


You should be able to set something up using Automator I would have thought...

This article should guide you through setting one up to run terminal shell scripts from automator. The advantage you'll get is that you can set it up for drag and drop support very easily, so you could drag the file you wish to use and it'll set it.


Here is an easy way to change the login background on Mac OS X 10.5 and later in three steps:

  1. Choose a picture you like and save it as DefaultDesktop_Org in your Pictures Folder

  2. Press Command + Shift + G and type in: /System/Library/CoreServices

  3. Drag the picture you saved into the "Core Services" folder you just opened and replace.

It really is that simple - a drag and drop.