rime / ibus-rime

【中州韻】Rime for Linux/IBus
https://rime.im
GNU General Public License v3.0
730 stars 105 forks source link

plum rime-install then 部署 causes no effect on Ubuntu #88

Open danvim opened 4 years ago

danvim commented 4 years ago

Upon installing ibus-rime I tried using rime-install to patch rime. Then after "部署", the patches causes no effect. I discovered that inside ~/.config there is no longer a default.yaml in Ubuntu 19.10. I used to manually edit this file to apply my list of schemas and menu/page_size:9 in Ubuntu 18.04, when rime-install didn't have an effect on the deployment of rime then either. It just downloaded the required files to ~/.config.

default.custom.yaml

__patch:
# Rx: custom:add:schema=ipa_yunlong {
  - patch/+:
      schema_list/+/+:
        - schema: ipa_yunlong
# }
# Rx: custom:clear_schema_list: {
  - patch/+:
      schema_list: []
# }

This is my second page of Ctrl+`.

image