Bug 121480
| Summary: | No application on GNOME can work in Japanese mode with host name | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yoshinobu Akimoto <yoshia> |
| Component: | im-sdk | Assignee: | Warren Togami <wtogami> |
| Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | eng-i18n-bugs, sopwith, yshao |
| 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: | 2004-05-12 00:32: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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114961 | ||
This is the only way to configure the hostname to work with "most" apps. It shouldn't be causing problems for im-sdk... By adding following line in the /usr/lib/im/htt.conf, IIIMF can work and then "most" apps also work. AccessControl permit 127.0.0.1 So some relation seem to exist. *** Bug 121967 has been marked as a duplicate of this bug. *** im-sdk-11.4-43.src.rpm is built in HEAD, but release manager decides if it goes in at this point. If not this should go out as a FC2 update immediately upon release. Fixed in im-sdk-11.4-43 for FC2 final. =) |
From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Description of problem: No application will work on GNOME in Japanese mode if host name is specified at network setting on installation. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.To start the installation of the Fedora core 2 test. 2.At the Language selection, select Japanese 3.Select 'personal desk top' installation 4.At the network setting, set the host name ('fedora2') 5.go throuth to the end of installation Actual Results: No application work on GNOME in Japanese mode. (GNOME terminal, Mozilla, OpenOffice and so on,...) Expected Results: Any application should work Additional info: 1.Tempolary solution I found (But I could not find the reason). (1)After the installation, edit the /etc/hosts as following. From '127.0.0.1 <hostname(fedora2)> localhost.localdoman localhost' To '127.0.0.1 localhost.localdoman localhost <hostname(fedora2)>' 2.This problem does not appear in English mode.