install fcitx chinese input at FreeBSD14.1

从发行版安装Fcitx 5

first find pkg

复制代码
pkg search fcitx5

pkg search fcitx5
pkg: No SRV record found for the repo 'FreeBSD'
fcitx5-5.1.10                  New implementation of the Fcitx IME framework
fcitx5-configtool-5.1.6        Fcitx5 IM framework configuration tool
fcitx5-gtk-common-5.1.3        Fcitx support for GTK (common files)
fcitx5-gtk2-5.1.3              Fcitx support for GTK (gtk2)
fcitx5-gtk3-5.1.3              Fcitx support for GTK (gtk3)
fcitx5-gtk4-5.1.3              Fcitx support for GTK (gtk4)
fcitx5-lua-5.0.13              Lua support for Fcitx5
fcitx5-m17n-5.1.1              Multilingualization support for Fcitx5
fcitx5-qt-common-5.1.6         Fcitx support for Qt (common files)
fcitx5-qt5-5.1.6               Fcitx support for Qt (qt5)
fcitx5-qt6-5.1.6               Fcitx support for Qt (qt6)
ja-fcitx5-anthy-5.1.4          Anthy support for Fcitx5
ja-fcitx5-cskk-1.2.0           SKK input method plugin for fcitx5 that uses LibCSKK
ko-fcitx5-hangul-5.1.4         Hangul support for Fcitx5
zh-fcitx5-chewing-5.1.5        Chewing support for Fcitx5
zh-fcitx5-chinese-addons-5.1.6 Pinyin and table input method support for Fcitx5
zh-fcitx5-mcbopomofo-2.7       McBopomofo for Fcitx5
zh-fcitx5-rime-5.1.8           RIME support for Fcitx5
zh-fcitx5-table-extra-5.1.6    Extra table support for Fcitx5
zh-fcitx5-table-other-5.1.3    Other table support for Fcitx5

note :

in other system such as Ubuntu the chinese pkg are as :fcitx5-chinese-addons_5.1.3-1build3_all.deb

but in FreeBSD ,it's :

zh-fcitx5-chinese-addons-5.1.6.pkg

config fcitx in ibus

but there's no input

pkg install kwin

复制代码
root@x250:~ # pkg install plasma6-kwin

after install kwin , fcitx5-configtool is gone

so must reinstall it

复制代码
pkg install fcitx5-configtool

reinstall fcitx5

first remove fcitx5

and then reinstall

复制代码
pkg install fcitx5 zh-fcitx5-chinese-addons fcitx5-configtool

intall message:

复制代码
Message from fcitx5-5.1.10:

--
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 /usr/local/share/applications/org.fcitx.Fcitx5.desktop \
	    ~/.config/autostart/

Message from fcitx5-5.1.10:

--

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 /usr/local/share/applications/org.fcitx.Fcitx5.desktop \

~/.config/autostart/

run

复制代码
cp /usr/local/share/applications/org.fcitx.fcitx5-config-qt.desktop ~/.config/autostart/

that's wrong, use this :

复制代码
cp /usr/local/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/

最重要的事情就是上面这句。当然还有这些配置,也不知道是否正确

.xinitrc 文件:

复制代码
setenv GTK_IM_MODULE "fcitx5"
setenv GTK3_IM_MODULE "fcitx5"
setenv QT_IM_MODULE "fcitx5"
setenv QT4_IM_MODULE "fcitx5"
setenv xmodifiers "@im=fcitx5"
setenv LC_ALL "zh_CN.UTF-8"

参考自:https://book.bsdcn.org/di-5-zhang-shu-ru-fa-ji-chang-yong-ruan-jian/di-5.1-jie-fcitx-shu-ru-fa-kuang-jia

相关推荐
Sca_杰4 分钟前
centos指令
linux·运维·centos
几道之旅6 分钟前
centos 7 安装NVIDIA Container Toolkit
linux·运维·centos
DuelCode6 分钟前
Windows VMWare Centos Docker部署Nginx并配置对Springboot应用的访问代理
linux·运维·服务器
myloveasuka13 分钟前
信号操作集函数
linux·运维·服务器·c语言·c++·vscode
亦舒.16 分钟前
宝塔面板Nginx手动配置负载均衡实战指南
运维·nginx·负载均衡
舒克起飞了2 小时前
linux系统编程——Makefile、GDB调试
linux·运维·服务器
deming_su2 小时前
轻松上手:使用Nginx实现高效负载均衡
运维·nginx·负载均衡
m0_694845573 小时前
服务器如何配置防火墙规则开放/关闭端口?
linux·服务器·安全·云计算
降世神童3 小时前
华为云Flexus+DeepSeek征文| 使用华为云CCE容器部署Dify-LLM高可用方案的验证与测试
运维·华为云·aigc
降世神童3 小时前
华为云Flexus+DeepSeek征文| 基于华为云Dify-LLM高可用平台开发运维故障处理智能体
运维·华为云·aigc