Q. How do I find out GNOME desktop version from a shell prompt or GUI?
A. Use gnome-panel command from shell prompt to find the GNOME version. The GNOME panel displays an area on your screen, which acts as a repository for the main menu, application launchers, and applets. Open terminal type the following command:
$ gnome-panel --version
Sample output:
GNOME gnome-panel 2.24.1
View the GNOME Desktop Version
Click on System > About Gnome
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -




{ 7 comments… read them below or add one }
I think the trick is to use gnome-about like this.
$ gnome-about –gnome-version
Version: 2.26.0
Distributor: Ubuntu
Build Date: 03/19/2009
Just install Ubuntu 11.10 with the hope Gnome 3 was installed.
Guess what, it isn’t…
$ gnome-about –gnome-version
I installed Ubuntu 11.10 yesterday and Gnome 3 was installed by default. If you want to login into Gnome 3 instead of Unity, you can choose the option “GNOME” in the login screen.
on GNOME 3.2 open the process-monitor application and go to the “System” tab. There you should find the kernel, ubuntu and gnome version.
i ment the app “gnome-system-monitor” not process-monitor.
The correct way to do this is:
gnome-about –gnome-version
(note there are two hyphens before gnome-version)
Unfortunately that no longer works for the latest versions of Ubuntu. Both
and
are no longer available since the switch to Unity/GNOME 3. Instead you can use
, which is also backwards compatible with older versions of GNOME: