SCIM / Wiki / FAQ / General / Why XIM apps does not work?    


Left menu


Created

18/11/2005 8:20:05 pm
by Cougar Liu

Last updated

05/03/2006 12:38:29 pm
by Cougar Liu

Authors

Cougar Liu
Alex Lee



Right menu

Not logged in

Quick Poll

Which distro?

Under which linux distribution or OS do you use SCIM.

  Result

Contributors

User information

There are registered and anonymous users online.

Stats


Why XIM apps does not work?

While most of your Gtk and Qt based apps are working with scim, you may experience some issues with pure X apps and apps which only understand XIM (such as Openoffice/OO 1,2).

If you can not input in XIM, first check whether you are using a supported locale by following instructions in System configuration.

Then verify XMODIFIER is set globally by:

export | grep XMODIFIER | grep "@im=SCIM" | wc -l

the output should be 1. If not, please consult System configuration for how to export this variable correctly.

If XMODIFIER is set correctly, then the output of this command

ps aux | grep "scim-launcher.*-f x11" | grep -v grep | wc -l

should be greater than or equal to 1. Otherwise, scim XIM support module is not loaded. You can load it manually as follows:

scim -d -c socket -f x11 -e socket

Generally,

scim -d

should automatically invoke that module. If it does not, you'd better looking into what your distro used to start scim by default.

Related objects [1] Type
Document  System configuration Document

Comments

I tried all these things, but SCIM still didn't work well

the first step:
$export | grep XMODIFIER | grep "@im=SCIM" | wc -l
1

the second step:
$ps aux | grep "scim-launcher.*-f x11" | grep -v grep | wc -l
0

the third step:
$scim -d -c socket -f x11 -e socket
Launching a SCIM process with x11...
SCIM has been successfully launched.

$scim -d
Launching a SCIM process with x11...
SCIM has been successfully launched.

All things seemed good.but i still could not get the input bar via Ctrl+Space.
I repeated all the methods as above.i was so disappeared that the result was still zero after the second step.
It looks like the third step didn't make any effective results.

Any ideas?Is a problem with the socket?

xterm

Does SCIM work with xterm?

why only load English-IM?

I use scim in zh_CN.UTF-8
export | grep XMODIFIER | grep "@im=SCIM" | wc -l
the output is 1,then run codes:
scim -d -c socket -f x11 -e socket
the SCIM is showed,but there is only english, chinese_IM is not show!
why?

You are not allowed to create comments. Please log in or register a new user.