NinKenDo Posted March 20, 2020 at 10:44 PM Report Share Posted March 20, 2020 at 10:44 PM Hey guys, I'm trying to set up zhengma in ibus-rime on an Arch install and I'm finding that when the zhengma method is selected, the only options given are the letters I'm actually typing. So fore instance if I type agr, the code for 无, the only option listed is to input "agr", the raw keyboard input. My ~/.config/ibus/rime filetree looks like so: ├── build │ ├── bzzm.dict.yaml │ ├── bzzm.phrases1.dict.yaml │ ├── bzzm.phrases.dict.yaml │ ├── bzzm.schema.yaml │ ├── bzzm.symbols.dict.yaml │ ├── bzzm.words.dict.yaml │ ├── default.yaml │ ├── luna_pinyin.prism.bin │ ├── luna_pinyin.reverse.bin │ ├── luna_pinyin.schema.yaml │ ├── luna_pinyin.table.bin │ ├── pinyin_simp.prism.bin │ ├── pinyin_simp.reverse.bin │ ├── pinyin_simp.schema.yaml │ ├── pinyin_simp.table.bin │ ├── stroke.prism.bin │ ├── stroke.reverse.bin │ ├── stroke.schema.yaml │ ├── stroke.table.bin │ ├── terra_pinyin.prism.bin │ ├── terra_pinyin.schema.yaml │ └── 码表 │ ├── dz.vim │ ├── fh.vim │ ├── gcm.vim │ ├── phrases.yaml │ ├── WIN7郑码.txt │ ├── words.yaml │ ├── XP郑码.txt │ ├── zhengma.dict.yaml │ ├── zhengma.txt │ ├── zhengma.yaml │ ├── zm.vim │ ├── 中易公司大字符集郑码.txt │ ├── 中易公司郑码6.6.txt │ ├── 二简词.yaml │ ├── 构词码.yaml │ ├── 符号.yaml │ └── 超大字符集繁體鄭碼.txt ├── default.custom.yaml ├── installation.yaml ├── luna_pinyin.userdb │ ├── 000747.ldb │ ├── 000753.log │ ├── CURRENT │ ├── LOCK │ ├── LOG │ ├── LOG.old │ └── MANIFEST-000752 ├── pinyin_simp.userdb │ ├── 000005.ldb │ ├── 000017.log │ ├── CURRENT │ ├── LOCK │ ├── LOG │ ├── LOG.old │ └── MANIFEST-000015 ├── sync │ └── 025f0d28-044a-4038-a909-2531ceed9edd │ ├── default.custom.yaml │ ├── installation.yaml │ ├── luna_pinyin.userdb.txt │ ├── terra_pinyin.userdb.txt │ └── user.yaml ├── terra_pinyin.userdb │ ├── 000021.log │ ├── 000022.ldb │ ├── CURRENT │ ├── LOCK │ ├── LOG │ ├── LOG.old │ └── MANIFEST-000019 └── user.yaml 7 directories, 67 files And default.custom.yaml contains the following (bzzm is the id for the zhengma distribution I'm using): patch: schema_list: - schema: luna_pinyin - schema: bzzm Luna Pinyin works perfectly. Does anybody have any clue what I'm doing wrong? I'm a total Zhengma noob so I might be doing something really dumb that has nothing to do with rime or ibus, but I don't think that's the issue. Any help would be really appreciated. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and select your username and password later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.