or maybe something else?
I am using Redhat OS.
|
|
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. (Not very accurate if you have both installed though). 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. |
|||||
|
|
Open a terminal and type:
|
||||
|
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:
|
||||
|
|
|
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. |
|||
|
|
I've tested the best tools I've found with a) GNOME under Linux Mint installed; b) GNOME under Linux Mint Live USB; c) MATE under Linux Mint; d) LXDE under Lubuntu; e) JWM under Puppy Linux (JWM is not a desktop environment but a stacking window manager). My results: 1) (so-so) env | grep DESKTOP_SESSION= a)&b) DESKTOP_SESSION=gnome ; c) DESKTOP_SESSION=default.desktop ; d) DESKTOP_SESSION=Lubuntu ; e) (nothing) 2) (so-so) echo $GDMSESSION a)&b) gnome ; c) (nothing) ; d) Lubuntu ; e) (nothing) 3) (well, but not perfect) pgrep -l "gnome|kde|mate|cinnamon|lxde|xfce|jwm" or ps -A | egrep -i "gnome|kde|mate|cinnamon|lxde|xfce|jwm" a)&b) (OK) ; c) (OK) ; d) (WRONG) ; e) (nothing) & (OK) 4) (very well, but not perfect) HardInfo a) (nothing) ; b) GNOME 2.32.0 ; c) MATE ; d) LXDE (Lubuntu) ; e) Unknown (Window Manager: JWM) CONCLUSION: A combination of HardInfo and the command ps -A | egrep -i "gnome|kde|mate|cinnamon|lxde|xfce|jwm" probably will give the desired answer. |
|||
|
|
|
This command seems to be useful:
|
|||||
|
|
You can run HardInfo. It's ready by default at least in Linux Mint; or you could install it (from Synaptic, ...). You can run it:
Once HardInfo opens you just need to need to click on the "Operating System" item and look to the "Desktop Environment" line. Nowadays, apart from GNOME and KDE, you could find MATE, Cinnamon, ... |
||||
|
|
|
In a terminal or console, you can run:
or
The item that appears in more lines should be the answer. |
||||
|
|
|
I've been testing also with KDE and my conclusion is: a) Graphical way, with HardInfo: the answer is normally in "Operating System" > "Desktop Environment", but if not you can look to "Environment variables". HardInfo is ready with all the tested distros, except the one with KDE, but it can be easily and quickly installed (only 2 packages in Linux Mint 13). b) Command line, with this command:
The item that appears in more lines should be the answer (if there is a draw the item with "session" should be the solution). |
|||
|
|
To know the version of the installed DE we can open Synaptic and put its name in the "Quick filter" box. Below "Installed Version" we have the answer. Next to it, below "Latest Version", we can see the highest to what we can update it to (at least if we have just clicked on "Reload" and considering only stable software -by default the access to the developing versions is usually disabled-). If instead of Synaptic the considered distro uses PackageKit or other a similar solution shoul be avaiable. |
|||
|
|