btbytes (owner)
Revisions
-






622384
btbytes
Fri Jul 10 20:31:27 -0700 2009
-






c94ea6
btbytes
Fri Jul 10 20:28:53 -0700 2009
-






a721e0
btbytes
Fri Jul 10 20:28:03 -0700 2009
-






f38209
btbytes
Fri Jul 10 20:25:27 -0700 2009
-






cd26ea
btbytes
Fri Jul 10 20:25:13 -0700 2009
-






4ae722
btbytes
Fri Jul 10 20:24:42 -0700 2009
-






1193c5
btbytes
Fri Jul 10 19:52:55 -0700 2009
This gist is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are given this private URL.
Every gist with this icon (
) is private.
Every gist with this icon (
This gist is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Reading and Writing Kannada on Ubuntu Karmic Koala (9.04)
$ sudo apt-get scim scim-m17n scim-gtk2-immodule ttf-kannada-fonts
$ scim-setup &
and assign ctrl+alt+space as the trigger for switching keyboard layouts.
Create 75scim file under /etc/X11/Xsession.d/ with following lines
(if you have 90im-switch, better to remove it for this setup)
export XMODIFIERS="@im=SCIM"
export XIM_PROGRAM="/usr/bin/scim -d"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
logout and login
Pressing ctl+alt+space should bring up the scim toolbar on the right hand bottom corner of the screen. If not, launch scim & from the shell.
I use the kn-itrans keyboard layout.
Notes
- I did not have to delete the
Malige.ttffonts as described on this page. - Firefox renders kannada text properly without the need to adjust any pango settings, which seemed to be an issue in earlier Ubuntu distribution.


