After install fcitx-sogoupinyin and kcm-fcitx in KDE, add sogoupinyin from configure menu, try CTRL+SPACE to switch input method, but no response. And sogoupinyin option disappear from configure menu. There isn't sogou-qimpanel process in system either.
Search Criteria
Package Details: fcitx-sogoupinyin 4.2.1.145-1
Package Actions
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.000212 |
First Submitted: | 2013-03-28 07:28 (UTC) |
Last Updated: | 2023-04-09 00:06 (UTC) |
Dependencies (10)
Required by (1)
Sources (0)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 38 Next › Last »
wm8120 commented on 2020-04-16 23:57 (UTC) (edited on 2020-04-16 23:57 (UTC) by wm8120)
xuanruiqi commented on 2020-03-20 21:03 (UTC)
Default is fcitx5 instead of fcitx now. Can this package work w/ fcitx5?
kxuan commented on 2020-03-16 08:35 (UTC)
Hi qft,
Sorry, I checked all binaries again. It seems icu64 is loaded by another module which sogou-qimpanel depends on.
But sogou-qimpanel still unable to start on my machine.
After upgrading system on the last Friday, sogou-qimpanel crashed and unable start manually.
I use strace to trace sogou-qimpanel, and try to see whether there is a library missing or not.
the strace log shows:
09:36:46 openat(AT_FDCWD, "/usr/lib/tls/haswell/x86_64/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/tls/haswell/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/tls/x86_64/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/tls/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/haswell/x86_64/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/haswell/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/x86_64/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/libicui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/libicui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/icui18n.so.64", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
09:36:46 openat(AT_FDCWD, "/usr/lib/icui18n", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
This issue can be resolved by installing aur/icu64 manually. But sogou-qimpanel still unable to start. I use gdb to load the core dump file. It seems like the sogou-qimpanel is trying to search a file recursively in /usr/share/sogou-qimpanel/skin. But it fails to ignore the "." (current directory). Finally, stack overflow happended and process crashed.
Now, I switch to fcitx-rime. Hope anyone can resolve this issue.
qft commented on 2020-03-14 15:15 (UTC)
Hi kxuan, I do not see any of files supplied by sogoupinyin linking against icu, and icu is currently not a dependency for sogoupinyin. Also I never experienced any issues after the icu upgrade. How do you know the issue was caused by icu? Thanks!
kxuan commented on 2020-03-14 08:30 (UTC)
archlinux bumps its icu to version 65. It breaks the sogoupinyin. Add icu64 to the depends please!
gogobody commented on 2020-03-10 10:50 (UTC)
solved: Error parsing key “overrides” in schema “org.gnome.settings-daemon.plugins.xsettings”....
sudo nano /usr/share/glib-2.0/schemas/50_sogoupinyin.gschema.override change the line of overrides:
overrides=Gtk/IMModule:<fcitx>
change to:
overrides={'Gtk/IMModule':<'fcitx'>}
then save file and run
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
then reboot
Sherlock-Holo commented on 2020-02-14 02:26 (UTC)
when install, the hook Compiling GSettings XML schema files...
report
Error parsing key “overrides” in schema “org.gnome.settings-daemon.plugins.xsettings” as specified in override file “/usr/share/glib-2.0/schemas/50_sogoupinyin.gschema.override”: 1:expected value. Ignoring override for this key.
chaichunyang commented on 2019-12-26 15:24 (UTC)
新安装的系统,报字体无法识别,如何解???
Couldn't determine full name for SGPYEUDC_1.TTE Couldn't get family name for SGPYEUDC_1.TTE
已经安装成功过的老系统依然能用,但是pacman -Syu 后,重新安装时同样回有这个错
不能卸载!卸载后就装不上了!!!
Angaziwa commented on 2019-10-26 02:50 (UTC)
最新版本在manjaro18.11+DDE环境下无法显示候选词,只有一个输入框
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.