mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
The Fcitx5 IME framework is the future version of the legacy Fcitx IME framework. Main parts of Fcitx5: - x11/xcb-imdkit - textproc/fcitx5 Application supports libraries of Fcitx5: - textproc/fcitx5-qt - textproc/fcitx5-gtk GUI configuration tool of Fcitx5: - textproc/fcitx5-configtool IME addons for Fcitx5: - chinese/fcitx5-rime - japanese/fcitx5-anthy textproc/fcitx5 and chinese/fcitx cannot be installed at the same time right now, due to development environment and runtime conflicts users could possibly run into. Submitted by: Ka Ho Ng <khng300@gmail.com> Approved by: lwhsu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27667
25 lines
542 B
Text
25 lines
542 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Remember to set the environment variable XMODIFIERS:
|
|
|
|
csh/tcsh: setenv XMODIFIERS @im=fcitx
|
|
sh/bash: export XMODIFIERS='@im=fcitx'
|
|
|
|
For GTK+ programs, you may want to set:
|
|
|
|
csh/tcsh: setenv GTK_IM_MODULE fcitx/xim
|
|
sh/bash: export GTK_IM_MODULE=fcitx/xim
|
|
|
|
For Qt programs, you may want to set:
|
|
|
|
csh/tcsh: setenv QT_IM_MODULE fcitx
|
|
sh/bash: export QT_IM_MODULE=fcitx
|
|
|
|
To start fcitx with your desktop, just
|
|
|
|
cp %%PREFIX%%/share/applications/org.fcitx.Fcitx5.desktop \
|
|
~/.config/autostart/
|
|
EOM
|
|
}
|
|
]
|