|
hi all,
sorry i write in english in a chinese forum. i don't yet know enough chinese to communicate. hope you don't mind. somebody feel free to translate the posts in this thread to chinese for the others. thanx
i'm package maintainer in archlinux (aka dp) and on my next step, trying to make skim work (to go to [extra]) i now try to find out why it does not work. basically it stops with this:
- [damir@Asteraceae ~]$ skim
- Launching a SCIM process with x11...
- Loading socket Config module ...
- Creating backend ...
- Loading x11 FrontEnd module ...
- Failed to load x11 FrontEnd module.
- Failed to launch SCIM.
复制代码
unfortunately also a strace do not tell me what is wrong and why this x11 FrontEnd module does not work:
- gettimeofday({1121518238, 267659}, NULL) = 0
- ioctl(3, FIONREAD, [0]) = 0
- gettimeofday({1121518238, 267903}, NULL) = 0
- select(10, [3 4 5 7 9], [], [], {0, 476164}Loading x11 FrontEnd module ...
- Failed to load x11 FrontEnd module.
- ) = 1 (in [7], left {0, 24000})
- read(7, "\0", 16) = 1
- gettimeofday({1121518238, 725384}, NULL) = 0
- ioctl(3, FIONREAD, [0]) = 0
- gettimeofday({1121518238, 725632}, NULL) = 0
- select(10, [3 4 5 7 9], [], [], {0, 18435}Failed to launch SCIM.
- ) = 0 (Timeout)
- gettimeofday({1121518238, 743600}, NULL) = 0
- ioctl(3, FIONREAD, [0])
复制代码
the same happens also with scim if you try to load it with x11 and not with socket FrontEnd module. i found this info also in this forums here:
http://www.linuxsir.cn/bbs/showthread.php?t=208642
and here:
http://www.linuxsir.cn/bbs/showthread.php?p=1203509#post1203509
scim you can start in socket-socket mode with
- scim -f socket -c socket -d
复制代码
and it will work. unfortunately skim i don't know how to load in socket mode.
do anybody here knows more about why the x11 FrontEnd module fails to load?
do anybody here knows how to start skim in socket-socket mode (if possible)?
thank you in advance |
|