zoukankan      html  css  js  c++  java
  • ubuntu13.04中把ibus中的中文拼音输入设为默认

    全新的ubuntu ,先选择 下载服务器 首选项->软件和更新 选择 最佳服务器 

    准备工作:卸载Ubuntu默认的ibus输入法:

    sudo apt-get remove ibus

    然后添加Fcitx 源:

    sudo add-apt-repository ppa:fcitx-team/nightly

    sudo apt-get update

    然后 安装fcitx,搜狗输入法,Google输入法,云输入法,以及设置fcitx为默认:

    sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-sogoupinyin

    sudo apt-get install fcitx-table-all

    sudo apt-get install im-switch
    im-switch -s fcitx -z default

    reboot 重启,就可以用了输入法了。


    en版的ubuntu开机默认是不启动ibus的,所以如果不设置的话,用户必须每次 自己手动启动输入法。
    解决方法:
    方法一.  System >> Administration >> Language Support
                 然后设 置"Keyboard Input Method System"为ibus
    方法二:当然你也可以设置开机自己启动ibus
    System >> Preferences >> Startup Applications
    Click the button: Add
    Name: ibus daemon
    Command: /usr/bin/ibus-daemon -d
    Comment: start ibus daemon when gnome start
  • 相关阅读:
    第五章 数据的共享与保护
    实验6
    实验5
    实验4 类与对象2)
    实验三 类与对象
    实验2
    2018—3-21第二章程序例题(2)
    第二章思维导图
    2018—3-18C++第二章程序例题
    汇编实验九
  • 原文地址:https://www.cnblogs.com/yhdsir/p/4827790.html
Copyright © 2011-2022 走看看