ScreenSaver

Differences between revisions 6 and 7
Revision 6 as of 2005-09-20 02:14:09
Size: 5167
Editor: 201-1-132-73
Comment: correct errors
Revision 7 as of 2005-09-20 02:43:02
Size: 5644
Editor: 201-1-132-73
Comment: + rationale + account listbox details
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 1. Change "Switch to another user?" to "Switch to account:" (not bold, with a lowercase "a" and a colon).  1. Change "Switch to another user?" to "Switch to account:" (with a lowercase "a" and a colon, and not bold).
Line 38: Line 38:
 1. Make the listbox rows large enough to see the account icons properly.
Line 39: Line 40:
 7. Add a new column to the list for real name.  7. Add a new column to the list to show the person's real name.
Line 44: Line 45:
The unlock interface is the followup to a screensaver that may be very beautiful. And when you're returning to the computer, you're often thinking of something you want to do ''right now''. Therefore simplicity and elegance is more important here, and exact consistency is less important, than in your average dialog.
Line 47: Line 50:
 1. Nuke the fuel gauge. When "That password is incorrect." text is shown, it should be at normal "small" size, immediately underneath the password field.  1. Nuke the fuel gauge. When "That password is incorrect." text is shown, it should be at normal size, immediately underneath the password field.
Line 55: Line 58:
   No it doesn't; Ubuntu's pushbuttons are already extremely inconsistent. See for example Firefox, About Me, File Management, Tali, and the whole of Open``Office.org. -- MatthewPaulThomas    No it doesn't; Ubuntu's pushbuttons are already extremely inconsistent. See for example Firefox, About Me, File Management, Tali, and the whole of Open``Office.org. Given the variation and the scenario, we choose the simpler option. -- MatthewPaulThomas

Summary

Rationale

Late in the Breezy cycle, gnome-screensaver replaced xscreensaver so that Ubuntu could have a decent-quality screensaver interface. But it needs polishing to bring it up to the Ubuntu standard of excellence.

Use cases

Scope

Design

Switching accounts

(This is first because it's the most in need of improvement.)

The original from gnome-screensaver:BR attachment:upstream-switch.jpg

What we want:BR attachment:switch.jpg

How to get from here to there, in order of importance:

  1. Nuke the "Unlock" button.
  2. Change "Switch User" to "Log In..." (with a space, an uppercase "I", and an ellipsis).
  3. Change "Switch to another user?" to "Switch to account:" (with a lowercase "a" and a colon, and not bold).
  4. Nuke the fuel gauge.
  5. Nuke the large person icon. This is a dialog, not an alert.
  6. Make the listbox rows large enough to see the account icons properly.
  7. The gap between the window edge and the controls should be 12 pixels, not more.
  8. Add a new column to the list to show the person's real name.
  9. Wangle the listbox so that the real name is presented in small type under the account name (as done with program names in gnome-app-install), rather than in a separate column.

Unlocking

The unlock interface is the followup to a screensaver that may be very beautiful. And when you're returning to the computer, you're often thinking of something you want to do right now. Therefore simplicity and elegance is more important here, and exact consistency is less important, than in your average dialog.

The original from gnome-screensaver:BR attachment:upstream-unlock.jpg

What we want:BR attachment:unlock.jpg

How to get from here to there, in order of importance:

  1. Nuke the fuel gauge. When "That password is incorrect." text is shown, it should be at normal size, immediately underneath the password field.
  2. Put the account name, centered, in extra-large type (but not bold) at the top. (Showing only the real name is a bad idea, because you may have multiple accounts with the same real name.)
  3. Nuke the "Name:" label. Instead, put the real name in small type underneath the account name.
  4. Nuke the "Welcome to computer name".

  5. Change "Switch User" to "Switch Account..." (with a capital A and an ellipsis).
  6. Nuke the lock icon. Instead, the icon of the current person should appear centered above their account name. (If the person does not have an icon, the Ubuntu icon -- no "ubuntu", just the icon -- should be used instead.)
  7. Nuke the icons in the buttons. They're clutter.
    • This breaks consistency with rest of the desktop. We should do them all or none. -- CoreyBurger

      • No it doesn't; Ubuntu's pushbuttons are already extremely inconsistent. See for example Firefox, About Me, File Management, Tali, and the whole of OpenOffice.org. Given the variation and the scenario, we choose the simpler option. -- MatthewPaulThomas

  8. Nuke "Enter a password to unlock the screen". (It's the only thing you can possibly do, so inctructions are fairly pointless.)
  9. Make the password field and its label a centered group (so that the gap between the left edge of the window and the "P" is the same as the gap between the right edge of the window and the right edge of the password field).
  10. The "Cancel" and "Unlock" buttons should be the same width as each other, but not the same width as the "Switch Account..." button.
  11. Make the gap between "Switch Account..." and "Cancel" at least 12 pixels, while the gap between "Cancel" and "Unlock" is 6 pixels.
  12. Nuke the access keys for "Password", "Cancel" and "Unlock". "Password" doesn't need one because you're there by default, "Cancel" is triggered with the Escape key, and "Unlock" with the Enter key.

Post-Breezy

  1. Synchronize the design with that of the gdm login screen. (A Windows-XP-like password field embedded into the account list would save one mouse click for every account selection. And an OS-X-like dialog shake would save having to print ugly "That password was incorrect" text.)
  2. When the screensaver activates (either automatically, or with the "Lock Screen" command), the screen should first take 1000 ms to fade to black. (Imm. blanking is often very useful CoreyBurger)

  3. The keyboard should behave like it does in xscreensaver, where the first character you type is treated as the first character of your password.

  4. 2000 ms before the timeout expires for entering your password, the dialog should start fading to black. If you start typing during those two seconds, the dialog should fade up to to full brightness in 500 ms.

Implementation

Code

Tweaks to gnome-screensaver. Many of these can be sent upstream.

Data preservation and migration

When first running gnome-screensaver, get the choice of screensaver and time from xscreensaver.

Outstanding issues

BoF agenda and discussion

ScreenSaver (last edited 2008-08-06 16:29:55 by localhost)