[centos] fcitx自启动 - 设置在用户的~/.bash_profile - 简书

[centos]

gedit ~/.bash_profile

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

# User specific environment and startup programs
export LC_ALL=zh_CN.utf8
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx

fcitx -d

[ubuntu]

gedit ~/.profile

export LC_ALL=zh_CN.utf8  
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=xim
export GTK_IM_MODULE=xim

fcitx -d

安装 flash

sudo apt-get install flashplugin-installer


Original url: Access
Created at: 2019-06-06 11:35:47
Category: default
Tags: none

请先后发表评论
  • 最新评论
  • 总共0条评论