No text next to radio buttons on 'Who are you?' page

Bug #353507 reported by Phil Norbeck
2
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: ubiquity

On step 6 of 8 during the Live CD install there is a problem. The radio buttons at the bottom have no text next to them where it should say 'Log on automatically' or 'Require a password to log in'. The second of the two radio buttons is selected by default which I believe corresponds to 'Require a password to log in', so I left it alone.

Ubuntu 9.04 (development branch) x86_64 (installed from a post-beta daily-live iso dated 3/30/09)
ubiquity 1.12.1
Expected text to accompany the radio buttons.
I got no such text.

Revision history for this message
Phil Norbeck (ptn107) wrote :

Ok I've checked the source, and the text labels are indeed present (as can be seen in /ubiquity/gui/glade/stepUserInfo.glade):

<child>
<widget class="GtkRadioButton" id="login_auto">
<property name="label" translatable="yes">Log in automatically</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="draw_indicator">True</property>
<property name="group">login_pass</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="login_pass">
<property name="label" translatable="yes">Require a password to log in</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>

I reloaded my 9.04 Live CD again and I still don't see the text, either on my desktop or laptop.

Revision history for this message
Paul Larson (pwlars) wrote :

Confirmed, I also see this on UNR daily build

Changed in ubiquity (Ubuntu):
status: New → Confirmed
Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks for your report. This is also bug 353090.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.