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 component: system-config-language executable: /usr/share/system-config-language/system-config-language.py kernel: 2.6.31.5-127.fc12.i686 package: system-config-language-1.3.3-3.fc12 uuid: 650c299d
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