Results 1 to 2 of 2

Thread: How to install SCIM in ubuntu 10.04

  1. #1
    Join Date
    Aug 2009
    Location
    India
    Beans
    Hidden!
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    How to install SCIM in ubuntu 10.04

    I am using ubuntu 10.04,Pls tell me the way to install SCIM..

  2. #2
    Join Date
    Dec 2008
    Location
    Mars
    Beans
    265
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to install SCIM in ubuntu 10.04

    Quote Originally Posted by getyourkarthick View Post
    I am using ubuntu 10.04,Pls tell me the way to install SCIM..
    Hi,
    First,Go to language support and install Tamil .
    Then Do this :

    Code:
    sudo apt-get install scim  language-pack-ta language-pack-ta-base scim-tables-additional scim-modules-table
    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 .

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •