PDA

View Full Version : [ubuntu_studio] Just installed Studio 10.10 no GDM theme.



alias_neo
November 8th, 2010, 01:11 PM
I just removed my previous linux install and installed Ubuntu Studio because of the nicer look.

However the login screen is still the borin plain one. I have been to the "Login Screen" and tried to select theme as mentioned but it doesn't have any tabs or info for it.

I have checked that all ubuntu-studio packages are installed, what am I missing?

cipherboy_loc
November 8th, 2010, 03:14 PM
Go to the first tty (ctrl+alt+f1) and log in (type you username, hit enter, type your password, hit enter). Once the command line starts, run:


export DISPLAY=':0.0' ; sudo -u gdm gnome-control-center

Change back to GDM (ctrl+alt+f7), and under appearance, change the themes, background wallpaper, etc.

Close out of the windows once you get it styled, and go back to the first tty (ctrl+alt+f1). Type:


logout


Then go back to GDM (ctrl+alt+f7) and view your new login screen. It is important to logout before using GDM again, just to make sure you don't have any un-needed sessions open. Its more of a security thing....





Cipherboy

alias_neo
November 8th, 2010, 03:24 PM
Go to the first tty (ctrl+alt+f1) and log in (type you username, hit enter, type your password, hit enter). Once the command line starts, run:


export DISPLAY=':0.0' ; sudo -u gdm gnome-control-center

Change back to GDM (ctrl+alt+f7), and under appearance, change the themes, background wallpaper, etc.

Close out of the windows once you get it styled, and go back to the first tty (ctrl+alt+f1). Type:


logout

Then go back to GDM (ctrl+alt+f7) and view your new login screen. It is important to logout before using GDM again, just to make sure you don't have any un-needed sessions open. Its more of a security thing....





Cipherboy

I tried this, but pressing CTRL+ALT+FX doesn't take me to TTY, I'm on the desktop, I have tried all F-Keys, it does nothing.

EDIT: VMWare intercepts the CTRL+ALT so I can't use this method to switch to tty, is there a command line method? I tried "chvt 1" and the system hung.

cipherboy_loc
November 9th, 2010, 12:00 AM
If you launch it from the terminal:



cipherboy@cipherboy-workstation:~$ sudo -u gdm gnome-control-center --display=':0.0'
No protocol specified
Cannot open display: :0.0


The issue being that GDM does not own the X session, cipherboy (or whatever your user name is...) owns it.



Cipherboy

gonger
November 9th, 2010, 05:40 PM
If you launch it from the terminal:



cipherboy@cipherboy-workstation:~$ sudo -u gdm gnome-control-center --display=':0.0'
No protocol specified
Cannot open display: :0.0


The issue being that GDM does not own the X session, cipherboy (or whatever your user name is...) owns it.



Cipherboy

This worked for Me , ubuntu 10.10. Make sure you logout of gdm/X session before switching to TTY1:)