Deepin15.10版本下fcitx框架解决rime-小鹤双拼
Tofloor
poster avatar
温狄
deepin
2019-05-12 05:47
Author
本帖最后由 w2875235680 于 2019-5-12 09:06 编辑

注意:是小鹤双拼的添加方法!不是小鹤音形!!
首先卸载原有fcitx+sogou
  1. sudo apt purge -y sogou* fcitx*
Copy the Code

然后安装fcitx+rime
  1. sudo apt install fcitx fcitx-rime -y
Copy the Code
重启deepin

重启后安装小鹤双拼
  1. sudo apt-get install librime-data-double-pinyin
Copy the Code
修改此路径~/.config/fcitx/rime下的default.yaml
我是用深度编辑器打开的default.yaml文件。在第11行下方添加了代码:
  1.   - schema: double_pinyin_flypy
Copy the Code

保存!重启deepin!接下来,可以在中州韵输入法中F4调出小鹤双拼。
Reply Favorite View the author
All Replies
avatar
mzking
deepin
2019-05-13 01:36
#1
先顶顶再说,不过我跟你使用上fcitx-rime小鹤的方式不一样

装完重启提示~/.config/fcitx/rime下缺少一个stroke.schema.yaml的文件,然后我把usr目录里面找到的文件复制过来了,然后又小改了一下里面内容就ok了
Reply View the author