Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2020-11-11 16:31:34
Size: 1603
Editor: ShengjingZhu
Comment:
Revision 12 as of 2021-04-23 15:11:24
Size: 3022
Editor: ShengjingZhu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

<<TableOfContents()>>
Line 9: Line 11:
== Packages status == == Package status ==
Line 12: Line 14:

It only has been packaged on bullseye and later. For buster and before, please use [[DebianPkg:fcitx]], aka fcitx4.
Line 26: Line 30:
apt install --no-install-recommends fcitx5 fcitx5-chinese-addons fcitx5-frontend-gtk3 fcitx5-frontend-qt5 fcitx5-module-kimpanel fcitx5-module-xorg kde-config-fcitx5 apt install --no-install-recommends fcitx5 fcitx5-chinese-addons fcitx5-frontend-gtk3 fcitx5-frontend-qt5 fcitx5-module-xorg kde-config-fcitx5 im-config
Line 29: Line 33:
=== Gnome === [[DebianPkg:im-config]] is used to automatically configure the required environment for input methods.

=== For traditional Chinese users ===

You can install [[DebianPkg:fcitx5-chinese-addons]] too, it provides table method. But you can also install [[DebianPkg:fcitx5-chewing]] for zhuyin.

=== GNOME ===
Line 38: Line 48:

== Migrate from fcitx4 ==

Install [[DebianPkg:fcitx5-config-qt]], then open "Fcitx 5 Migration Wizard" from desktop menu. If you want to migrate pinyin and table data from fcitx4, [[DebianPkg:libime-bin]] is also needed.

== Known Issues ==

 1. The fcitx icons in KDE Breeze、Papirus are not applied. DebianBug:976603
 2. Can't input in some proprietary Qt software.<<BR>>
 Because these software don't include fcitx5 modules in their embedded Qt library. Usually they only include fcitx4 modules.<<BR>>
 Fcitx5 supports the old fcitx4 modules as well. But to use it successfully on these proprietary Qt software, the `QT_IM_MODULE` should be set to `fcitx`. However im-config set it to `fcitx5`. DebianBug:977203 <<BR>>
 The solution is to modify the environment before running these software, for example run `export QT_IM_MODULE=fcitx` first.

== See also ==

 * https://wiki.archlinux.org/index.php/Fcitx5
 * https://fcitx-im.org/wiki/FAQ

----
CategoryKeyboard

Translation(s): 简体中文


Fcitx5

Fcitx 5 is a generic input method framework.

Package status

All packages: Fcitx5 package family

It only has been packaged on bullseye and later. For buster and before, please use fcitx, aka fcitx4.

Install Fcitx5 on bullseye

For simplified Chinese users

Install fcitx5 and fcitx5-chinese-addons. Then logout and login again in your desktop environment. The input methods are not added to fcitx immediately. You need to configure it manually. You can run fcitx5-configtool from terminal or system tray.

apt install --install-recommends fcitx5 fcitx5-chinese-addons

Be sure to install recommended packages, it works for most people. But if you want a minimal set of packages to install, try (for KDE user):

apt install --no-install-recommends fcitx5 fcitx5-chinese-addons fcitx5-frontend-gtk3 fcitx5-frontend-qt5 fcitx5-module-xorg kde-config-fcitx5 im-config

im-config is used to automatically configure the required environment for input methods.

For traditional Chinese users

You can install fcitx5-chinese-addons too, it provides table method. But you can also install fcitx5-chewing for zhuyin.

GNOME

Gnome users should install gnome-shell-extension-kimpanel.

Fcitx5 works on Wayland, so you don't need to switch to Xorg.

Themes

Except the builtin theme, currently there's extra one available. fcitx5-material-color. See the screenshots at upstream.

Migrate from fcitx4

Install fcitx5-config-qt, then open "Fcitx 5 Migration Wizard" from desktop menu. If you want to migrate pinyin and table data from fcitx4, libime-bin is also needed.

Known Issues

  1. The fcitx icons in KDE Breeze、Papirus are not applied. 976603

  2. Can't input in some proprietary Qt software.
    Because these software don't include fcitx5 modules in their embedded Qt library. Usually they only include fcitx4 modules.
    Fcitx5 supports the old fcitx4 modules as well. But to use it successfully on these proprietary Qt software, the QT_IM_MODULE should be set to fcitx. However im-config set it to fcitx5. 977203
    The solution is to modify the environment before running these software, for example run export QT_IM_MODULE=fcitx first.

See also


CategoryKeyboard