hi guys,
In the earlier versions of Ubuntu we can easily change the login screen by going to System -> administration -> login screen. However 10.04 does not have the options of changing login screen through any menus. We can change the login screen by following the following steps...
1) First open a Terminal window (Applications -> Accessories -> Terminal) then copy+paste(ctrl+c and ctrl+shift+v) the following line:
sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow
2)Now close the Terminal window and logout, when logged out the Appearance window pops up.
3)Here you can make the changes you want and when you are done you can login as usual.
4)To prevent the Appearance Manager from opening when you login, open a Terminal window (Applications -> Accessories -> Terminal) then copy+paste the following line:
sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop
note: if u dont use the above command the appearance window will appear each time u login....
| < Prev | Next > |
|---|




