Bug 549854
| Summary: | [abrt] crash detected in system-config-language-1.3.3-3.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | DIA Sammy <redhat> | ||||
| Component: | system-config-language | Assignee: | Pravin Satpute <psatpute> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | dmalcolm, i18n-bugs, ivazqueznet, james.antill, jonathansteffan, psatpute | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:650c299d | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-06-18 08:57:12 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: | |||||||
| Attachments: |
|
||||||
|
Description
DIA Sammy
2009-12-22 20:05:31 UTC
Created attachment 379907 [details]
File: backtrace
why getting this exception?
is any change require?
Summary: TB650c299d getopt.py:170:long_has_args:GetoptError: option --French not recognized
Traceback (most recent call last):
File "/usr/share/system-config-language/system-config-language.py", line 48, in <module>
opts, kbdtype = getopt.getopt(sys.argv[1:], "d:h", ["noui", "text", "kickstart", "help"])
File "/usr/lib/python2.6/getopt.py", line 89, in getopt
opts, args = do_longs(opts, args[0][2:], longopts, args[1:])
File "/usr/lib/python2.6/getopt.py", line 153, in do_longs
has_arg, opt = long_has_args(opt, longopts)
File "/usr/lib/python2.6/getopt.py", line 170, in long_has_args
raise GetoptError('option --%s not recognized' % opt, opt)
GetoptError: option --French not recognized
Local variables in innermost frame:
possibilities: []
opt: French
longopts: ['noui', 'text', 'kickstart', 'help']
o: help
"--French" isn't a supported option for this program. You can start it up in french by running it with the LANG environment set, thus: LANG=fr_FR.UTF-8 python /usr/share/system-config-language/system-config-language.py Are you supplying the "--French" option by hand, or is this coming from some an automated system? @Dave Malcolm : No, I don't have changed anything. This is coming from the automated system. But I don't using this desktop anymore. (In reply to comment #0) > abrt detected a crash. > > Comment: Try to change the langage before login. > Attached file: backtrace > cmdline: /usr/bin/python > /usr/share/system-config-language/system-config-language.py --French --French is not valid option for system-config-language use it as a mentioned in #3 closing it as a not a bug, please reopen if any problem |