Skip to content

如何配置输入法 #3

@shipujin

Description

@shipujin
  1. 配置 ibus 输入法

编辑~/.bashrc~/.profile/etc/profile文件(编辑其他功能相同的系统配置文件也可以),在末尾添加以下内容

export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
ibus-daemon -x -d  
  1. 配置 fcitx 输入法

编辑~/.bashrc~/.profile/etc/profile文件(编辑其他功能相同的系统配置文件也可以),在末尾添加以下内容

export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions