输入法 - How to install Sougou in an English version of Ubuntu Gnome?
PHPz
PHPz 2017-04-21 11:15:34
0
4
1744

I am sorry, everyone. The reason why I describe my problem in English is that I installed an 64 bit Englsih version of Ubuntu Gnome . And my gnome version is 3.10.4.

I want to install Sougou . I have downloaded the rpm file from the official website frome HERE and installed it. But after that, nothing happened. I searched in the Internet and do something as listed:

  • 以登陆用户运行以下命令,关闭ibus键盘监听 (I just copy frome HERE.)

    gsettings set org.gnome.settings-daemon.plugins.keyboard active false
    
  • Then I ran a command

    fcitx-qimpanel
    

    But I get an error:

    The program 'fcitx-qimpanel' is currently not installed. You can install it by typing:
    sudo apt-get install fcitx-ui-qimpanel
    
  • Then I ran a command

    fcitx
    

    But a lot of error message show:

    (WARN-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx-config/fcitx-config.c:922) Invalid Entry: line 150 missing '='
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-freedesktop-notify.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-fullwidth-char.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-fullwidth-char-enhance.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-vk.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-punc-ng.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-ipc.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-autoeng.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-x11.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-xkbdbus.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-classic-ui.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-clipboard.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-unicode.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-notificationitem.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-punc.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-sogoupinyin.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-kimpanel-ui.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-remote-module.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-lua.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-spell.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-keyboard.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-imselector.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-chttrans.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-xkb.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-quickphrase.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-autoeng-ng.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-xim.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-dbus.conf
    (INFO-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-sogoucloudpinyin.conf
    (WARN-15899 /build/buildd/fcitx-4.2.8.3/src/module/dbus/dbusstuff.c:246) DBus Service Already Exists
    (ERROR-15899 /build/buildd/fcitx-4.2.8.3/src/lib/fcitx/instance.c:427) Exiting.
    

I don't know what to do next. Please tell me How to install sougou input in an English version of Ubuntu Gnome. Thanks!

PHPz
PHPz

学习是最好的投资!

reply all(4)
阿神

Hello everyone. When you see these words, it means I succeeded. But the method is not technical. The details are as follows:

After the process described in the problem, I opened fcitx Configuration ,点击 Input method 标签下的 + .在出来的新窗口中, 将 Only show the current language 点掉之后, 搜索 Sougou ,然后, Add . Then, it was fine...

Ty80

Try installing Chinese language support first.

Ty80

This is how I did it, see if it works for you:
1. Uninstall the old version of fitx: sudo apt-get remove fcitx*sudo apt-get remove fcitx*
2. Delete dependent libraries: sudo apt-get autoremove
3. Check whether to delete fcitx: dpkg --get-selections | grep fcitx
4. Add fcitx ppa: sudo add-apt-repository ppa:fcitx-team/nightly
5. Then refresh the software source: sudo apt-get update
6. Install related dependencies: sudo apt-get install fcitx fcitx-config-gtk
7. Download the .deb file and double-click to install (I originally downloaded the .deb file)
8. Change the default input method to fcitx in the language settings and apply it to the entire system

刘奇

Pfft, the first sentence of the problem description says Chinese!
Before answering the question, I would like to ask weakly, can I answer in Chinese?

if (you->say == 'yes'){
    print 'sudo add-apt-repository ppa:fcitx-team/nightly';
    print 'sudo apt-get update';
    print 'sudo apt-get install fcitx';
    print 'Download SogouPinyin.deb';
    print 'Click SogouPinyin.deb...';
}
if (you->say == 'no'){
    die('挖掘机技术到底哪家强?');
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template