LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Ubuntu 9.10 Login screen (https://www.linuxquestions.org/questions/ubuntu-63/ubuntu-9-10-login-screen-773770/)

dranas 12-06-2009 04:06 AM

Ubuntu 9.10 Login screen
 
Is there a way to change the login screen anymore? i remember in when i used ubuntu 8.10 it had GDM and it was all good. I cant seem to find it in 9.10

svinoba 12-06-2009 04:11 AM

dranas, you mean gdm themes? No. Its not related to distro but the gdm code, if I'm not mistaken. Gnome guys for some reason think nobody can be more creative than themselves. X(

By chance you come across a method to change, please share here. Me too dying to change the login screen. ;)

spiderbatdad 12-06-2009 02:55 PM

There are a couple of choices. One is to install gdm.2.20 (the old gdm)
Code:

sudo apt-get install gdm-2.20
cd /etc/gdm
sed ’s|X11R6/||’ gdm.conf >/tmp/gdm.conf
mv /tmp/gdm.conf .
startx

During the install of gdm-2.20 you'll be asked to choose which one to run. The remaining commands edit the file to replace instances of /X11R6/bin with just /bin ( a bug filed with launchpad regarding installing the previous version. Anyway, after the above you're back to being able to use favorite old themes from gnomelook, etc. And the old login window options :)

The other choice is to learn to configure the new gdm. There is information out there. For example this blog: http://lionlix.wordpress.com/2009/10...-login-screen/ This method gives limited results like changing the background image :(

jay73 12-06-2009 04:49 PM

Do you mean Administration > Login screen?


All times are GMT -5. The time now is 09:23 PM.