今天重装了系统,由原来的ubuntu 12.04换成了12.10,又要开始一系列装软件活动。
现在说一下Adobe Flash Player的安装过程,之前的时候安装这个很是麻烦,但是12.10安装起来就容易多了。
直接一条命令搞定:
sudo apt-get install flashplugin-installer gsfonts-x11
然后是安装fcitx。
1、安装和过往的版本类似
1``sudo apt-get ``install fcitx //安装fcitx2``sudo apt-get ``install fcitx-table-wbpy //安装五笔拼音混合输入的库表3``sudo apt-get ``install fcitx-table-wubi //安装单独的五笔库表4sudo fcitx-config-gtk //运行图形化配置[界面](http://www.haogongju.net/tag/%E7%95%8C%E9%9D%A2 "界面"),不能用``su并配置默认输入法为fcitx :
1im-switch -s fcitx //不加``sudo2、配置
please check your environment varibles.
you need to set environment varibles below to make fcitx work correctly.
1export XMODIF[IE](http://www.haogongju.net/tag/IE "IE")RS=``"@im=fcitx"2export QT_IM MODULE=xim3export GTK_IM_MODULE=ximyou can set those variables in ~/.bashrc or ~/.xprofile
3、个性配置
路径在 ~/.config/fcitx/config //若没有即执行fcitx -c