Bug 65912
Summary: | Font selection in Gnome Term fails to take effect from menu selection | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Richard Schaal <richard.schaal> |
Component: | gnome-utils | Assignee: | Havoc Pennington <hp> |
Status: | CLOSED RAWHIDE | QA Contact: | Aaron Brown <abrown> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.3 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2002-06-04 17:01:17 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
Richard Schaal
2002-06-04 00:18:52 UTC
Check stderr for the terminal (or ~/.xsession-errors) and see if there are warnings about the codeset. If so you are picking a font that doesn't match your locale. You are right on - pointing out an error message in .xsession-errors : The font "-adobe-courier-bold-r-normal-*-*-200-*-*-m-*-iso8859-9" does not suppo rt all the required character sets for the current locale "en_US.iso885915" (Missing character set "ISO8859-15") (Missing character set "ISO8859-15") That said, how do I coerce this into working as desired? - I think its wierd that "COURIER" would not support all the characters I would ever need. I'm not getting much of a clue by reading the man page on locale. Thanks! - richard In the font selector, there's a place to choose encoding; if ISO8859-15 is an option you want that instead of 8859-9. Otherwise you might try changing your locale to 8859-1 (latin 1) in /etc/sysconfig/i18n. No joy on the i18n modification - I changed it and rebooted with same results. You knew I was running gnome...? - there's apparently a variable GDM_LANG that is controlling the locale settings. I've been searching the system without finding where that variable resides. GDM_LANG is set dynamically from the Language menu in gdm. You can always test a single terminal instance with "LANG=whatever gnome-terminal" The quick and dirty answer to this problem is to disable the multibyte support in the terminal settings. I tried locale_config to change the default locale and rebooted - no joy even though locale_config remembered the last setting. I'm getting a headache from all this... :-) Should be mopped up in Rawhide. |