Comment 3 for bug 119755

Revision history for this message
John O'Connell (john-oconnell2) wrote : Re: [Bug 119755] Re: scim works in koffice but not in openoffice - more

On Sunday 10 June 2007 22:22:28 Ming Hua wrote:
> Hi John,
>
> Thanks for your bug report. However more information is needed to
> diagnose this bug: Which Ubuntu release are you using? Are you using
> im-switch? If not, how do you start scim? What is your GTK IM module
> setting? Which scim module packages do you have installed?
>
> If you don't quite understand these questions, please give the output of
> the following commands: $ locale
> $ /usr/share/bug/scim/script 3>&1
> $ echo $QT_IM_MODULE
> $ im-switch -l
> and attache your /etc/scim/config, /etc/scim/global, ~/.scim/config, and
> ~/.scim/global files.

Sorry I forgot to add the files that I created from online advice to enable
scim to work as it is at present.
The first file is /etc/X11/Xsession.d/74custom-scim_startup
this contains:
 export XMODIFIERS="@im=SCIM"
 export GTK_IM_MODULE="scim"
 export XIM_PROGRAM="scim -d"
 export QT_IM_MODULE="scim"

The second file is ~/kde/Autostart/startscim
this contains:
 #!/bin/sh
 scim -d

well that's all.
Hope it helps.
regards
  John