Comment 6 for bug 553087

Revision history for this message
Evan (ev) wrote :

Can you please click on "Try Ubuntu", then once at the destkop, open /usr/lib/ubiquity/ubiquity/keyboard_detector.py in an editor as root (`gksu gedit`). Go to line 35, where it says "line = self.fp.readline()", and change it to:

line = self.fp.readline(); print step, line

Run the installer again, reproducing the bug as you did before, then attach /var/log/installer/debug to this bug report.

Thanks!