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.000885
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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 38 Next › Last »

xuanruiqi commented on 2019-05-28 21:32 (UTC)

新版(即Kylin版)搜狗拼音仍然有许多bug,据称这也是官方仍没有正式release该版本的原因。目前发现的bug是其会影响其他fcitx输入法的外观,导致这些输入法的输入菜单变得难以识别。

shmilee commented on 2019-05-22 15:42 (UTC)

想尝鲜的,可以下载优麒麟19.04的镜像(2.8G!拼不拼),然后解压filesystem.squashfs,chroot之后,用下面的脚本打包得到data文件。再改改PKGBUILD。

pkg=sogoupinyin

if hash dpkg 2>/dev/null; then
    mkdir ./$pkg-info
    dpkg -s $pkg > ./$pkg-info/control
    version=$(dpkg -s $pkg | grep '^Version' | sed 's|Version: ||')
    #listfiles=/var/lib/dpkg/info/$pkg.list
    dpkg -L $pkg > ./$pkg-info/$pkg.list
    for f in `cat ./$pkg-info/$pkg.list`; do
        if [ ! -d $f ]; then
            echo $f
        fi
    done > ./$pkg-info/$pkg.list.files
    tar --ignore-failed-read --owner=0 --group=0 --no-recursion -c -v -a \
            --force-local -f "$pkg-$version.data.tar.xz" \
            -C "${ROOT_DIR:-/}" -T ./$pkg-info/$pkg.list.files 
else
    echo "==> dpkg not found!"
fi

xuanruiqi commented on 2019-05-05 04:46 (UTC)

也许可以将fcitx-qt4上载到AUR。

callofdutyops commented on 2019-05-03 15:51 (UTC)

Arch已经将fcitx-qt4community移除。 删除fcitx-qt4会导致搜狗拼音无法正常工作,想要恢复的Archer可以通过这个链接下载最后一个版本。

期待2.3.0.0109的更新,这一版切换到qt5了。

qft commented on 2019-04-21 04:30 (UTC)

似乎只有麒麟提到,搜狗官方还没有放出deb安装包?

jacksonhu2207 commented on 2019-04-21 00:03 (UTC)

各位大佬好,搜狗拼音似乎更新了,最新版本2.3.0.0109。

详情见优麒麟那边的release note:https://www.cnbeta.com/articles/soft/839091.htm

chenlei commented on 2019-02-13 03:34 (UTC)

kde桌面,搜狗图标在系统托盘上是空白的,请问有什么办法修复吗

neng commented on 2019-02-06 19:04 (UTC)

Hope someone can take it over. Or do we have alternative?

xuanruiqi commented on 2019-02-05 03:32 (UTC)

I see that this package has been orphaned lately. Since Sogou Pinyin is the preferred IME for many (perhaps) Chinese-speaking Linux users, can I expect that someone will adopt it soon?

cuihao commented on 2019-01-14 10:16 (UTC)

不安装 fcitx-qt4 的话,目前来看是完全用不了的。

是否应当加入依赖项?