Ubuntu12.04安装fcitx
发表于 : 2012-05-17 20:40
各位大大们,Ubuntu12.04怎么安装fcitx啊?小白我今天sudo apt-get install fcitx然后为什么打不开fcitx啊?
我启动不起来。。。YeLee 写了:输入法启动了吗?
这样吗。。。我试试。。。zcf115 写了:我安装fcitx后直接卸载了ibus,然后就可以用了。
官方源里好像已经有了。shinery 写了:添加ppa源,好像论坛里有类似的帖子。
我也能用了,但是我不能打开配置。。。请问您是怎么办到的?zcf115 写了:我安装fcitx后直接卸载了ibus,然后就可以用了。
代码: 全选
apt-cache search fctix
cwll 写了:sunpinyin-utils - Simplified Chinese Input Method from SUN (utilities)代码: 全选
apt-cache search fctix
fcitx - Flexible Input Method Framework
fcitx-bin - Flexible Input Method Framework - essential binaries
fcitx-chewing - Fcitx wrapper for Chewing library
fcitx-config-common - graphic Fcitx configuration tool - common files
fcitx-config-gtk - graphic Fcitx configuration tool
fcitx-data - Flexible Input Method Framework - essential data files
fcitx-dbg - Flexible Input Method Framework - debugging symbols
fcitx-frontend-all - Flexible Input Method Framework - frontends metapackage
fcitx-frontend-fbterm - Flexible Input Method Framework - FbTerm frontend
fcitx-frontend-gtk2 - Flexible Input Method Framework - GTK+ 2 IM Module frontend
fcitx-frontend-gtk3 - Flexible Input Method Framework - GTK+ 3 IM Module frontend
fcitx-frontend-qt4 - Flexible Input Method Framework - QT 4 IM Module frontend
fcitx-googlepinyin - Fcitx wrapper for Google Pinyin IM engine
fcitx-keyboard - X Keyboard Integration wtih Fcitx
fcitx-libs - Flexible Input Method Framework - library files
fcitx-libs-dev - Flexible Input Method Framework - library development files
fcitx-module-cloudpinyin - Free Chinese Input Toy of X - cloudpinyin module
fcitx-module-dbus - Flexible Input Method Framework - D-Bus module and IPC frontend
fcitx-module-x11 - Flexible Input Method Framework - X11 module and XIM frontend
fcitx-modules - Flexible Input Method Framework - core modules
fcitx-pinyin - Flexible Input Method Framework - classic Pinyin engine
fcitx-qw - Flexible Input Method Framework - QuWei engine
fcitx-sunpinyin - fcitx wrapper for Sunpinyin IM engine
fcitx-table - Flexible Input Method Framework - table engine
fcitx-table-all - Flexible Input Method Framework - tables metapackage
fcitx-table-bingchan - Flexible Input Method Framework - Bingchan table
fcitx-table-boshiamy - Flexible Input Method Framework - Boshiamy table
fcitx-table-cangjie - Flexible Input Method Framework - Cangjie table
fcitx-table-cangjie-big - Flexible Input Method Framework - Cangjie-Big table
fcitx-table-cangjie3 - Flexible Input Method Framework - Cangjie3 table
fcitx-table-cangjie5 - Flexible Input Method Framework - Cangjie5 table
fcitx-table-dianbaoma - Flexible Input Method Framework - Dianbaoma table
fcitx-table-erbi - Flexible Input Method Framework - Erbi table
fcitx-table-wanfeng - Flexible Input Method Framework - Wanfeng table
fcitx-table-wbpy - Flexible Input Method Framework - WubiPinyin table
fcitx-table-wubi - Flexible Input Method Framework - Wubi table
fcitx-table-zhengma - Flexible Input Method Framework - Zhengma table
fcitx-table-ziranma - Flexible Input Method Framework - Ziranma table
fcitx-tools - Flexible Input Method Framework - various tools
fcitx-ui-classic - Flexible Input Method Framework - Classic user interface
fcitx-ui-kimpanel - Flexible Input Method Framework - KIMPanel user interface
fcitx-ui-light - light weight xlibs and xft based UI for Fcitx
kde-config-fcitx - KDE configuration module for Fcitx
想安装什么,在里面找就行了。
我又遇到新问题了。。。就是当我在文件管理器想输入文件名搜索文件时,会出现一个fcitx的输入框,然后我所有的输入就全跑到那里面去了,就没法搜索文件了,请问这个问题应该怎么解决?mochaoting 写了:直接在软件中心里搜wubi按装那个fcitx注销一下就可以了
fcitx 现在是支持 IM MODULE 的132811 写了:1.去掉ibus,否则有冲突
$sudo apt-get purge ibus
2.设置环境变量,并默认启动
$vim .bashrc
export GTK_IM_MODULE=xim
export XMODIFIERS="@im=fcitx"
export QT_IM_MODULE=xim
fcitx& #当然,开机启动也可以在gnome-session-properties中添加
3.设置默认输入法
$gnome-language-selector 中选择fcitx
4.log out or reboot