Bug 156590
| Summary: | "Username:", "Please enter usename" message is no display on gdm | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sangu <sangu.fedora> | ||||
| Component: | gdm | Assignee: | Ray Strode [halfline] <rstrode> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | mitr | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i386 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-05-04 13:44:01 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 136450 | ||||||
| Attachments: |
|
||||||
|
Description
sangu
2005-05-02 06:10:05 UTC
Similar problem in cs_CZ.UTF-8, strings end at first non-ASCII character. Looks like gdm-2.6.0.8-process-all-messages stops does q = p; while (*q >= ' ') q++; with q being "const gchar *", i.e. sign-extended to < 0 (and < ' ') for non-ASCII characters Created attachment 113958 [details]
Use unsigned comparison for detecting end of string
This patch against gdm-2.6.0.8-process-all-messages.patch fixes it.
Thanks Mirek, I'll try to push this fix through today. Should be fixed. |