Bug 948117
Summary: | gnome-settings-daemon should default to ibus-kkc [ja] and ibus-libpinyin [zh_CN] | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> | ||||||
Component: | gnome-settings-daemon | Assignee: | Bastien Nocera <bnocera> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 19 | CC: | awilliam, bnocera, dueno, mfabian, mkasik, ofourdan, rstrode, tiagomatos | ||||||
Target Milestone: | --- | Keywords: | i18n | ||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | AcceptedFreezeException | ||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2013-05-14 04:29:24 UTC | Type: | Bug | ||||||
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: | 834088 | ||||||||
Attachments: |
|
Created attachment 731462 [details]
gnome-settings-daemon-3.8.0-kkc-libpinyin.patch
Same story for Simplified Chinese (since Fedora 18 default it libpinyin not pinyin).
Ping I would like to add this patch to Fedora for F19 Beta. Discussed at 2013-05-08 freeze exception review meeting: http://meetbot.fedoraproject.org/fedora-blocker-review/2013-05-08/f19beta-blocker-review-4.2013-05-08-16.00.log.txt . Accepted as a freeze exception, as it's a clearly desirable change that can't be done with an update, and low impact. Okay I went ahead and fixed this for Fedora. gnome-settings-daemon-3.8.1-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gnome-settings-daemon-3.8.1-2.fc19 Package gnome-settings-daemon-3.8.1-2.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-settings-daemon-3.8.1-2.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7777/gnome-settings-daemon-3.8.1-2.fc19 then log in and leave karma (feedback). Well, the update is stable now. Not sure if we should close this, though. I did test doing a Japanese install of TC4 and I still don't get an IME by default, but I'm not sure if that's this bug or something else. Jens? (In reply to comment #7) > Well, the update is stable now. Not sure if we should close this, though. The original bug here was that g-s-d was setting up the old IMEs for Japanese and Chinese instead of the new ones. Now that g-i-s is setting up an Input Source by default g-s-d probably don't do any fallback setup of Input Source (maybe unless one doesn't set any Input Source in g-i-s if that is even possible). > I did test doing a Japanese install of TC4 and I still don't get an IME by > default, but I'm not sure if that's this bug or something else. Jens? That is bug 928645. So I think it is okay to close this now (not sure why Bodhi didn't). Bodhi's buggy ATM. Closing. (In reply to comment #7) > Well, the update is stable now. Not sure if we should close this, though. I > did test doing a Japanese install of TC4 and I still don't get an IME by > default, but I'm not sure if that's this bug or something else. Jens? I did get the Japanese input method "Kana Kanji" (ibus-kkc) automatically after a netinstall of Fedora-19-Beta-TC4-x86_64-netinst.iso. gnome-initial-setup-0.9-2.fc19.x86_64 *** Bug 961270 has been marked as a duplicate of this bug. *** |
Created attachment 731457 [details] gnome-settings-daemon-3.8.0-anthy-kkc.patch Description of problem: GSD 3.8.0 still assumes ibus-anthy is the default IME for Japanese but in F19 we are changing the default to ibus-kkc. The attached patch should fix that, can you please apply it to F19 (and F20)? I guess it may be too early to apply it upstream since ibus-kkc is still pretty new but I hope it will happen later when more distros move to ibus-kkc hopefully. Version-Release number of selected component (if applicable): gnome-settings-daemon-3.8.0 Steps to Reproduce: 1. start gnome 3.8.0 session in F19 in Japanese 2. open control-center for Input Sources Actual results: 2. default input source is "anthy" Expected results: 2. default input source should be "kkc" Additional info: gnome-settings-daemon should not really set an input-source to a non-installed IME by default but that is probably harder to fix and needs a separate upstream bug.