坛子里有没有使用小鹤音形的朋友,求指教?
Tofloor
poster avatar
132******03
deepin
2018-01-17 22:23
Author
如题,用官方的方案走下来,安装了ficix-rime,然后用官方提供的配置文件替换了usr/share/rime-data下的文件,结果出现了两个问题:
第一是,无法显示候选框。
第二,无法自定义词库,在配置文件中的flypy-user.txt这个文件中进行修改,但并不起作用。
第一个问题倒是没啥,现在也已经能够做到盲打了。但第二个问题真心求解决方案,谢谢。

Reply Favorite View the author
All Replies
avatar
9***8@qq.com
deepin
2018-01-17 22:59
#1
手动升级 fcitx & fcitx-rime 可以解决:

https://bbs.deepin.org/post/151771

最后,如果还是没有候选窗:

sudo apt purge fcitx*

reboot

sudo apt install fcitx fcitxtools fcitxconfig* fcitxfrontend* fcitxmodule* fcitxui*
Reply View the author
avatar
132******03
deepin
2018-01-17 23:49
#2
https://bbs.deepin.org/post/151951
手动升级 fcitx & fcitx-rime 可以解决:

https://bbs.deepin.org/post/151771&e ...

请问自定义词库有办法解决吗?
Reply View the author
avatar
9***8@qq.com
deepin
2018-01-17 23:58
#3
https://bbs.deepin.org/post/151951
请问自定义词库有办法解决吗?

deepin软件仓库里的 fcitx-rime 版本太低,建议换成我编译的,最新版本的 librime 主引擎:

依次安装编好号的deb

https://pan.stnts.com/s/EehUG7h

然后,在 sent.sh 这个脚本处打开终端

sudo sh sent.sh

脚本会将 librime 的几个库文件发到指定目录。

至于 rime 的配置文件,

与原来是通用的。

自定义词库,需要在 *.schema.yaml 里做好配置,我不知你是否会改写配置文件,如果不会,你最好在 win10 下面,安装 Prime,找一份做好的配置文件测试能正常工作了,再移到 fcitx-rime 下面使用。

另外,~/.config/fcitx/rime 最好一切改动,都在这里做。

/usr/share/rime-date,建议不要修改,因为一旦做了错误配置,可能导致 fcitx-rime 无法正常使用,而你又没有办法得知自己错在什么地方。
Reply View the author