up vote 0 down vote favorite
share [g+] share [fb]

or maybe something else?

I am using Redhat OS.

link|improve this question

Someone with editing powers needs to change "Genome" to "Gnome" – Shannon Nelson Jan 15 '10 at 9:59
1  
done :) I'd also wish the OP had pointed out what version of redhat he's using, since unless its RHEL, there hasn't been a redhat release in ages – Journeyman Geek Jan 15 '10 at 13:27
feedback

5 Answers

up vote 4 down vote accepted

Have a look at your installed applications. If a lot of them start with K - you're on KDE. If a lot of them start with G, you're on Gnome. Seriously.

If you go to the About page of your computers settings panel, that should give you some clues.

Alternatively, look around on Google Images for screenshots of Gnome or KDE. It should be obvious once you have seen the basic look of the desktop environment.

link|improve this answer
1  
Since you can have both Gnome and KDE installed on the machine, and have access to both sets of programs in your menus, the first suggestion is not a foolproof method. The About panel is most likely the useful answer. – Shannon Nelson Jan 20 '10 at 8:34
feedback

Open a terminal and type:

echo $DESKTOP_SESSION
link|improve this answer
This is the best answer. – daxim Jan 15 '10 at 18:49
1  
Not always true, as for someone could be just "default" – dag729 Jan 18 '10 at 0:55
feedback

This is what GNOME looks like:

enter image description here

This is KDE:

enter image description here

link|improve this answer
feedback

Quick way #1: if you have a "System" menu entry on the top line, and there's an item in the menu that says "About Gnome", you're probably running Gnome.

Quick way #2:

ps -ef | grep gnome
link|improve this answer
feedback

A new user may not recognize the differences betwen KDE and Gnome in the screen captures above. Look at the position of the default panels (top with Gnome and bottom with KDE) not the color of the desktop or the apps that are open.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.