Hi,

On Thu, 29.03.2007 at 01:47:24 +0900, Osamu Aoki <[EMAIL PROTECTED]> wrote:
> Have you read README.Debian for SCIM and configured
> /SupportedUnicodeLocales value?

after reading this, I configured

/SupportedUnicodeLocales = 
de_DE.utf8,en_US.UTF-8,en_GB.UTF_8,fr_FR.UTF-8,zh_CN.UTF-8

in the hope to solve the problem, but quite contrary to my expectation,
this effectively killed my ability to switch input methods. So, I
reverted the change and resorted to my wrapper script. Currently, I
start all applications that I want to use scim with using this script:

------  cut
#!/bin/sh

unset LC_MESSAGES
unset LC_COLLATE
unset LC_CTYPE
unset LC_TIME

exec $*
------  cut

This script unsets the variables I had customized, and then starts the
application in question which then only has the customized LANG
variable to work with.


Best,
--Toni++



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to