(→Scope) |
(→Scope) |
||
Line 93: | Line 93: | ||
The langtable package has data about default input methods. Change this data. But the data in langtable is currently apparently not used by gnome-initial setup. The list of default input methods used by gnome-initial-setup us stored in | The langtable package has data about default input methods. Change this data. But the data in langtable is currently apparently not used by gnome-initial setup. The list of default input methods used by gnome-initial-setup us stored in | ||
<pre> | |||
libgnome-desktop/default-input-sources.h | libgnome-desktop/default-input-sources.h | ||
</pre> | |||
Currently there is the following default input method for zh_HK locale: | Currently there is the following default input method for zh_HK locale: | ||
<pre> | |||
static DefaultInputSource default_input_sources[] = | static DefaultInputSource default_input_sources[] = | ||
{ | { | ||
Line 106: | Line 106: | ||
... | ... | ||
} | } | ||
</pre> | |||
* Other developers: <!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | * Other developers: <!-- REQUIRED FOR SYSTEM WIDE CHANGES --> |
Revision as of 05:53, 10 January 2022
Ibus-table cangjie default for zh_HK
Summary
Make ibus-table cangjie the default input method for zh_HK (Hongkong) locale.
Owner
- Name: Mike Fabian
- Email: <mfabian@redhat.com>
Current status
- Targeted release: Fedora Linux 36
- Last updated: 2022-01-10
- FESCo issue: <will be assigned by the Wrangler>
- Tracker bug: <will be assigned by the Wrangler>
- Release notes tracker: <will be assigned by the Wrangler>
Detailed Description
Currently, ibus-cangjie is the default input method for zh_HK in Fedora. ibus-cangjie is not actively maintained anymore upstream. ibus-table and the cangjie tables in ibus-table-chinese are actively maintained and can replace ibus-cangjie.
Feedback
Benefit to Fedora
A better input experience for users of the zh_HK locale.
Scope
- Proposal owners:
The langtable package has data about default input methods. Change this data. But the data in langtable is currently apparently not used by gnome-initial setup. The list of default input methods used by gnome-initial-setup us stored in
libgnome-desktop/default-input-sources.h
Currently there is the following default input method for zh_HK locale:
static DefaultInputSource default_input_sources[] = { ... { "zh_HK", "ibus", "cangjie" }, ... }
- Other developers:
- Release engineering: #Releng issue number
- Policies and guidelines: N/A (not needed for this Change)
- Trademark approval: N/A (not needed for this Change)
- Alignment with Objectives:
Upgrade/compatibility impact
How To Test
User Experience
Dependencies
Contingency Plan
- Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? N/A (not a System Wide Change), Yes/No
Documentation
N/A (not a System Wide Change)