Changing the login screen design? [duplicate]

Possible Duplicate:
How can I change the login screen theme?

How do I change how the login screen looks in Ubuntu 11.04? I want to change both the background and the design of the grey rectangle (where the login form is) in the center. I've found some sites explaining how do do it for 10.04, but only for changing the background image.


Solution 1:

You can use a tool called GDM Tweaker:

GDM Tweaker is a very simple application that allows tweaking the GDM login screen look: change the GDM background image, hide the username list, enable Compiz and change the GDM login screen icon or GTK theme.

enter image description here

To install GDM Tweaker in Ubuntu 11.04:

sudo add-apt-repository ppa:madnessmike/madnessmike
sudo apt-get update
sudo apt-get install gdm-tweaker

Note: To be able to change the GDM Background / Theme you must place the images (must be only .png or .jpg) into /usr/share/backgrounds/ and the Themes into /usr/share/themes/ for GTK themes and /usr/share/icons/ for the icons. To be able to copy the themes / backgrounds to these folders, open Nautilus as root using gksu nautilus .

Source : WebUpd8.

Solution 2:

Download Ubuntu-Tweak from http://ubuntu-tweak.com/ and go down to 'Login Settings' and you can change the logo and the background image.

Solution 3:

If you don't want to install anything, you can change the appearance by running:

sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow/

Then log out and you will see the Appearance Properties window from which you can change the theme, background and fonts.

Once you are happy, log back in and run:

sudo rm /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop