http://my.oschina.net/u/1446273/blog/306053
http://blog.sina.com.cn/s/blog_5d406a1b0101jlgn.html
http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthread&tid=9516
http://weblove.iteye.com/blog/2048275
[ok]
http://blog.chinaunix.net/uid-26306068-id-4200947.html
update yuan
http://blog.sina.com.cn/s/blog_6e390e070101ffz3.html
http://marxistprogrammer.blog.163.com/blog/static/47198981201251611465698/
无可用前端 ^C
sudo gedit /etc/apt/sources.list
deb http://ppa.launchpad.net/fcitx-team/dailybuild-fcitx-master/ubuntu trusty main
deb-src http://ppa.launchpad.net/fcitx-team/dailybuild-fcitx-master/ubuntu trusty main
--------------------------------------------
sudo apt-get remove fcitx*
sudo apt-get autoremove
dpkg --get-selections | grep fcitx
有的时候会发现卸载不掉,是因为我们安装了sogoupinyin。先执行卸载sogoupinyin 的命令,再去执行卸载fcitx命令。
卸载搜狗命令:sudo apt-get remove sogoupinyin
--------------------------------------------
http://blog.csdn.net/lengbuleng1107/article/details/14525531
在window下用惯了google拼音输入法,也想在ubuntu下使用google 拼音输入法。这里只是介绍在中文Ubuntu 系统下中文拼音输入法的安装。
一般ubuntu12.04 版本已默认安装好了iBus框架。
若没有安装iBus框架,可以自己安装IBus框架,在终端输入以下命令:
Sun拼音输入法:
通常情况下,IBus图标(一个小键盘)会出现在桌面右上角的任务栏中。有时候这个图标会自行消失,可使用以下命令,找回消失的IBus图标:
安装之后,重启ibus输入法,google pinyin就会出现在添加列表里面,选择添加即可。
另外,安装Ubuntu开机默认是不启动ibus的,可以采取下面的方法实现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 starts 。
-------------------------------------------------------------------------------------------------
http://forum.ubuntu.com.cn/viewtopic.php?f=8&t=386663&p=2960126