After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619979 - System monitor System tab should show architecture (32/64bit)
System monitor System tab should show architecture (32/64bit)
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: sysinfo
2.28.x
Other Linux
: Normal enhancement
: ---
Assigned To: Robert Roth
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2010-05-28 20:17 UTC by Pedro Villavicencio
Modified: 2011-12-12 00:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Proposed patch (1.74 KB, patch)
2011-11-28 00:11 UTC, Robert Roth
none Details | Review
Proposed patch v2 (1.59 KB, patch)
2011-11-28 00:24 UTC, Robert Roth
none Details | Review

Description Pedro Villavicencio 2010-05-28 20:17:48 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/531762

"After installing, it is not clear to the user wether they are using a 32bit or a 64bit version.

The System Monitor System tab should contain architecture information so people know whether they are running 32bit or 64bit. It is currently unclear to me where people can look to decide which proprietary binary they should download.

"uname -a" solves the problem, but a normal user should not rely on the console for this information."

Thanks,
Comment 1 Yann 2010-07-30 03:59:42 UTC
the System Monitor should display :
- the architecture of the current system
- architecture of the hardware (in order for the user to know if the computer can run Ubuntu 64 bits or not)

"uname -a" (or uname -m) indicates the current system architecture. 
If I don't mistake, the architecture of the hardware is given by "lscpu".
Comment 2 David Clayton 2011-11-04 12:24:03 UTC
This is still an issue in Ubuntu 11.10, it is crazy to provide a GUI tool like this and force novice users to the command line for this basic information.

This is yet another "Papercut" issue that make Linux look sub-standard when directly compared to Windows.
Comment 3 Robert Roth 2011-11-28 00:11:19 UTC
Created attachment 202262 [details] [review]
Proposed patch

The patch adds 32-bit or 64-bit to the distribution release label, based on the installed operating systems uname -m: if it ends with "64" (x86_64) then it shows 64-bit, if it ends with "86" (i386, i586, i686) it shows 32-bit, otherwise it doesn't show anything.
Comment 4 Robert Roth 2011-11-28 00:24:54 UTC
Created attachment 202263 [details] [review]
Proposed patch v2

This patch does the same, but is simpler, and is based on the code from Gnome Control Center implementing the same thing.
Comment 5 Chris Kühl 2011-12-12 00:42:15 UTC
Thanks. Committed to master.