Comment 6 for bug 35990

Revision history for this message
David Chart (ubuntu-davidchart) wrote :

OK.

scim is 1.4.4-1ubuntu6, according to synaptic.

locale gives:

LANG=en_GB.UTF-8
LANGUAGE=en_GB:en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

ls -l ~/.xinput.d gives:

lrwxrwxrwx 1 david david 28 2006-03-24 17:37 en_GB -> /etc/X11/xinit/xinput.d/scim
lrwxrwxrwx 1 david david 28 2006-03-24 17:15 en_GB.backup -> /etc/X11/xinit/xinput.d/scim

cat /etc/X11/xinit/xinput.d/scim gives:

# im-switch configuration file for scim
# should be installed as /etc/X11/xinit/xinput.d/scim
# this configuration uses GTK IM module and Qt IM module provided by SCIM

# exported enviroment variables
XMODIFIERS="@im=SCIM"
GTK_IM_MODULE="scim"
QT_IM_MODULE="scim"
# command and arguments to invoke scim
XIM_PROGRAM="/usr/bin/scim"
XIM_ARGS="--daemon"
# package dependency (note that the format used here is not environment
# variable, but some format for libapt-pkg-perl and is parsed by grep,
# so can't be quoted, and no spaces allowed)
DEPENDS=scim-gtk2-immodule,scim-qtimm

echo #GTK_IM_MODULE gives:

[a blank line]