How do I find out GNOME desktop version from a shell prompt or GUI?
You need to use the gnome-panel or gnome-about command from the shell prompt to find out the GNOME desktop 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
Or type the following on modern gnome desktop systems:
$ gnome-about --gnome-version
Sample outputs:
Version: 2.30.2 Distributor: Debian Build Date: Friday 12 November 2010
Gnome 3.x user need to use the following command:
$ gnome-session --version
View the GNOME Desktop Version Using GUI Dialog Box
Click on System > About Gnome
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 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: