ezgo安装拼音输入法(fcitx)

ezgo11(什么是ezgo)安装时语言可选择繁体中文、简体中文(目前简体中文支持太差,想加入翻译团队可以联系我们)。

但是输入法只有台湾地区常用的几种注音输入法。因此,想要正常使用罗马拼音输入法,需要手动安装。

ps:本人新手一枚,安装拼音输入法也是各种折腾。

 

update 5-8  安装搜狗拼音输入法+googlepinyin+其他几个默认的拼音输入法

我们现在回到最最开始,ezgo还是默认的hime,有没有ibus我不清楚的情况下。

首先,先卸载原有的输入法

sudo apt-get remove hime
sudo apt-get remove ibus

如果之前有fcitx,我一直秉承这简单粗暴一并卸载的做法

sudo apt-get remobe fcitx*
sudo apt-get autoremove(自动卸载依赖软件)
sudo dpkg --get-selections | grep fcitx(查询fcitx相关的软件包是否卸载

网上有两种安装sougou for linux的方法,亲测之后发现第一种通过源安装不可行

所以这里需要手动去下载文件并安装。

打开地址:http://packages.linuxdeepin.com/deepin/pool/main/f/

从目录下找到如下软件(刚刚更新后可能会有点不同,64位下载i386对应amd64的deb的包)

可以不用下载皮肤

 

Index of /deepin/pool/main/f/

 


 

../
faenza-icon-theme/                                 14-Apr-2014 19:19                   -
faience-theme/                                     14-Apr-2014 19:18                   -
fcitx/                                             18-Oct-2013 01:45                   -
fcitx-anthy/                                       30-Aug-2013 08:26                   -
fcitx-chewing/                                     15-Oct-2013 06:59                   -
fcitx-cloudpinyin/                                 30-Aug-2013 08:22                   -
fcitx-configtool/                                  30-Aug-2013 08:22                   -
fcitx-fbterm/                                      22-May-2012 02:08                   -
fcitx-googlepinyin/                                22-May-2012 02:08                   -
fcitx-hangul/                                      30-Aug-2013 08:22                   -
fcitx-keyboard/                                    22-May-2012 02:30                   -
fcitx-libpinyin/                                   06-Jun-2012 10:30                   -
fcitx-m17n/                                        30-Aug-2013 08:22                   -
fcitx-qimpanel/                                    30-Oct-2013 06:22                   -
fcitx-qt5/                                         18-Apr-2014 07:35                   -
fcitx-rime/                                        15-Nov-2012 00:59                   -
fcitx-sayura/                                      30-Aug-2013 08:22                   -
fcitx-skins/                                       14-Apr-2014 19:18                   -
fcitx-sogoupinyin-release/                         23-May-2013 02:18                   -
fcitx-sunpinyin/                                   30-Aug-2013 08:22                   -
fcitx-table-extra/                                 30-Aug-2013 08:22                   -
fcitx-table-other/                                 30-Aug-2013 08:22                   -
fcitx-ui-light/                                    22-Mar-2012 12:54                   -
fcitx-unikey/                                      30-Aug-2013 08:22                   -
ffmpegthumbnailer/                                 25-Dec-2012 06:30                   -
ffmpegthumbs/                                      12-Nov-2012 07:06                   -
ffmulticonverter/                                  16-Jul-2013 01:55                   -
fglrx-installer/                                   23-Jan-2013 03:14                   -
file-roller/                                       14-Apr-2014 19:19                   -
filelight/                                         12-Nov-2012 07:06                   -
firefox/                                           27-Mar-2014 02:09                   -
firefox-kde/                                       19-Sep-2012 03:22                   -
firefox-oxygen-kde/                                19-Sep-2012 03:31                   -
firefox-prism-addon/                               22-Mar-2012 08:12                   -
flashget/                                          01-Mar-2012 13:52                   -
folks/                                             09-Jun-2013 07:19                   -
fontconfig/                                        25-Dec-2013 00:20                   -
fontconfig-infinality/                             23-May-2013 02:14                   -
fonts-droid/                                       11-Jun-2012 02:56                   -
foobnix/                                           19-Dec-2012 06:19                   -
freetype/                                          30-May-2013 10:15                   -
fuse-exfat/                                        03-Jul-2012 01:30                   -

Index of /deepin/pool/main/f/fcitx-sogoupinyin-release/


../
fcitx-sogoupinyin-release_0.0.1-2.debian.tar.gz    31-Mar-2013 15:19                2065
fcitx-sogoupinyin-release_0.0.1-2.dsc              31-Mar-2013 15:19                1508
fcitx-sogoupinyin-release_0.0.1.orig.tar.gz        29-Mar-2013 05:59            30265168
fcitx-sogoupinyin_0.0.1-2_amd64.deb                31-Mar-2013 18:39            15151960
fcitx-sogoupinyin_0.0.1-2_i386.deb                 31-Mar-2013 18:39            15122616

接下来,我们先安装几个东西。
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update(更新源)
sudo apt-get install ......(用这个指令依次安装以下17个,其实有的已经装好了)
  • fcitx
  • fcitx-bin
  • fcitx-config-common
  • fcitcitx-data
  • fcitx-frontend-gtk2
  • fcitx-frontend-gtk3
  • fcitx-frontend-qt4
  • fcitx-googlepinyin
  • fcitx-libs
  • fcitx-module-dbus
  • fcitx-module-x11
  • fcitx-modules
  • fcitx-pinyin
  • fcitx-table
  • fcitx-table-wubi
  • fcitx-ui-classic

到目前为止,其实我们已经安装好了googlepinyin,拼音,双拼这几种输入法了

先log-out注销重新登陆。

接着,安装刚才打包下载的所有搜狗相关的deg包

网上是用以下这个指令

 

sudo dpkg -i *.deb

 

但我试过之后,会提示“无法访问归档文件: 没有那个文件或目录”  切换路径之后也没用,咕~~(╯﹏╰)b,我哪里又错了。

与其如此,倒不如直接安装好了。

打开下载的deb所在路径,双击即可直接安装,是不是so easy呢。。。

注销再重新登陆,这样就可以看到已经装好了几种常用的拼音输入法了。

 

 

 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

update 5-7 fcitx 下googlepinyin输入法安装

这里先介绍 fcitx(中文名为小企鹅输入法)下安装googlepinyin输入法 和搜狗拼音输入法(搜狗比googlepinyin更好用)

ctrl+alt+T 打开终端Terminal

首先,先卸载掉目前的hime(hime是ezgo默认安装的输入法框架,现有的输入法是几种注音输入法)和ibus(我之前装了卸,卸了装,已经忘记ibus是不是原本已经装好的了,只知道ubuntu是默认使用ibus)

sudo apt-get remove hime
sudo pat-get remove ibus

然后安装fcitx 和pinyin googlepinyin输入法

sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install fcitx fcitx-googlepinyin fcitx-pinyin

然后,需要切换输入法框架

im-switch -s fcitx -z default

注销,重新登录。。。

 

注:但是这里有个问题,如果我卸载了ibus,ezgo系统会自动变成英文版。。。这个问题还没有解决。

    

 

 

 

 

 

 

 

 

 

posted @ 2014-05-07 23:15  面朝花开  阅读(587)  评论(0编辑  收藏  举报