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 2 3 4 5 6 7 .. 38 Next › Last »

blackeeper commented on 2023-04-10 03:50 (UTC)

fcitx-sogoupinyin 4.2.1.145-1 不能用,一直重启

qft commented on 2023-04-09 00:06 (UTC)

URL问题用4.0.1.2800-1的方法解决了。另外4.2.1自带的QT似乎有问题,所以我就把bundle的QT删掉了,完全依赖系统自带的QT.

AsukaMinato commented on 2023-04-08 16:06 (UTC) (edited on 2023-04-08 17:07 (UTC) by AsukaMinato)

实在不行就这样吧,然后手动校验。

package(){
    curl https://shurufa.sogou.com/linux | grep -E "https://ime-sec.*?amd64.deb" -o | xargs wget
    ar x *.deb data.tar.xz
    tar xpvf data.tar.xz -C "$pkgdir"

    mv "$pkgdir"/usr/lib/*-linux-gnu/fcitx "$pkgdir"/usr/lib/
    rmdir "$pkgdir"/usr/lib/*-linux-gnu

    find $pkgdir/opt/sogoupinyin/files/{.license,share} -type d -exec chmod 755 {} \;
    find $pkgdir/opt/sogoupinyin/files/{.license,share} -type f -exec chmod 644 {} \;
}

qft commented on 2023-04-05 14:42 (UTC)

新版安装包的下载URL好像很难搞定,似乎是用了反爬虫。我找到固定URL后会尽快更新PKGBUILD. 大家有什么好办法吗?

<deleted-account> commented on 2023-04-05 12:49 (UTC)

2023-04-03更新 搜狗输入法 for Linux v4.2.1

Baytars commented on 2022-12-12 05:34 (UTC)

$ /opt/sogoupinyin/files/bin/sogoupinyin-configtool
/opt/sogoupinyin/files/bin/sogoupinyin-configtool: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory

@NuclearVGA 已经提过这个问题,请尽快修复,我用的是 Gnome 桌面

shmilee commented on 2022-10-28 09:28 (UTC) (edited on 2022-10-28 09:37 (UTC) by shmilee)

其他几个问题

  1. sogou-autostart 用不到了
  2. readme sogou-qimpanel 相关内容过时了
  3. 4.0.1.2800 官方包里部分目录、文件权限 777,最好改成 755 和 644
package(){
    cd $srcdir
..................最后改权限..............
    fix_mode777 "$pkgdir"/opt/sogoupinyin/files/share/
    if [ -d "$pkgdir"/opt/sogoupinyin/files/.license/ ]; then
        fix_mode777 "$pkgdir"/opt/sogoupinyin/files/.license/
    fi
}

fix_mode777(){
    find "$1" -type d -exec chmod -v 755 {} \;
    find "$1" -type f -exec chmod -v 644 {} \;
}

shmilee commented on 2022-10-28 07:08 (UTC) (edited on 2022-10-28 07:09 (UTC) by shmilee)

https://cdn2.ime.sogou.com/ 证书有问题,换成 https://ime.sogoucdn.com/ 可用 https://ime.sogoucdn.com/dl/gzindex/1656597217/sogoupinyin_4.0.1.2800_x86_64.deb 不过证书有效期只到2022.11.04,没几天了。

shmilee commented on 2022-10-28 07:00 (UTC)

下载链接改成 cdn2 那个方便多了。不过要用 http,https 的证书有问题。文件校检是没问题的。

pkgver=4.0.1.2800
_time=1656597217
source=("http://cdn2.ime.sogou.com/dl/gzindex/${_time}/sogoupinyin_${pkgver}_x86_64.deb")
sha256sums=("5d851c647c8b02c7f0b1853c3e516bfd1bdd9c5628333c07e9851a617336deb7")

qft commented on 2022-07-01 20:18 (UTC)

@FrostMiKu 多谢, PKGBUILD已更新