Test selection screen does not appear
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox |
Fix Released
|
High
|
Canonical Hardware Certification | ||
checkbox (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Steps to reproduce:
1- Launch checkbox
Expected results:
- An introduction screen, upon which I press "Next" to go to a test selection screen, after which I can execute the tests I selected.
Actual results:
- Checkbox asks for my password and immediately goes into running all the tests.
- Following trace in the log file:
2011-09-16 17:26:13,220 DEBUG Calling /usr/share/
mpt.py IntroPrompt.
at 0x2d29410>) for prompt-begin with priority 100.
2011-09-16 17:26:13,220 ERROR Error running event handler /usr/share/
Traceback (most recent call last):
File "/usr/lib/
results.
File "/usr/share/
if interface.direction == PREV or not self._recover:
AttributeError: 'IntroPrompt' object has no attribute '_recover'
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: checkbox 0.12.7
ProcVersionSign
Uname: Linux 3.0.0-11-generic x86_64
ApportVersion: 1.22.1-0ubuntu2
Architecture: amd64
Date: Fri Sep 16 17:30:16 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110824)
ProcEnviron:
LANGUAGE=en_CA:en
PATH=(custom, no user)
LANG=en_CA.UTF-8
SHELL=/bin/bash
SourcePackage: checkbox
UpgradeStatus: No upgrade log present (probably fresh install)
Related branches
- Brendan Donegan (community): Approve
- Marc Tardif (community): Approve
-
Diff: 42 lines (+8/-2)3 files modifieddebian/changelog (+5/-2)
plugins/intro_prompt.py (+2/-0)
plugins/suites_prompt.py (+1/-0)
- Mathieu Trudel-Lapierre: Approve
- Ubuntu branches: Pending requested
-
Diff: 12410 lines (+2530/-1911)31 files modifiedcheckbox/job.py (+1/-1)
checkbox/lib/transport.py (+14/-4)
checkbox_gtk/gtk_interface.py (+5/-2)
data/whitelists/default.whitelist (+3/-14)
debian/changelog (+56/-0)
debian/po/de.po (+28/-16)
debian/po/it.po (+10/-9)
debian/po/pt_BR.po (+9/-7)
gtk/checkbox-gtk.desktop.in (+1/-1)
jobs/mediacard.txt.in (+6/-6)
jobs/miscellanea.txt.in (+2/-2)
jobs/suspend.txt.in (+3/-3)
plugins/apport_prompt.py (+2/-0)
plugins/intro_prompt.py (+14/-7)
plugins/launchpad_exchange.py (+6/-2)
plugins/suites_prompt.py (+4/-0)
po/de.po (+457/-301)
po/gl.po (+274/-301)
po/hu.po (+16/-16)
po/it.po (+36/-37)
po/pt_BR.po (+431/-339)
po/ru.po (+491/-321)
po/sl.po (+461/-227)
po/zh_HK.po (+126/-213)
scripts/connect_wireless (+4/-3)
scripts/cpu_scaling_test (+50/-9)
scripts/internet_test (+2/-2)
scripts/network_check (+3/-5)
scripts/reconnect (+0/-5)
scripts/resolution_test (+14/-57)
scripts/usb_test (+1/-1)
Changed in checkbox: | |
assignee: | nobody → Canonical Hardware Certification (canonical-hw-cert) |
importance: | Undecided → High |
milestone: | none → 0.12.8 |
Changed in checkbox: | |
status: | Confirmed → Fix Committed |
Changed in checkbox (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in checkbox: | |
status: | Fix Committed → Fix Released |
Yeah, I notice this too. If I press previous it goes back to the test selection screen, but it doesn't go there directly to begin with.