在ubuntu中使用新世纪五笔输入法

这是一个关于在ubuntu中使用新世纪五笔输入法的随笔。

This is an essay on using New Century Wubi Input in Ubuntu.

在以前,有搜狗输入法可以使用。但是实际上,搜狗输入法已经几乎没有人维护了。于是在fcitx 5的时代,搜狗输入法不可用,即使降级至fcitx4,会出现窗口频闪无法打字的问题。

In the years ago, we can use Sogou Input. But actually, Sogou Input is like no one maintained. In the era of fcitx 5, Sogou couldn't to be used, even if you downgraded to fcitx 4, window strobing, unable to type.

当然,有一个方法一直行之有效,就是使用中州韵,虽然其最初是用于繁体中文的拼音,但是可以载入码表。

Of course, one method that has always worked is to use Zhongzhouyun, which was originally used in Chinese Traditional Pinyin, but can be loaded into a code table.

接下来是步骤:

  1. 下载中州韵
    Download Zhongzhouyun

    sudo apt update
    # 安装fcitx5版本
    sudo apt install fcitx5-rime
    # 安装iBus版本
    sudo apt install ibus-rime
    # 我并未实践iBus版本的rime如果增加新世纪五笔输入法
    
  2. 准备码表
    prepare code table
    因为我自己也是上网找的,所以出于版本考虑,我就不放在这里了。
    Mine is searched on the website, for the copyright, not put here.

  3. 前往码表文件夹
    goto code tabe folder
    默认文件夹:
    Default folder:

    /usr/share/rime-data/
    

    获取读写权限:

    Get reading and writing rights:

    sudo chmod 777 /usr/share/rime-data/
    

    将配置文件放入其中。
    Put your setting files in it.

  4. 将自己的码表载入rime
    Set our code tables in rime.
    ~/.local/share/fcitx5/rime/default.custom.yaml

    patch:
      schema_list:
        - schema: my_custom_schema
    
posted @ 2025-11-24 13:15  yukigamau  阅读(0)  评论(0)    收藏  举报