Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old November 2nd, 2005   #1
TomG
A Carafe of Ubuntu
 
Join Date: Oct 2005
Location: Europe
Beans: 94
Ubuntu 9.04 Jaunty Jackalope
Unhappy [Solved] KDM corrupted ! Cannot login. Help Please !

Hi

I installed a KDM theme (from KDE-Look.org and installed with relevant application) and now (after logout/reboot) I get an error box that indicate the theme is corrupted !
I'm not able to get the login panel, I only have an endless hourglass on a black screen...

My questions :
1. How to get the console on boot instead of hanging hourglass/black screen ?
2. How to change the KDM theme to default from command line ?

Heeelllppp !

Tx
TomG

Last edited by TomG; November 3rd, 2005 at 09:20 AM..
TomG is offline   Reply With Quote
Old November 2nd, 2005   #2
niko_
5 Cups of Ubuntu
 
niko_'s Avatar
 
Join Date: Oct 2005
Beans: 35
Kubuntu Breezy 5.10
Re: KDM corrupted ! Cannot login. Help Please !

personaly i use gdm and it has its themes in /usr/share/gdm/themes,
well try looking at /usr/share/kdm/themes and if its right then just remove the theme.
you can also find the theme probably by: locate kdm | grep -i theme, or something
niko_ is offline   Reply With Quote
Old November 2nd, 2005   #3
TomG
A Carafe of Ubuntu
 
Join Date: Oct 2005
Location: Europe
Beans: 94
Ubuntu 9.04 Jaunty Jackalope
Re: KDM corrupted ! Cannot login. Help Please !

Thanks for your reply.
Do you also know how I could get command line on boot ?
Tom
TomG is offline   Reply With Quote
Old November 2nd, 2005   #4
niko_
5 Cups of Ubuntu
 
niko_'s Avatar
 
Join Date: Oct 2005
Beans: 35
Kubuntu Breezy 5.10
Re: KDM corrupted ! Cannot login. Help Please !

just press ctrl+alt+f1 (could also f2,f3.. instead f1)
and it prompts you for your login and password, after that you will get into command line (console).
niko_ is offline   Reply With Quote
Old November 2nd, 2005   #5
TomG
A Carafe of Ubuntu
 
Join Date: Oct 2005
Location: Europe
Beans: 94
Ubuntu 9.04 Jaunty Jackalope
Re: KDM corrupted ! Cannot login. Help Please !

Tx a lot. Will try asap.
Tom
TomG is offline   Reply With Quote
Old November 2nd, 2005   #6
Thorsten
5 Cups of Ubuntu
 
Join Date: Sep 2005
Beans: 22
Kubuntu Breezy 5.10
Arrow Re: KDM corrupted ! Cannot login. Help Please !

Quote:
Originally Posted by TomG
I installed a KDM theme (from KDE-Look.org and installed with relevant application) and now (after logout/reboot) I get an error box that indicate the theme is corrupted !
I'm not able to get the login panel, I only have an endless hourglass on a black screen...
Kdm theses are configured thru /etc/kde3/kdm/kdmrc
To get the original theme back, change the appropriate line back to
Code:
Theme=/usr/share/apps/kdm/themes/kubuntu
Alternatively, you can disable kdm themes altogether by changing
Code:
UseTheme=true
to
Code:
UseTheme=false
To change this file when you can't log in using kdm, change to a virtual console by pressing Ctrl-Alt-F1 (hold down both Ctrl and Alt and press F1), log in and do sth like
Code:
sudo nano /etc/kde3/kdm/kdmrc
I don't know if nano is installed on your syste. If not, you'll have to use another text editor. If you don't have any non-graphical editor, you can also start KDE from a virtual console. Log in and execute
Code:
startkde
, e.g.

If that doesn't work because the default graphical terminal is taken up by the (broken) kdm, use sth like
Code:
startkde -- :1
.

HTH,
Thorsten
Thorsten is offline   Reply With Quote
Old November 2nd, 2005   #7
TomG
A Carafe of Ubuntu
 
Join Date: Oct 2005
Location: Europe
Beans: 94
Ubuntu 9.04 Jaunty Jackalope
Re: KDM corrupted ! Cannot login. Help Please !

Thanks for your help ! I solved the problem.

I installed KDE with Ubuntu (and not Kubuntu directly).
I don't know why but I had to edit /etc/gdm/gdm.conf and change the # to :
# GraphicalTheme=Krystal
GraphicalThemes=circles/:happygnome
Do you know why when we switch to KDE as default window manager gdm is still ran on boot ?

Thanks anyway !
Tom
TomG is offline   Reply With Quote
Old November 3rd, 2005   #8
Thorsten
5 Cups of Ubuntu
 
Join Date: Sep 2005
Beans: 22
Kubuntu Breezy 5.10
Thumbs up Re: KDM corrupted ! Cannot login. Help Please !

Quote:
Originally Posted by TomG
Thanks for your help ! I solved the problem.

I installed KDE with Ubuntu (and not Kubuntu directly).
I don't know why but I had to edit /etc/gdm/gdm.conf and change the # to :
# GraphicalTheme=Krystal
GraphicalThemes=circles/:happygnome
I'm not quite sure I understand your problem. You had a problem with kdm, which was solved, but you are still running gdm?

Quote:
Originally Posted by TomG
Do you know why when we switch to KDE as default window manager gdm is still ran on boot ?
Sure. Installing kubuntu-desktop or KDE packages in general doesn't necesssarily mean that the display manager gets switched by the installation routine. As part of the boot process, [K]ubuntu runs the scripts to start kdm and gdm (if they are installed, see /etc/init.d/kdm and /etc/init.d/gdm.) Since it does not make sense to actually run both gdm and kdm, each script checks the contents of /etc/X11/default-display-manager and aborts if it isn't mentioned there. Therefore, you could set which display manager is run by changing /etc/X11/default-display-manager. There is a more convenient way though, simply run
Code:
sudo dpkg-reconfigure kdm
and select kdm in the menu that will appear.

If you can't login from kdm, you may want to check out this issue:
http://ubuntuforums.org/showthread.php?t=81431

HTH,
Thorsten
Thorsten is offline   Reply With Quote
Old November 3rd, 2005   #9
TomG
A Carafe of Ubuntu
 
Join Date: Oct 2005
Location: Europe
Beans: 94
Ubuntu 9.04 Jaunty Jackalope
Re: KDM corrupted ! Cannot login. Help Please !

Excellent. Thanks for this tip !
Tom
TomG is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:27 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry