Package Details: fcitx-sogoupinyin 4.2.1.145-1

Git Clone URL: https://aur.archlinux.org/fcitx-sogoupinyin.git (read-only, click to copy)
Package Base: fcitx-sogoupinyin
Description: Sogou Pinyin for Linux
Upstream URL: https://shurufa.sogou.com/linux
Keywords: fcitx sogou sogoupinyin
Licenses: custom
Submitter: JoveYu
Maintainer: qft
Last Packager: qft
Votes: 112
Popularity: 0.000692
First Submitted: 2013-03-28 07:28 (UTC)
Last Updated: 2023-04-09 00:06 (UTC)

Pinned Comments

bianjp commented on 2016-10-13 02:37 (UTC) (edited on 2018-01-05 14:59 (UTC) by bianjp)

Gnome 3.22 changes the default backend to Wayland but fcitx does not fully support wayland yet. Switch to "Gnome on xorg" if fcitx-sogou does not work.

Unable to start? Try rm -rf ~/.sogouinput

Still not working? Try rm -rf ~/.sogouinput ~/.config/SogouPY* and re-login.

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 38 Next › Last »

xuanruiqi commented on 2019-10-21 14:04 (UTC)

Qt5版本似乎有大量奇怪的bug,很有可能是被回滚了

bosonic commented on 2019-10-20 09:03 (UTC) (edited on 2019-10-21 15:33 (UTC) by bosonic)

我之前根据shmilee的提示,从优麒麟中提取2.3.0安装包,同时pkgbuild依赖只保留fcitx(当然并不意味着实际系统中只有这一个依赖,但至少彻底摆脱了qt4),安装至今没有任何问题,但这次升级为什么反而又需要qt4以及其他几个多余依赖,我尝试修改pkgbuild安装发现只保留fcitx则不能正常使用。所以这次升级是回滚了吗?

10-21动态: 两台archlinux电脑,一台gnome桌面使用的是自行提取的2.3.0,依然无问题;另一台KDE-plasma桌面使用AUR版本2.3.1(未修改pkgbuild),今天晚上出现了bug;表示无法理解这次更新。

xuanruiqi commented on 2019-10-20 04:59 (UTC)

Same, can't start Sogou Pinyin after new version. In fact cannot change IME using Ctrl+Shift at all so can't type using Mozc either.

xuan880 commented on 2019-10-19 18:02 (UTC) (edited on 2019-10-20 07:35 (UTC) by xuan880)

如果更新后搜狗没法启动,只会在托盘区显示一个黑黑的方格,而且还会抢占键盘,导致没法输入,可以把fcitx这个软件包卸载掉,换成fcitx-lilydjwg-git这个软件包,就可以正常使用最新的2.3版本的搜狗了.

qft commented on 2019-10-19 04:45 (UTC)

新版本似乎很不稳定,大家遇到同样的问题了吗?

<deleted-account> commented on 2019-10-17 23:15 (UTC)

刚刚,搜狗输入法发布了最新版本的2.3.1.0112,但是fcitx-qt4的问题还没有解决……

panomax commented on 2019-09-24 18:58 (UTC)

Since about 2 months, some of the characters are not shown in the selection list. 大概2个月来,有些字符在备选框里显示不了,变成空框了。非常恼人

KAAAsS commented on 2019-08-29 12:23 (UTC)

不知道为什么,我这kde下皮肤也会影响其他输入法。而且偶尔会有皮肤加载不出而使用默认皮肤导致乱码的现象。

lukecheung commented on 2019-08-03 02:18 (UTC) (edited on 2019-08-03 02:20 (UTC) by lukecheung)

tested on Arch Linux 5.2.5 gnome
sudo vim /etc/pacman.d/mirrorlist
Server = http://mirrors.163.com/archlinux/$repo/os/$arch 
sudo vim /etc/pacman.conf
[archlinuxcn]
Server = https://cdn.repo.archlinuxcn.org/$arch

sudo pacman -Sy
sudo pacman -S archlinuxcn-keyring
sudo pacman -S fcitx-im fcitx-configtool fcitx-gtk2 fcitx-gtk3 fcitx-qt4 fcitx-qt5 libidn fcitx-sogoupinyin fcitx-googlepinyin

mkdir ~/.config/autostart
cp /etc/xdg/autostart/fcitx-autostart.desktop ~/.config/autostart/

echo "GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx" > .pam_environment

echo "export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx" > .xprofile

reboot

ps aux |grep fcitx
ps aux |grep sogou   ;sogou-qimpanel, 搜狗输入法窗口
fcitx-configtool  ;add sogou, Input Method--add button--uncheck "Only Show Current Language"--search sogou
ctrl + space 切换输入法试试

xuanruiqi commented on 2019-07-07 22:06 (UTC)

我已将fcitx-qt4加入我的个人repofcitx-sogoupinyin的包可以在archlinuxcn的repo中找到。