fkxxyz / rime-cloverpinyin

🍀️四叶草拼音输入方案,做最好用的基于rime开源的简体拼音输入方案!
https://www.fkxxyz.com/d/cloverpinyin/
GNU Lesser General Public License v3.0
1.81k stars 127 forks source link

Gentoo上源码构建失败 #10

Open shunlir opened 4 years ago

shunlir commented 4 years ago

你好,

在Gentoo上build出现如下错误:

开始构建部署二进制 E0717 20:46:43.316689 26061 config_compiler.cc:428] resource could not be loaded: key_bindings E0717 20:46:43.316735 26061 config_compiler.cc:536] unresolved dependency: Patch(key_bindings:/emacs_editing) E0717 20:46:43.316761 26061 config_compiler.cc:536] unresolved dependency: PendingChild(clover.schema:/key_binder/bindings) E0717 20:46:43.316767 26061 config_compiler.cc:536] unresolved dependency: PendingChild(clover.schema:/key_binder) E0717 20:46:43.316772 26061 config_component.cc:250] error building config: clover.schema

是缺少什么依赖文件吗?(librime已安装) 暂时通过删除clover.schema.yaml中的key_binder section绕过去了,能正常输入。

PS: 直接从release下载安装,输入框不能弹出。

fkxxyz commented 4 years ago

抱歉我本来以为 librime肯定包含 rime-prelude, 就没写到这一点,没想到不同发行版还是有差异。把 rime-prelude装上就好了,项目地址: https://github.com/rime/rime-prelude

shunlir commented 4 years ago

@fkxxyz 多谢,安装rime/rime-prelude后可以了