AboutThisComputer

Differences between revisions 1 and 28 (spanning 27 versions)
Revision 1 as of 2007-10-22 18:27:49
Size: 2707
Editor: wing-commander
Comment:
Revision 28 as of 2012-09-04 11:08:23
Size: 8061
Editor: mpt
Comment: -> AboutThisComputer
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from AboutThisComputer
## page was renamed from HardyAboutUbuntu
Line 3: Line 5:
''Please check the status of this specification in Launchpad before editing it. If it is Approved, contact the Assignee or another knowledgeable person before making changes.'' ||<tablestyle="width:100%" style="background:#fcc;color:#000">This specification is obsoleted by AboutThisComputer.||
Line 5: Line 7:
 * '''Launchpad Entry''': UbuntuSpec:hardy-about-ubuntu
 * '''Packages affected''': about-ubuntu
 * '''Launchpad Entry''': UbuntuSpec:about-this-computer
 * '''Packages affected''':
Line 10: Line 12:
Redesign the current "About Ubuntu" menu option such that it contains useful information such as the Ubuntu derivative name, version number, basic information about the system. This should be visually attractive, and could be an ideal place for easter eggs. About This Computer should show useful information about your computer, its hardware, installed operating system and desktop environment(s).
Line 14: Line 16:
This section should include a paragraph describing the end-user impact of this change. It is meant to be included in the release notes of the first release in which it is implemented. (Not all of these will actually be included in the release notes, at the release manager's discretion; but writing them is a useful exercise.)

It is mandatory.
New with this version of Ubuntu, the "About Ubuntu" and "About Gnome" dialogs have been replaced with a more generic "About This Computer" dialog that shows basic information about your machine along with software versions for Gnome or KDE.
Line 20: Line 20:
This should cover the _why_: why is this change being proposed, what justifies it, where we see this justified. The current "About Ubuntu" and "About GNOME" items are not helpful, elegant, or (least importantly) consistent with what people expect from other operating systems. And merely having two menu items gives the impression that Ubuntu is fragmented and disorganized.
Line 24: Line 24:
== Assumptions ==  * Third-party software often has minimum system requirements, most often involving the operating system version, processor speed, and amount of memory available. Often they also mention a particular amount of disk space, but this is much less important (because people almost always have enough). Occasionally they have other requirements (such as a particular graphics card).

 * Tech support for Ubuntu often requires knowing what version of Ubuntu someone is using. People often have trouble scanning text on a computer screen, so embedding the Ubuntu version in lots of other text can be frustrating.

 * Tech support for Linux in general often requires knowing what Linux kernel version someone is using, and sometimes requires knowing what version of Gnome or KDE they are using.
Line 28: Line 32:
You can have subsections that better describe specific parts of the issue.  * [[http://guidebookgallery.org/screenshots/aboutgui|Comparisons from other graphical environments]]

About This Computer (about-window) is a Python script that checks the existence of the environment variable {{{KDE_FULL_SESSION}}}. If it is present, the script will import a Python module that pulls in PyQT and draws the dialog using the QT toolkit. Otherwise, the Python module that utilities PyGTK and Glade will be used.

We will query the following information about the system:
 * CPU type and speed, using /proc/cpuinfo
 * RAM, using /proc/meminfo, or "free"
 * Hard disk size (use the disk / hangs off), using hal via dbus
 * Graphics card, also using hal via dbus
 * Network card, also using hal via dbus
 * Version of Ubuntu, using lsb-release.
 * Version of desktop environment -- this is a can of worms, but we are limiting ourselves to querying the version of GNOME, KDE or XFCE. If we find none of them, then do not display anything.
 * Version of the Linux kernel, using "uname -r"
Line 32: Line 48:
This section should describe a plan of action (the "how") to implement the changes discussed. Could include subsections like: The dialog box will be designed to look identical if using PyQT or PyGTK, with the only difference being the toolkit used. The icon of the window will be a visually attractive computer icon, with this also being shown prominently on the left hand of the window.
Line 34: Line 50:
=== UI Changes === The right hand side of the window will be made up of two sections, with the first being:
Line 36: Line 52:
Should cover changes required to the UI, or specific UI that is required to implement this {{{
CPU: <CPU type> <CPU speed>
Memory: <RAM information>
Hard Disk: <size of the disk / is on>
Graphics Card: <Graphics Card information>
Network Card: <Network Card information>
}}}
Line 38: Line 60:
=== Code Changes === And the second displaying:
Line 40: Line 62:
Code changes should include an overview of what needs to change, and in some cases even the specific details. {{{
<icon grabbed from the icon theme "start-here"> Ubuntu <Ubuntu version>
(Only displayed if gnome-session exists) <gnome icon> Gnome <Gnome version>
(Only displayed if kded exists) <KDE icon> KDE <KDE version>
(Only displayed if xfce-session exists) <XFCE icon> XCFE <XCFE version>
<tux icon> Linux <kernel version>
}}}
Line 42: Line 70:
=== Migration === A Close button on the bottom right of the window.
Line 44: Line 72:
Include:
 * data migration, if any
 * redirects from old URLs to new ones, if any
 * how users will be pointed to the new way of doing things, if necessary.
All text should be able to be drag and dropped as one large block into IRC, a bug report or a forum post.

== Migration ==

The current information shown in About Ubuntu, and to a lesser extent in About GNOME will be assimilated into the documentation that the Help and Support menu item displays.

=== GNOME ===

An "About This Computer" item on the System menu will replace the "About Ubuntu", and "About Gnome" menu items.

=== KDE ===

An "About This Computer" item will be added to the standard KDE application Help menu which will launch the QT version of the app.

=== XFCE ===

An "About This Computer" item will be added to the System menu.
Line 51: Line 92:
It's important that we are able to test new features, and demonstrate them to users. Use this section to describe a short plan that anybody can follow that demonstrates the feature is working. This can then be used during CD testing, and to show off after release. Check that for common hardware (everything testers can get their hands on and more), that About This Computer correctly detects the Ubuntu version, the processor and the RAM size (with appropriate and correct scaling/rounding), along with the desktop environments that the user has installed.
Line 53: Line 94:
This need not be added or completed until the specification is nearing beta. == Comments ==
Line 55: Line 96:
== Outstanding Issues == * Hope this is a useful comment: While I think that it is a good idea to have a place for the user to see system information, what I _don't_ like is that I feel that a lot of ubuntu-y things seem to get modeled after windows design, such as "about this computer" -> this spec. Linux and ubuntu are supposed to be independent O/S' which would have the user base they did if everyone in it wanted to use windows. Let's change our way of thinking just a bit, and work on our own unique ideas, better to not try to be `inspired' by windows, we are creative capable individuals! As for a useful suggestion, perhaps make a "system information" dialog, that lists output from common commands such as df -h, free, etc... or perhaps, look at System Monitor 2.20.1 which has the "System" tab, which already lists some of these things... maybe we could expand that? I already feel that it looks pretty windows-y, but maybe we can fix that and make it our own. If there's something more useful I could contribute please let me know! -purpleidea@gmail.com I'm not sure I have the GTK experience to put my thoughts into code, but if someone wants to mentor me, then i'm there. ~~~~ purpleidea / james
Line 57: Line 98:
This should highlight any issues that should be addressed in further specifications, and not problems with the specification itself; since any specification with problems cannot be approved. * I agree with James that Ubuntu should not try to be an open source Windows; Ubuntu should simply seek to be the best OS available of any type. But for this particular feature I think Ubuntu is following a standard that has been set in Windows, Mac OS X and Linux operating systems and applications already; people are used to having an 'About...' menu option that tells them about the program they are using. So this isn't following Windows as it is following a common UI standard that most computer users are familiar with. Also, as Ubuntu gains ground with the 'average user', having things like this that make it easy for that person to find out all the needed info about their setup is vital. GreggKing2
Line 59: Line 100:
== BoF agenda and discussion == * The "don't be an open-source Windows" argument is used a lot to oppose new features that resemble something that exists in Windows. I agree that Ubuntu should follow its own path, but at the same time, it should be able to learn from others' mistakes. Interoperability is a major issue when switching operating systems and this is one of those small things that makes administration a little easier for everyone, especially when coming from other operating systems. Just because Windows/Mac/Amiga/etc. has something similar, we shouldn't deny our users and help desk people an easier method of getting system info simply because we want to be different. Different is good, but as Gregg mentions, it's more of a UI standard, and ditching it for the sole purpose of being different is kind of silly. RossPeoples
Line 61: Line 102:
Use this section to take notes during the BoF; if you keep it in the approved spec, use it for summarising what was discussed and note any options that were rejected. * With regards to the closing of the spec. It isn't currently a priority for the desktop team as QA is working on a different tool for collecting data along with bug reports. The spec is not posted yet. It is also likely that the System menu will be de-emphasized in the future as we move to a more "control center" style preferences configuration. TedGould
Line 63: Line 104:
See: == See Also ==

This specification is obsoleted by AboutThisComputer.

Summary

About This Computer should show useful information about your computer, its hardware, installed operating system and desktop environment(s).

Release Note

New with this version of Ubuntu, the "About Ubuntu" and "About Gnome" dialogs have been replaced with a more generic "About This Computer" dialog that shows basic information about your machine along with software versions for Gnome or KDE.

Rationale

The current "About Ubuntu" and "About GNOME" items are not helpful, elegant, or (least importantly) consistent with what people expect from other operating systems. And merely having two menu items gives the impression that Ubuntu is fragmented and disorganized.

Use Cases

  • Third-party software often has minimum system requirements, most often involving the operating system version, processor speed, and amount of memory available. Often they also mention a particular amount of disk space, but this is much less important (because people almost always have enough). Occasionally they have other requirements (such as a particular graphics card).
  • Tech support for Ubuntu often requires knowing what version of Ubuntu someone is using. People often have trouble scanning text on a computer screen, so embedding the Ubuntu version in lots of other text can be frustrating.
  • Tech support for Linux in general often requires knowing what Linux kernel version someone is using, and sometimes requires knowing what version of Gnome or KDE they are using.

Design

About This Computer (about-window) is a Python script that checks the existence of the environment variable KDE_FULL_SESSION. If it is present, the script will import a Python module that pulls in PyQT and draws the dialog using the QT toolkit. Otherwise, the Python module that utilities PyGTK and Glade will be used.

We will query the following information about the system:

  • CPU type and speed, using /proc/cpuinfo
  • RAM, using /proc/meminfo, or "free"
  • Hard disk size (use the disk / hangs off), using hal via dbus
  • Graphics card, also using hal via dbus
  • Network card, also using hal via dbus
  • Version of Ubuntu, using lsb-release.
  • Version of desktop environment -- this is a can of worms, but we are limiting ourselves to querying the version of GNOME, KDE or XFCE. If we find none of them, then do not display anything.
  • Version of the Linux kernel, using "uname -r"

Implementation

The dialog box will be designed to look identical if using PyQT or PyGTK, with the only difference being the toolkit used. The icon of the window will be a visually attractive computer icon, with this also being shown prominently on the left hand of the window.

The right hand side of the window will be made up of two sections, with the first being:

CPU: <CPU type> <CPU speed>
Memory: <RAM information>
Hard Disk: <size of the disk / is on>
Graphics Card: <Graphics Card information>
Network Card: <Network Card information>

And the second displaying:

<icon grabbed from the icon theme "start-here"> Ubuntu <Ubuntu version>
(Only displayed if gnome-session exists) <gnome icon> Gnome <Gnome version>
(Only displayed if kded exists) <KDE icon> KDE <KDE version>
(Only displayed if xfce-session exists) <XFCE icon> XCFE <XCFE version>
<tux icon> Linux <kernel version>

A Close button on the bottom right of the window.

All text should be able to be drag and dropped as one large block into IRC, a bug report or a forum post.

Migration

The current information shown in About Ubuntu, and to a lesser extent in About GNOME will be assimilated into the documentation that the Help and Support menu item displays.

GNOME

An "About This Computer" item on the System menu will replace the "About Ubuntu", and "About Gnome" menu items.

KDE

An "About This Computer" item will be added to the standard KDE application Help menu which will launch the QT version of the app.

XFCE

An "About This Computer" item will be added to the System menu.

Test/Demo Plan

Check that for common hardware (everything testers can get their hands on and more), that About This Computer correctly detects the Ubuntu version, the processor and the RAM size (with appropriate and correct scaling/rounding), along with the desktop environments that the user has installed.

Comments

* Hope this is a useful comment: While I think that it is a good idea to have a place for the user to see system information, what I _don't_ like is that I feel that a lot of ubuntu-y things seem to get modeled after windows design, such as "about this computer" -> this spec. Linux and ubuntu are supposed to be independent O/S' which would have the user base they did if everyone in it wanted to use windows. Let's change our way of thinking just a bit, and work on our own unique ideas, better to not try to be `inspired' by windows, we are creative capable individuals! As for a useful suggestion, perhaps make a "system information" dialog, that lists output from common commands such as df -h, free, etc... or perhaps, look at System Monitor 2.20.1 which has the "System" tab, which already lists some of these things... maybe we could expand that? I already feel that it looks pretty windows-y, but maybe we can fix that and make it our own. If there's something more useful I could contribute please let me know! -purpleidea@gmail.com I'm not sure I have the GTK experience to put my thoughts into code, but if someone wants to mentor me, then i'm there. ~~~~ purpleidea / james

* I agree with James that Ubuntu should not try to be an open source Windows; Ubuntu should simply seek to be the best OS available of any type. But for this particular feature I think Ubuntu is following a standard that has been set in Windows, Mac OS X and Linux operating systems and applications already; people are used to having an 'About...' menu option that tells them about the program they are using. So this isn't following Windows as it is following a common UI standard that most computer users are familiar with. Also, as Ubuntu gains ground with the 'average user', having things like this that make it easy for that person to find out all the needed info about their setup is vital. GreggKing2

* The "don't be an open-source Windows" argument is used a lot to oppose new features that resemble something that exists in Windows. I agree that Ubuntu should follow its own path, but at the same time, it should be able to learn from others' mistakes. Interoperability is a major issue when switching operating systems and this is one of those small things that makes administration a little easier for everyone, especially when coming from other operating systems. Just because Windows/Mac/Amiga/etc. has something similar, we shouldn't deny our users and help desk people an easier method of getting system info simply because we want to be different. Different is good, but as Gregg mentions, it's more of a UI standard, and ditching it for the sole purpose of being different is kind of silly. RossPeoples

* With regards to the closing of the spec. It isn't currently a priority for the desktop team as QA is working on a different tool for collecting data along with bug reports. The spec is not posted yet. It is also likely that the System menu will be de-emphasized in the future as we move to a more "control center" style preferences configuration. TedGould

See Also


CategorySpec

DesktopTeam/Specs/AboutThisComputer (last edited 2012-09-04 11:08:23 by mpt)