2009/11/30 stranger in black..... <[email protected]>: > On Mon, Nov 30, 2009 at 10:46 AM, Manilal K M <[email protected]> wrote: >> Do you have ibus/scim/xkb ? >> > Scim is there
As Adhin mentioned, I would also suggest using ibus. I have been using it in Fedora 11 and it works well. However, if you still want to stick on with scim, then probably you need to install "scim-m17n" and "m17n-contrib" from the ubuntu repository.. If you want to start scim automatically when you login, then run the following commands: # sudo -i # touch /etc/X11/Xsession.d/74custom-scim_startup # chmod 646 /etc/X11/Xsession.d/74custom-scim_startup # echo 'export XMODIFIERS="@im=SCIM"' >> /etc/X11/Xsession.d/74custom-scim_startup # echo 'export GTK_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup # echo 'export XIM_PROGRAM="scim -d"' >> /etc/X11/Xsession.d/74custom-scim_startup # echo 'export QT_IM_MODULE="scim"' >> /etc/X11/Xsession.d/74custom-scim_startup # chmod 644 /etc/X11/Xsession.d/74custom-scim_startup Hope this helps. regards -- Manilal K M : മണിലാല് കെ എം. http://libregeek.blogspot.com -- "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en
