1.卸载ibus输入法: sudo apt-get remove ibus
sudo为取得root权限的意思,Ubuntu系统默认root账户关闭,很多操作需要取得root 权限才可以进行
killall ibus-daemon
sudo apt-get purge ibus ibus-gtk ibus-gtk3 ibus-pinyin* ibus-sunpinyin ibus-table python-ibus
rm -rf ~/.config/ibus
把键盘提示也删除了算了:
apt-get autoremove indicator-keyboard
2.卸载完成之后重启一下Ubuntu 系统,以免后面安装过程出错。
3.添加安装源
有两种方法(推荐使用(2),(1)可能安装不了搜狗输入法):
(1)sudo add-apt-repository ppa:fcitx-team/nightly
(2)sudo gedit /etc/apt/sources.list 在打开的sources.list中加入以下两行: deb http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main deb-src http://ppa.launchpad.net/fcitx-team/nightly/ubuntu quantal main
4.更新源
sudo apt-get update
5.安装fcitx和fcitx-sunpinyin输入法(可以不安装)
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin(拼音)
sudo apt-get install fcitx fcitx-config-gtk fcitx-sogoupinyin(搜狗)
6.安装码表
sudo apt-get install fcitx-table-all
7.接下来输入:im-switch -s fcitx -z default 把fcitx设置为默认输入法或者通过:系统—系统管理—语言支持,打开语言和文本设置项,在语言分页中的键盘输入方 式系统中选择fcitx.
ps:另外,可以右击输入法进行配置,包括皮肤,快捷键等.至此一切安装完成,需要重启fcitx,在系统右上角有小键盘图标右键可以找到选项.英文为(restart)中文即为(重启)。
好久没有登陆ubuntu了,今天登陆果然发现自己忘记了密码,赶紧找到了答案,这里一并分享,以备后用。
如果是双系统,开机有选择,选择 advance版本,然后会看到recovery的版本,不要进入,直接按键盘上的E,进入编辑,找到 linux……ro 之后修改为rw 按F10,重新启动。然后选择 root 在命令行中输入:
#passwd yourusername、
输入两边新密码。按ctrl+shift+alt,restart系统,恭喜你进入系统
Ubuntu中文输入法和忘记密码之后登陆的方法,码迷,mamicode.com