Bug 63755
| Summary: | Missing Title Bar Text. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | David Edwards <david_edwards> |
| Component: | sawfish | Assignee: | Havoc Pennington <hp> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.3 | ||
| 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: | 2002-07-10 10:04:59 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: | |||
|
Description
David Edwards
2002-04-18 12:50:55 UTC
Probably not bugs in the Java implementation, but rather the window manager... My prediction is that you have your locale set to iso885915 (cat /etc/sysconfig/i18n, echo $LANG) and you don't have the latest Xlib from our tree which understands this locale. To verify this theory, check ~/.xsession-errors for "locale not supported by Xlib" messages, and try changing your locale to just en_US (no encoding) or en_US.ISO-8859-1. Or in gdm, select a different language from the default. Havoc Reopen if more details added. Once we got the GA version of Red Hat 7.3 the problem had disappeared. Thanks |