Written by turbolad the 24 Mar 11 at 18:02.
Related project: Unity.
Status: Implemented
Rationale
There's no "About Ubuntu" item that gives the user enough basic information about the Ubuntu version they are using.
If new users are asked by technical support "which version of Ubuntu are you using" AND if it's 32-bit or 64-bit, it would be easier for them if there were a one-click option to reveal the Ubuntu version and other useful information e.g. kernel version etc.
I'm aware that users can look within the first tab of the System Monitor, but it's not an obvious place for new users.
John Lea, user experience architect on the Unity team, responds that in Ubuntu 11.10 the new LightDM greeter shows the Ubuntu version number, making that basic information very easily visible. For more detail, System Settings -> System Info provides a simple summary.
`System -> About Ubuntu` opens a windos whose content starts with:
Ubuntu - Linux for Human Beings!
You are using Ubuntu 10.10
- the Maverick Meerkat - released in October 2010 and supported until April 2012.
I'd say this is clear enough.
I would like `uname -a` to output Ubuntu version, though.
Darwin Survivor(Brainstorm moderator)
wrote on the 25 Mar 11 at 01:27
@Akerbos "System -> About Ubuntu" does not display your architecture, which was one of the things stated as missing. I would personally like to see a small system summary (similar to the first tab from System Monitor) in the "System -> About Ubuntu" window.
I agree with the comments saying that more could be added to System -> About Ubuntu e.g. 32-bit or 64-bit. I think it should show a single window with some basic information, as per solution #1. Where would this appear in the Unity interface?
@Akerbos - the "System" tab of the "System Monitor" has 2 problems: 1) It's not an obvious place for users to look (it's like putting car keys in the fridge lol). 2) The information on the first tab of the System Monitor has most of the information that "About Ubuntu" should have, but does not tell users if they have the 32-bit or 64-bit version of Ubuntu installed.
Going into a Terminal and typing uname -a shows how easy it is to retrieve the version number and 32-bit or 64-bit. I know new users don't like going into the Terminal and typing commands as it's unfamiliar and technical for them, I know users who have tried Ubuntu and find having to use the Terminal is unfriendly and overly technical.
The "About Ubuntu" could display the following info within a rectangular window, in portrait:
______________________________________________
=Ubuntu information=
Ubuntu logo
Ubuntu/Kubuntu/Xubuntu/Lubuntu* 10.10 Maverick (32/64-bit)
using Linux kernel (kernel number)
=Memory and CPU=
Amount of RAM
CPU brand and speed, using more lines of info if more than one CPU is present e.g. dual core shows 2 such lines.
=System=
Computer name (which was given during Ubuntu install - NOT the computer manufacturer's brand name)
Free disk space (pie graph showing "used" and "free" disk space)
Amount of used and free RAM
Link to Ubuntu website
"Close" button
______________________________________________
*Lubuntu would be shown if Canonical Ltd decides to support it (see idea #27306).
I think that shows the user enough information without being superfluous?
the shortcut "gnome-system-monitor -s"
will open the system monitor on the system tab, which will show the version of ubuntu all someone needsto do is create an application shortcut called "about Ubuntu that runs the command "gnome-system-monitor -s"
cheesehead(Brainstorm admin)
wrote on the 8 Oct 11 at 12:34
This idea was reviewed by the Ubuntu Technical Board in September 2011.
-John Lea, user experience architect on the Unity team, responds that in Ubuntu 11.10 the new LightDM greeter shows the Ubuntu version number, making that basic information very easily visible. For more detail, System Settings -> System Info provides a simple summary.