(Announcing the Change proposal) |
(→Scope: releng/issue) |
||
Line 101: | Line 101: | ||
<!-- What work do other developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | <!-- What work do other developers have to accomplish to complete the feature in time for release? Is it a large change affecting many parts of the distribution or is it a very isolated change? What are those changes?--> | ||
* Release engineering: [https://pagure.io/releng/ | * Release engineering: [https://pagure.io/releng/issue/9866 #9866] | ||
<!-- REQUIRED FOR SYSTEM WIDE CHANGES --> | |||
<!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)? Is a mass rebuild required? include a link to the releng issue. | <!-- Does this feature require coordination with release engineering (e.g. changes to installer image generation or update package delivery)? Is a mass rebuild required? include a link to the releng issue. | ||
The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication --> | The issue is required to be filed prior to feature submission, to ensure that someone is on board to do any process development work and testing and that all changes make it into the pipeline; a bullet point in a change is not sufficient communication --> |
Revision as of 22:10, 25 November 2020
kasumi-unicode
Summary
kasumi-unicode will be generated newly with kasumi.spec in kasumi project.
Owner
- Name: Takao Fujiwara
- Email: fujiwara [at] redhat [dot] com
Current status
- Targeted release: Fedora 34
- Last updated: 2020-11-25
- 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
anthy-unicode has been forked from anthy since anthy was no longer maintained in upstream. kasumi is one of the applications which link to the libraries of anthy. In case kasumi links to anthy, the private dictionary is located in $HOME/.anthy
directory. In case kasumi links to anthy-unicode, the private dictionary is located at $XDG_CONFIG_HOME/anthy
.
I wish kasumi links to anthy-unicode newly but some other applications still use anthy.
E.g. ibus-anthy uses anthy-unicode and $XDG_CONFIG_HOME/anthy
. fcitx-anthy, scim-anthy, uim-anthy, gcim-anthy uses anthy and $HOME/.anthy
.
To keep the back compatibility while *-anthy will migrate to use anthy-unicode, kasumi.spec is going to generate kasumi twice to generate two kasumi binaries with different CFLAGS and LDFLAGS between anthy and anthy-unicode.
kasumi-unicode will be generated to link to anthy-unicode.
anthy-unicode enhances anthy for:
- internal data EUC-JP to UTF-8
- user dic in $HOME/.anthy to $XDG_CONFIG_HOME/anthy
Feedback
Benefit to Fedora
anthy-unicode saves the user dictionaries in the Freedesktop configuration directory $XDG_CONFIG_HOME. Contributers can develop anthy-unicode with UTF-8 words internally.
Scope
- Proposal owners:
- Other developers: AkiraTagoh (Fedora maintaier of kasumi)
- Release engineering: #9866
- Policies and guidelines: N/A (not a System Wide Change)
- Trademark approval: N/A (not needed for this Change)
- Alignment with Objectives:
Upgrade/compatibility impact
ibus-anthy will depend on anthy-unicode and kasumi-unicode instead of kasumi.
How To Test
- Enable ibus-anthy in your desktop
- Run /usr/libexec/ibus-setup-anthy
- Run kasumi-unicode from "Dictionary" tab in the dialog
- Register some words with kasumi-unicode
The user dictionary is saved in $XDG_CONFIG_HOME/anthy and ibus-anthy can use it.
User Experience
Users will run anthy-unicode-dic-tool --migrate
in case that users need to migrate the user dictionary in $HOME/.anthy with one in $XDG_CONFIG_HOME/anthy.
Dependencies
ibus-anthy
Contingency Plan
- Contingency mechanism: Revert the change of kasumi.spec and ibus-anthy will depends on kasumi.
- Contingency deadline: Beta freeze
- Blocks release? No
- Blocks product? No