Lisi Reisz wrote: > > But I'm immediately stuck again. I am following (or rather, trying to > follow) > the instruction: > > mkdir ~/.xinput.d > cp /etc/X11/xinit/xinput.d/scim-pinyin ~/.xinput.d/default > > Pinyin obviously needs appropriately changing, but the contents of the > xinit.d > directory are: > > [EMAIL PROTECTED]:/etc/X11/xinit/xinput.d$ ls > all_ALL default-xim ko_KR scim scim-immodule th_TH zh_CN zh_SG > default ja_JP none scim-bridge skim th-xim zh_HK zh_TW > > Several are obviously wrong (e.g. th_TH, which is Thai), but it is less > obvious which I must copy. ja_JP is obviously Japanese, but is of the wrong > format. scim-immodule _could_ be right I suppose, but again doesn't seem to > be the same thing. > > I'm sorry, you are having to limp me through. :-( > > Lisi
Let me jump in to the thread :) I think I replied once in the past to you and had assumed the problem had gone way. Anyhow, I am using KDE in Debian. However, I don't think the steps should be any different than in Ubuntu. I am not clear why you are copying these files from xinput.d to your home directory. What happens if you just do the the following changes in /etc/X11/xinit/xinput.d/scim: #GTK_IM_MODULE=xim GTK_IM_MODULE="scim" #QT_IM_MODULE=xim QT_IM_MODULE="scim" and list your locales in $HOME/.scim/global, in my case I have: /DefaultKeyboardLayout = kconfig /DisabledIMEngineFactories = /SupportedUnicodeLocales = en_CA.utf8,pa_IN.utf8,hi_IN.utf8,en_US.UTF-8 In the last line you want your locale listed (what is the output of "locale" command in a terminal in your case?). Once that is done, restart scim as you did before or relogin. Or have you done all this already? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
