← Back to team overview

ubuntu-manual team mailing list archive

[Bug 537986] Re: Freeze exception request: inactive labels on the user setup page.

 

This bug was fixed in the package ubiquity - 2.2.7

---------------
ubiquity (2.2.7) lucid; urgency=low

  [ Evan Dandrea ]
  * Add inactive labels to the user setup page (LP: #537986).
  * Fix KDE frontend's return_to_partitioning function.
  * Fix the KDE frontend's format button on the advanced partitioning
    page.
  * Assign resize_path before its used in the KDE frontend's PartAuto.
  * Set the keymap to a reasonable default when leaving the greeter
    (LP: #539255).
  * Change the timezone highlight around UTC+5, UTC+5.5, and UTC+8
    (LP: #368060).
  * Fix setting the window title when in automatic mode in the KDE
    frontend (LP: #541829).
  * Automatic update of included source packages: grub-installer
    1.49ubuntu8.
  * Update translations from Launchpad.

  [ Mario Limonciello ]
  * Return True for set_page, restoring UI only page functionality.
  * Quit plymouth before running ubiquity in noninteractive from the
    upstart job.
 -- Evan Dandrea <evand@xxxxxxxxxx>   Tue, 23 Mar 2010 14:44:46 +0000

** Changed in: ubiquity (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
Freeze exception request: inactive labels on the user setup page.
https://bugs.launchpad.net/bugs/537986
You received this bug notification because you are a member of Ubuntu
Documentation Project Team, which is a direct subscriber.

Status in “ubiquity” package in Ubuntu: Fix Released

Bug description:
Binary package hint: ubiquity

I've received a request from the design team to add inactive labels to the GtkEntry widgets on the user setup page, so that we can get rid of the superfluous help text below the password entry.

The result is something like this:
http://assets.grimaceworks.com/without-password-help.png

Please provide a freeze exception for the following:

http://launchpadlibrarian.net/40868143/inactive-labels.patch
- The GtkEntry subclass is very simple and the entirety of the new code path is guarded by a try/except block.
- The new text is fully translatable.