Bug 461367

Summary: firstboot traceback: 'NoneType' object has no attribute 'beenset'
Product: [Fedora] Fedora Reporter: Axel Thimm <axel.thimm>
Component: system-config-keyboardAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 9CC: alsadi
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-10-27 09:44:07 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Axel Thimm 2008-09-06 17:49:02 UTC
Description of problem:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/firstboot/interface.py", line 274, in createScreens
    module.createScreen()
  File "/usr/share/firstboot/modules/keyboard.py", line 148, in createScreen
    if not self.kbd.beenset:
AttributeError: 'NoneType' object has no attribute 'beenset'


Version-Release number of selected component (if applicable):
firstboot-1.97-1.fc9.i386

How reproducible:
100%

Steps to Reproduce:
1.Install Fedora 9 with updates repo enabled
2.
3.
  
Actual results:
See above

Expected results:
The usual firstboot experience

Additional info:

Comment 1 Lubomir Rintel 2008-10-27 09:10:57 UTC
*** Bug 453225 has been marked as a duplicate of this bug. ***

Comment 2 Lubomir Rintel 2008-10-27 09:44:07 UTC
I think Chris Lumens fixed this.