I recently installed SCIM to type in Hindi Unicode. Type in terminal: *sudo apt-get install scim-m17n* This should install all the files and dependencies required.
And then Code: cd /etc/X11/Xsession.d sudo gedit 75custom-scim_init A file will be opened. In that file, Paste these lines and save it : Code: export XMODIFIERS="@im=SCIM" export GTK_IM_MODULE="scim" export XIM_PROGRAM="scim -d" Logout and in. Then an icon should appear in the panel, click on it and choose language . In SCIM Setup --> IM Engine (Global Setup) --> Select Appropriate Hindi Layout for typing. Courtesy http://ubuntuforums.org/showthread.php?t=1505950 Regards, Saaz Rai On Tue, Jul 6, 2010 at 3:45 PM, suranjan jii <[email protected]>wrote: > Namaskar. > I have Obuntu 10.04 Lucid on my computer. It is working well. > > I want to install Hindi language to type in Hindi. it is necessary for me. > > I opened System> Administration > Language support > Install/Remove > languages. > > But only three languages are listed there English, Norvegian and Swahili. > Hindi is not listed. > > Pls help me and give guideline about how to install and fix Hindi language > in Obuntu 10.04 lucid. > > Waiting for reply.... > suranjan > > -- > ubuntu-in mailing list > [email protected] > https://lists.ubuntu.com/mailman/listinfo/ubuntu-in > >
-- ubuntu-in mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
