[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-10-30 Thread Adric Riedel
This problem showed up in the Kubuntu Karmic Desktop install CD.  There
were, in a few places, not enough space for the lines of text the system
tried to display.

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-09 Thread Paul Larson
Confirmed fixed in todays build

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-08 Thread Juanje Ojeda
** Changed in: guadalinex
   Status: Confirmed = Fix Released

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-07 Thread Robert Ancell
It appears to be on the second translate that the problem occurs.
1. Hack ubiquity.glade to add tabs to the notebook

2a. Start ubiquity and change to page 7.  The RadioButtons have been translated 
once and have the labels showing.  Return to page 2 and continue.
3a. During the transition to page 3 the widgets are all retranslated
4a. When page 7 is reached it will show the RadioButtons with labels

2b. Start uniquity.  Do not view page 7.
3b. During the transition to page 3 the widgets are all retranslated
4b. When page 7 is reached it will show the RadioButtons *without* labels

It appears that setting the RadioButton labels a second time without
them having being realized causes them not to be re-rendered.  Still
haven't reproduced in a simple test case.

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-07 Thread Robert Ancell
Added a branch with a proposed workaround:
lp:~robert-ancell/ubiquity/trunk

This calls widget.realize() after the label has been updated and causes
the labels to be displayed correctly.

** Branch linked: lp:~robert-ancell/ubiquity/trunk

** Changed in: ubiquity (Ubuntu Jaunty)
   Status: Triaged = In Progress

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-07 Thread Robert Ancell
I don't know if the bzr change is useful (it required a 40M upload to push).  
The changes are:
=== modified file 'debian/changelog'
--- debian/changelog2009-04-06 18:47:37 +
+++ debian/changelog2009-04-07 07:19:48 +
@@ -1,3 +1,9 @@
+ubiquity (1.12.4ubuntu1) jaunty; urgency=low
+
+  * Workaround for radio button labels dissapearing (LP: #353090)
+
+ -- Robert Ancell robert.anc...@canonical.com  Tue, 07 Apr 2009 17:18:57 
+1000
+
 ubiquity (1.12.4) jaunty; urgency=low
 
   [ Colin Watson ]

=== modified file 'ubiquity/frontend/gtk_ui.py'
--- ubiquity/frontend/gtk_ui.py 2009-04-03 11:43:26 +
+++ ubiquity/frontend/gtk_ui.py 2009-04-07 07:21:21 +
@@ -722,6 +722,11 @@
 
 question = i18n.map_widget_name(widget.get_name())
 widget.set_label(text)
+
+# Workaround for radio button labels dissapearing on second
+# translate when not visible. LP: #353090
+widget.realize()
+
 if question.startswith('ubiquity/imported/'):
 stock_id = question[18:]
 widget.set_use_stock(False)

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-07 Thread Colin Watson
Thanks! That seems like a viable workaround. (And the bzr branch seems
fine, so I'll just merge that.)

** Changed in: ubiquity (Ubuntu Jaunty)
   Status: In Progress = Fix Committed

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-07 Thread Launchpad Bug Tracker
This bug was fixed in the package ubiquity - 1.12.5

---
ubiquity (1.12.5) jaunty; urgency=low

  [ Robert Ancell ]
  * GTK frontend:
- Workaround for radio button labels disappearing (LP: #353090).

  [ Colin Watson ]
  * KDE frontend:
- Fix typo in installation_medium_mounted handler (LP: #354515).
  * Automatic update of included source packages: user-setup 1.23ubuntu17.

 -- Colin Watson cjwat...@ubuntu.com   Wed, 08 Apr 2009 02:29:12 +0100

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

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-06 Thread Colin Watson
This doesn't appear to reproduce by simply loading up
/usr/share/ubiquity/glade/stepUserInfo.glade in Python.

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-06 Thread Robert Ancell
It does appear to be a GTK+ quirk that is being triggered by 
translate_widget().  It occurs when the label is set for the GtkRadioButtons.  
This can be proven by skipping this step for widgets which start with 'login_', 
i.e.
if not widget.get_name().startswith('login_'):
widget.set_label(text)

I haven't yet been able to reproduce this in a simple test case yet.  My
guess is that setting the radio button labels while they are not visible
(they are on a different tab) is not rendering the label when they
become visible.  As reported the labels get rendered when clicked on.

Note also the attached screenshots show one of the labels being
truncated - not sure if this is related, I think it is a long-standing
GTK+ bug but I haven't got the bug number handy.

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-03 Thread Colin Watson
** Also affects: ubiquity (Ubuntu Jaunty)
   Importance: High
   Status: Triaged

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-03 Thread Martin Pitt
Robert, can you please take a look at this? This looks like a GTK quirk,
and Colin doesn't get further with this.

2009 Apr 03 17:21:10  cjwatson I've reproduced it, it's just a
mystery. The radio button labels are blank until you select one of them


** Changed in: ubiquity (Ubuntu Jaunty)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-02 Thread Colin Watson
I see this too, but I haven't yet worked out what's going on ...

** Changed in: ubiquity (Ubuntu)
   Importance: Undecided = High

** Changed in: ubiquity (Ubuntu)
   Status: Confirmed = Triaged

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-02 Thread Colin Watson
By the way, surely r3136 changed autopartitioning, not autologin?

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-02 Thread Juanje Ojeda
Yes, I think I was wrong with the revision. I was looking for any
changes on autologin at the logs and it showed up, but after I got a
better look and I think it's not there...

I'm still looking...

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda

** Attachment added: Before the click, when the texts were hidden
   http://launchpadlibrarian.net/24628626/user-setup_ubiquity.png

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda
There is also part of the comment for the second question which was
hidden and suddenly showed up when the click was done.

** Changed in: guadalinex
   Importance: Undecided = High

** Changed in: guadalinex
Milestone: None = beta
 Assignee: (unassigned) = Juanje Ojeda (juanje)

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda

** Attachment added: After the click, when the texts showed up
   http://launchpadlibrarian.net/24628633/user-setup_ubiquity-2.png

** Also affects: guadalinex
   Importance: Undecided
   Status: New

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda
** Description changed:

  Binary package hint: ubiquity
  
  I'm testing Ubuntu Jaunty daily-build from 01-Apr-2009 and I've started
  it in Spanish.
  
  When I arrive to the Who are you? step I found there are some strings
  (the autologin ones) which were there before but now doen't show up.
  
  But when I choose one autologin option, then all hidden texts show up.
  
  I attacth 2 screenshots. The first is before the click and the second,
  just after.
  
- I believe the problem comes from the change on revision 3136, because it
- changed som autologin stuff in gtk_ui.py, but I didn't check well yet.
+ I believe the problem comes from the change on revision 3136[1], because
+ it changed som autologin stuff in gtk_ui.py, but I didn't check well
+ yet.
+ 
+ [1] http://bazaar.launchpad.net/~ubuntu-
+ installer/ubiquity/trunk/revision/3136

** Tags added: autologin gui

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 353090] Re: (jaunty) Text hidden on Who are you? step

2009-04-01 Thread Juanje Ojeda
I've just comfirmed that it also happends in English version, not just
with Spanish translations

** Changed in: ubiquity (Ubuntu)
   Status: New = Confirmed

** Changed in: guadalinex
   Status: New = Confirmed

-- 
(jaunty) Text hidden on Who are you? step
https://bugs.launchpad.net/bugs/353090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs