screenshots don't have the correct language code
Bug #556532 reported by
Luke Jennings
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickshot |
Fix Committed
|
High
|
Neil Tallim |
Bug Description
I think this is python-pybabel related but some how the dutch screenshots are not being taken in dutch. I asked in #ubuntu-nl to double check but this is not dutch http://
This is http://
When running quickshot the language is detected ok except netherlands (aruba) which causes quickshot to crash. I have added a commet to https:/
summary: |
- languages are not being detected correctly + screenshots don't have the correct language code |
To post a comment you must log in.
I just tried the following as a test...
import locale getdefaultlocal e()
print locale.
...and this happened.
Traceback (most recent call last): python2. 6/locale. py", line 478, in getdefaultlocale localename( localename) python2. 6/locale. py", line 410, in _parse_localename
File "<stdin>", line 1, in <module>
File "/usr/lib/
return _parse_
File "/usr/lib/
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: nl_AW
Environment: LiveCD, installed to disk, running with Quickshot user. Nothing else was changed.
We may need to check with Python's Issue Tracker to see if this is a known problem and possibly submit a patch, if it isn't somehow specific to the Lucid Python build.