由於我安裝的是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,就能夠選中搜狗輸入法啦