由于我安装的是cn语言,可是却没有中文输入法,点击设置-区域语言,下面的加号+添加中文pinyin就能够了,而后在键盘设置里面设置了快捷键ctrl+space切换输入法仍是不错的linux
接下来就是终端:须要快捷启动 键盘快捷键里面添加自定义快捷键 terminal /usr/bin/gnome-terminal 而后给这个自定义的快捷键添加个键盘响应shell
由于我是centos须要rpmfusion源,但是个人源没有这个,因此必须添加centos
CentOS 6.4 安装rpmfusion源浏览器
安装第三方Yum源,rpmfusion.spa
因为须要安装一些第三方软件,或者直接进行源码下载使用,咱们须要添加一些rpm 库.net
http://rpmfusion.org/Configuration/命令行
内容以下:rpm fusion上有2种软件库,free 免费开放源,nofree 库不是开放源软件,包含不少公共源代码,非商业应用.code
对Red Hat Enterprise Linux 或衍生的CentOS 须要先安装EPEL 。什么是EPEL? http://fedoraproject.org/wiki/EPEL 详细内容看连接进程
EPEL是 Extra Packages for Enterprise Linux ,是Fedora系列特殊一个群组建立管理维护 高质量的额外软件包为企业linux包括Red Hat 企业 Linux.CentOS,Scientific Linux 。ci
CentOS 6.4 安装以下
su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm' ... su -c 'yum install foo'
(1) 直接浏览器输入地址
http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm ,浏览器手动安装free 库
http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm 浏览器 手动安装nofree库
(2)命令行安装
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm'
我是下载rpm 包命令安装的
Configuration fcitx 结束 ibus 守护进程 $ sudo pkill ibus-daemon 关闭 gnome-shell 对键盘的监听 $ gsettings set org.gnome.settings-daemon.plugins.keyboard active false 切换输入法为 fcitx $ imsettings-switch fcitx 重载 fcitx, 启动搜狗面板 $ fcitx -r; fcitx-configtool $ sogou-qimpanel 点击左下角的加号开始添加其余输入法
必定要把only show current language取消勾选 不过我虽然这么作了但是,提示源中没有sougou没办法
而后搜索so,就能够选中搜狗输入法啦