fcitx 4.2.9.9
Input method framework
Fcitx is an input method framework with extension support. It has Pinyin, Quwei and some table-based (Wubi, Cangjie, Erbi, etc.) input methods built-in.
- Outputs:
gtk2
,gtk3
,out
- Website: https://fcitx-im.org
- Licenses: GPL 2+
- Package source: gnu/packages/fcitx.scm
- Builds: See build status
- Issues: See known issues
Installation
Install fcitx 4.2.9.9
as follows:
guix install fcitx@4.2.9.9
Or install the latest version:
guix install fcitx
The fcitx
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install fcitx:gtk2
guix install fcitx:gtk3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.