After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 772674 - List input methods for the user's locale instead of fixed one
List input methods for the user's locale instead of fixed one
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: general
3.20.x
Other Linux
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-10-10 03:50 UTC by Cheng-Chia Tseng
Modified: 2017-01-19 16:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
default-input-sources: Change default for zh_TW to ibus-libzhuyin (1021 bytes, patch)
2017-01-19 16:00 UTC, Rui Matos
committed Details | Review

Description Cheng-Chia Tseng 2016-10-10 03:50:31 UTC
I have installed a fresh fedora 24 in Chinese (Taiwan) language and found some problems in setup.

Problems:
1. gnome-initial-setup only lists "chewing" (ibus-chewing) which is not a default Chinese (Taiwan) input method since fedora 23.
2. the default input method for Chinese (Taiwan) language since fedora 23 is "New Zhuyin" (ibus-libzhuyin). ibus-libzhuyin is installed by default, but not listed in the setup dialogue.

Reproducible:
always

Expect result:
1. gnome-initial-setup list all the available input methods of user's locale which installed on the system.
2. For example, when adding new input sources in System Settings > Language & Regions, gnome can list the available input methods for my locale (which is Chinese (Taiwan)) directly, and so should gnome-initial-steup does.

Thanks!
Comment 1 Cheng-Chia Tseng 2016-10-10 03:55:15 UTC
For your information, one of my friend found "chewing" listed in libgnome-desktop/default-input-sources.h , and maybe that's the cause. 

However, I am not familiar with the programming side, and that's what I all know about this issue.
Comment 2 Peng Wu 2016-12-16 06:26:11 UTC
About the code, maybe need to change it from:
  { "zh_TW",    "ibus",         "chewing" },
To:
  { "zh_TW",    "ibus",         "libzhuyin" },
Comment 3 Rui Matos 2017-01-19 16:00:10 UTC
Created attachment 343808 [details] [review]
default-input-sources: Change default for zh_TW to ibus-libzhuyin

https://bugzilla.redhat.com/show_bug.cgi?id=1405946
Comment 4 Rui Matos 2017-01-19 16:01:09 UTC
Review of attachment 343808 [details] [review]:

looks good, thanks
Comment 5 Rui Matos 2017-01-19 16:03:39 UTC
Comment on attachment 343808 [details] [review]
default-input-sources: Change default for zh_TW to ibus-libzhuyin

370b985..a42a5d0  master -> master