Bug 435416 - Error while running application in locale
Summary: Error while running application in locale
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-keyboard
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-29 07:19 UTC by A S Alam
Modified: 2013-07-03 00:48 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-29 16:08:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description A S Alam 2008-02-29 07:19:27 UTC
Description of problem:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/firstboot/interface.py", line 262, in
createScreens
    module.createScreen()
  File "/usr/share/firstboot/modules/keyboard.py", line 139, in createScreen
    if not self.kbd.beenset:
AttributeError: 'NoneType' object has no attribute 'beenset'


Since there is a problem, firstboot will exit.

Please file a bug against 'firstboot' in the Red Hat
bug tracking system at http://www.redhat.com/bugzilla.
A copy of the debug output has been saved to /tmp/firstboot-ns_n13
Be sure to attach that file to the bug report.

Version-Release number of selected component (if applicable):
system-config-keyboard-1.2.12-1.fc9.noarch
firstboot-1.92-1.fc9.i386

How reproducible:
Everytime with as_IN locale

Steps to Reproduce:
1. use LANG=as_IN.UTF-8
2.firstboot --reconfig --debug
3.
  
Actual results:
Error on Terminal and in a Window

Expected results:
should not have

Additional info:
Another bug for smolt: (bug: 432305)
Terminal also showing error:
firstboot --reconfig --debug
firstboot INFO: Starting up in reconfig mode
firstboot DEBUG: X is already running, not using any frontend

(firstboot:3444): Gtk-WARNING **: Whoever translated default:LTR did so wrongly.

firstboot DEBUG: Successfully loaded module eula, adding
firstboot DEBUG: Successfully loaded module welcome, adding
firstboot ERROR: Module language does not contain a class named moduleClass;
skipping.
firstboot DEBUG: Successfully loaded module create_user, adding
firstboot INFO: skipping module additional_cds because shouldAppear returned false
firstboot DEBUG: Successfully loaded module smolt, adding
firstboot DEBUG: Successfully loaded module keyboard, adding
firstboot DEBUG: Using GTK interface
firstboot CRITICAL: Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/firstboot/interface.py", line 262, in
createScreens
    module.createScreen()
  File "/usr/share/firstboot/modules/keyboard.py", line 139, in createScreen
    if not self.kbd.beenset:
AttributeError: 'NoneType' object has no attribute 'beenset'

Loading simple Config module ...
Creating backend ...
Reading pinyin phrase lib failed
Loading socket FrontEnd module ...
Starting SCIM as daemon ...
Reading pinyin phrase lib failed

Comment 1 A S Alam 2008-02-29 07:22:18 UTC
it is showing error with en_US.UTF-8, so changed to desktop error

Comment 2 Chris Lumens 2008-02-29 16:08:58 UTC
This will be fixed in the next build of system-config-keyboard.


Note You need to log in before you can comment on or make changes to this bug.