LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-17-2007, 04:37 PM   #1
EsquireX
LQ Newbie
 
Registered: Mar 2007
Location: Pacific Northwest, USA
Distribution: Ubuntu Dapper Drake
Posts: 6

Rep: Reputation: 0
Question Ubuntu Edgy - How Do Switch From Gnome to KDE?


I thought this would be as simple as changing a theme but apparently not! Give someone shed some light on this please?

Also, how do I boot to a command-line instead of a GUI? I can't upgrade my nvidia drivers in the GUI!

Last edited by EsquireX; 03-17-2007 at 04:40 PM.
 
Old 03-17-2007, 04:46 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
I don't know about the switching to kde but to deal with your nvidia open a console window (yes in gui mode) as root type init 3 this will kill the X-server and dump you at a command-line. Do your thing and when finished type init 5 to restart X-server.
 
Old 03-17-2007, 08:44 PM   #3
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
To change from Gnome to KDE you need to install the kubuntu-desktop package:
Code:
sudo aptitude install kubuntu-desktop
Then you can pick either Gnome or KDE on the login screen.

I hope this helps
--Ian
 
Old 03-17-2007, 09:34 PM   #4
EsquireX
LQ Newbie
 
Registered: Mar 2007
Location: Pacific Northwest, USA
Distribution: Ubuntu Dapper Drake
Posts: 6

Original Poster
Rep: Reputation: 0
Exclamation

Quote:
Originally Posted by {BBI}Nexus{BBI}
I don't know about the switching to kde but to deal with your nvidia open a console window (yes in gui mode) as root type init 3 this will kill the X-server and dump you at a command-line. Do your thing and when finished type init 5 to restart X-server.
F'n A! Thank you so much!!!
 
Old 03-17-2007, 09:39 PM   #5
EsquireX
LQ Newbie
 
Registered: Mar 2007
Location: Pacific Northwest, USA
Distribution: Ubuntu Dapper Drake
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by IBall
To change from Gnome to KDE you need to install the kubuntu-desktop package:
Code:
sudo aptitude install kubuntu-desktop
Then you can pick either Gnome or KDE on the login screen.

I hope this helps
--Ian
You guys are great! Thanks a lot!
 
Old 03-17-2007, 11:23 PM   #6
EsquireX
LQ Newbie
 
Registered: Mar 2007
Location: Pacific Northwest, USA
Distribution: Ubuntu Dapper Drake
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by {BBI}Nexus{BBI}
I don't know about the switching to kde but to deal with your nvidia open a console window (yes in gui mode) as root type init 3 this will kill the X-server and dump you at a command-line. Do your thing and when finished type init 5 to restart X-server.
Looks like I spoke too soon. It tried it verbatim but to no avail. It even looks like init won't do anything to control my system. I don't know if I should be alarmed or not. Any other suggestions?
 
Old 03-19-2007, 12:30 PM   #7
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,156

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
You'll need to be root to use the init command, so do it like this:
sudo init 1 and to restart X sudo init 2
Note: ubuntu uses "strange" runlevels, compared to other distros. From /etc/inittab:
Code:
# Runlevel 0 is halt
# Runlevel 1 is single-user
# Runlevel 2-5 are multi-user
# Runlevel 6 is reboot
 
Old 03-20-2007, 12:30 PM   #8
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by {BBI}Nexus{BBI}
I don't know about the switching to kde but to deal with your nvidia open a console window (yes in gui mode) as root type init 3 this will kill the X-server and dump you at a command-line. Do your thing and when finished type init 5 to restart X-server.
Mmm, I don't think this works in Ubuntu and most Debian based distros because everything runs in runlevel 2. To get into text mode, you would do something like
Code:
#/etc/init.d/gdm stop
To get back into gui mode, you would do something like
Code:
#/etc/init.d/gdm start
I could be wrong about Ubuntu, but "init 3" and "init 5" definitely won't work on Debian.
 
Old 03-20-2007, 03:08 PM   #9
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,156

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Redazz,
Quote:
...I don't think this works in Ubuntu and most Debian based distros..
With respect, I've already pointed this out in post #7, and given EsquireX the commands that will do what he asks for.
 
Old 03-21-2007, 07:12 AM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by tredegar
Redazz,

With respect, I've already pointed this out in post #7, and given EsquireX the commands that will do what he asks for.
With all respect, my contribution is significantly different to yours and will also work.
 
Old 03-21-2007, 09:39 AM   #11
Dutchy
LQ Newbie
 
Registered: Mar 2007
Location: Netherlands
Distribution: Sidux, Debian, Ubuntu
Posts: 17

Rep: Reputation: 0
I think this debate is funny.

If the original poster didn't know how to get to a console in the first place, giving him commands to do as root in a distribution that doesn't have a root account activated is not very helpful.

As for the sudo aptitude install kubuntu-desktop, that will indeed get a KDE desktop, but it will also change many other things, such as the boot splash. For a better way to do it, take a look at http://www.psychocats.net/ubuntu/kde

That gives the above instruction, but also gives instructions on how to do a lighter version of KDE. Overall that http://www.psychocats.net is a very good source of documentation, and no, it isn't my site.
 
Old 03-21-2007, 01:38 PM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
If the original poster didn't know how to get to a console in the first place, giving him commands to do as root in a distribution that doesn't have a root account activated is not very helpful.
I don't see how its not helpful. I am pretty sure most Ubuntu users know how to add "sudo" in front of any commands they wish to execute with root privileges. As for getting to the console, you could execute the commands in gnome-terminal and the result will be that you will get dropped to a virtual terminal at some point.
 
Old 03-26-2007, 05:44 AM   #13
brotell
Member
 
Registered: Aug 2006
Location: Moonta Bay South Australia
Distribution: ubuntu 8.10
Posts: 73

Rep: Reputation: 15
Smile gnome to kde

How can you do this from a cd I have the kubuntu disk current os is ubuntu edgy eft. can I add kde without losing edgy.Ta Terry
 
Old 03-26-2007, 06:42 AM   #14
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Quote:
Originally Posted by brotell
How can you do this from a cd I have the kubuntu disk current os is ubuntu edgy eft. can I add kde without losing edgy.Ta Terry
This might work, but I haven't try it.
1) Insert the CD Rom
2) sudo apt-cdrom /media/cdrom
3) sudo aptitude install kubuntu-desktop

What sort of Internet connection do you have - it would probably be easier to just get it from one of the standard repos.

Installing the kubuntu-desktop package will not lose the current OS, or your Gnome settings. You will just be logged into KDE by default, but you can change this too.

I hope this helps
--Ian
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gnome login problem in ubuntu edgy eft ivangetov Linux - Software 6 06-12-2007 03:28 PM
How to switch from KDE to Gnome woopud Slackware 2 10-01-2005 10:17 PM
Because Debian still uses KDE 3.3 I switch to Ubuntu zvonSully Ubuntu 25 05-19-2005 11:27 AM
switch from GNOME to KDE zbably Mandriva 2 01-15-2004 05:06 AM
Switch from Gnome to KDE Bad_CRC Slackware 1 04-02-2003 06:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration