Bug 37753 - ksconfig doesn't handle non-us locales very well
Summary: ksconfig doesn't handle non-us locales very well
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: ksconfig
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact:
URL: none...
Whiteboard:
: 37474 45187 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-26 09:08 UTC by neill newman
Modified: 2008-05-01 15:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-26 18:04:53 UTC
Embargoed:


Attachments (Terms of Use)

Description neill newman 2001-04-26 09:08:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.72 [en] (X11; U; Linux 2.4.2 i686)


ksconfig  does not start and produces this error
Traceback (innermost last):
 File "/usr/share/ksconfig/ksconfig.py", line 387, in ?
     timeCombo.list.select_item(select)
 NameError: select

this is with the "en" locale

Reproducible: Always
Steps to Reproduce:
1. run ksconfig
2. watch it crash ;)
3.
	

Actual Results:  Traceback (innermost last):
File "/usr/share/ksconfig/ksconfig.py", line 387, in ?
     timeCombo.list.select_item(select)
 NameError: select

Expected Results:  erm.. no idea, it has never started ;).. I think it
should have done anything other that what it did ;)..

SMP machine (shouldn't matter) kernel 2.4.3,

Comment 1 Brent Fox 2001-04-27 19:48:21 UTC
*** Bug 37474 has been marked as a duplicate of this bug. ***

Comment 2 Brent Fox 2001-05-29 14:21:39 UTC
Fixed in cvs.  A workaround is to comment out the line:
timeCombo.list.select_item(select)
in /usr/share/ksconfig/ksconfig.py.

Comment 3 Need Real Name 2001-06-22 15:30:48 UTC
*** Bug 45187 has been marked as a duplicate of this bug. ***

Comment 4 Brent Fox 2001-06-26 18:04:49 UTC
This has been fixed in CVS.


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