2009/11/30 stranger in black..... <
gnu...@gmail.com>:
> On Mon, Nov 30, 2009 at 10:46 AM, Manilal K M <
libr...@gmail.com> 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