LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Gnome or KDE? (https://www.linuxquestions.org/questions/linux-newbie-8/gnome-or-kde-789902/)

bald-top 02-18-2010 04:10 AM

Gnome or KDE?
 
Would someone tell me how i can find out via a terminal whether i am using Gnome or KDE please. Plus any other useful information about my computer or the Operating System. I am running Ubuntu 9.10 (Karmic Koala). Thanks all

bret381 02-18-2010 04:16 AM

Ubuntu's default is gnome

repo 02-18-2010 04:17 AM

If you use gdm or kdm
Code:

ps ax | grep kdm
or
Code:

ps ax | grep gdm
Quote:

Plus any other useful information about my computer or the Operating System.
What do you want to know?
Code:

uname -a
lspci
lsusb
ps ax | more
netstat
hwinfo
ifconfig
iwconfig
iptables -L
...


SilversleevesX 02-18-2010 04:35 AM

Quote:

Originally Posted by bret381 (Post 3867921)
Ubuntu's default is gnome

Ubu-relevant doggerel:
"On any given day
Look for the K
If the K is not at home
Then you're running Gnome"


..unless you're like me and have most of K (including kdm) mixed in with your Gnome (chocolate in peanut butter is all that comes to mind for me, not sure why).

BZT

raju.mopidevi 02-18-2010 07:06 AM

Ubuntu - DE is Gnome
Kubuntu- DE is KDE
Xubuntu- DE is XFCE

salasi 02-18-2010 11:14 AM

If you just installed Ubuntu, and did nothing to change it, you will be running Gnome.

However, some people refer to all the *buntus as Ubuntu and you could conceivably have actually installed kubuntu while installing something that you had been told was Ubuntu. Or, you could have installed Gnome Ubuntu and used package management to install kde and delete Gnome (but I'd have thought that you would have noticed).

Have a look in synaptic - you probably have mostly Gnome and Gnome packages installed and not KDE ones. That'll be Gnome, then.


All times are GMT -5. The time now is 12:42 AM.