<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ubuntu Dapper Drake 6.06 Beta on my Laptop</title>
	<atom:link href="http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/feed/" rel="self" type="application/rss+xml" />
	<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/</link>
	<description>Bits and Bytes of Life</description>
	<lastBuildDate>Fri, 18 May 2012 02:35:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sureshg</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-761</link>
		<dc:creator>sureshg</dc:creator>
		<pubDate>Fri, 05 Jan 2007 10:05:13 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-761</guid>
		<description>Lovely blog and I really enjoyed visiting your blog!</description>
		<content:encoded><![CDATA[<p>Lovely blog and I really enjoyed visiting your blog!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omi Azad</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-762</link>
		<dc:creator>Omi Azad</dc:creator>
		<pubDate>Mon, 25 Dec 2006 15:17:59 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-762</guid>
		<description>Sorry for the late reply. Scim is now the default IME in my Ubuntu 6.10. But there ware no 90im-switch file. I just created one and it worked fine.

Thanks!</description>
		<content:encoded><![CDATA[<p>Sorry for the late reply. Scim is now the default IME in my Ubuntu 6.10. But there ware no 90im-switch file. I just created one and it worked fine.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omi Azad</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-760</link>
		<dc:creator>Omi Azad</dc:creator>
		<pubDate>Sat, 18 Nov 2006 01:41:56 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-760</guid>
		<description>Uri Baba

It was that simple!!!!

Thanks bhai, I&#039;ll try and let you know...</description>
		<content:encoded><![CDATA[<p>Uri Baba</p>
<p>It was that simple!!!!</p>
<p>Thanks bhai, I&#8217;ll try and let you know&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swamytk</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-759</link>
		<dc:creator>swamytk</dc:creator>
		<pubDate>Thu, 16 Nov 2006 15:20:36 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-759</guid>
		<description>Hi Omi Azad,
1. Backup /etc/X11/Xsession.d/90im-switch as /etc/X11/Xsession.d/90im-switch.bak
2. Open /etc/X11/Xsession.d/90im-switch with any editor and delete all contents. copy and paste the below four lines in that file and save.
export XMODIFIERS=”@im=SCIM”
export GTK_IM_MODULE=”scim”
export XIM_PROGRAM=”scim -d”
export QT_IM_MODULE=”scim”
3. Logout and Login.</description>
		<content:encoded><![CDATA[<p>Hi Omi Azad,<br />
1. Backup /etc/X11/Xsession.d/90im-switch as /etc/X11/Xsession.d/90im-switch.bak<br />
2. Open /etc/X11/Xsession.d/90im-switch with any editor and delete all contents. copy and paste the below four lines in that file and save.<br />
export XMODIFIERS=”@im=SCIM”<br />
export GTK_IM_MODULE=”scim”<br />
export XIM_PROGRAM=”scim -d”<br />
export QT_IM_MODULE=”scim”<br />
3. Logout and Login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omi Azad</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-758</link>
		<dc:creator>Omi Azad</dc:creator>
		<pubDate>Thu, 16 Nov 2006 13:57:38 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-758</guid>
		<description>---------------------------------------
/etc/X11/Xsession.d/90im-switch with the following script:

 &#124;   export XMODIFIERS=”@im=SCIM”
 &#124;   export GTK_IM_MODULE=”scim”
 &#124;   export XIM_PROGRAM=”scim -d”
 &#124;   export QT_IM_MODULE=”scim”
---------------------------------------

Can you please be more specific about the above instruction? I mean I&#039;m very new in Linux and I don&#039;t know how to replace the switch with the above script. Can you please tell me how to do that? Like what file I should open in text editor and replace which line with what, or what command I should execute from command line. It would be very helpful if you explain a bit more.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
/etc/X11/Xsession.d/90im-switch with the following script:</p>
<p> |   export XMODIFIERS=”@im=SCIM”<br />
 |   export GTK_IM_MODULE=”scim”<br />
 |   export XIM_PROGRAM=”scim -d”<br />
 |   export QT_IM_MODULE=”scim”<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Can you please be more specific about the above instruction? I mean I&#8217;m very new in Linux and I don&#8217;t know how to replace the switch with the above script. Can you please tell me how to do that? Like what file I should open in text editor and replace which line with what, or what command I should execute from command line. It would be very helpful if you explain a bit more.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swamytk</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-756</link>
		<dc:creator>swamytk</dc:creator>
		<pubDate>Tue, 03 Oct 2006 05:41:00 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-756</guid>
		<description>Hi Sridhar,

As per request, I have written a small HOWTO on Tamil typing in Ubuntu Dapper Drake 6.06 LTS. Here is the link:
http://cutecomputer.wordpress.com/2006/10/03/howto-tamil-keyboard-on-ubuntu-606/</description>
		<content:encoded><![CDATA[<p>Hi Sridhar,</p>
<p>As per request, I have written a small HOWTO on Tamil typing in Ubuntu Dapper Drake 6.06 LTS. Here is the link:<br />
<a href="http://cutecomputer.wordpress.com/2006/10/03/howto-tamil-keyboard-on-ubuntu-606/" rel="nofollow">http://cutecomputer.wordpress.com/2006/10/03/howto-tamil-keyboard-on-ubuntu-606/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sridhar</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-755</link>
		<dc:creator>sridhar</dc:creator>
		<pubDate>Mon, 02 Oct 2006 15:26:37 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-755</guid>
		<description>Hi,
  How do i enable phonetic typing of tamil unicode in ubuntu draper.
Say for instance Thanthai in tamil as it is pronounced

Thanks
Sridhar</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  How do i enable phonetic typing of tamil unicode in ubuntu draper.<br />
Say for instance Thanthai in tamil as it is pronounced</p>
<p>Thanks<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swamytk</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-754</link>
		<dc:creator>swamytk</dc:creator>
		<pubDate>Mon, 02 Oct 2006 09:57:31 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-754</guid>
		<description>that is good. where is your email id?
1. I don&#039;t use Kate. So no idea about it. But I use to have profiles in GEdit (in gnome).  One profile for english and another for tamil. So I can define the fonts,size and other aspects also. I believe Kate also has profile feature.
2. Use w for &quot;ந்&quot;; n for &quot;ன்&quot;; N for &quot;ண்&quot;</description>
		<content:encoded><![CDATA[<p>that is good. where is your email id?<br />
1. I don&#8217;t use Kate. So no idea about it. But I use to have profiles in GEdit (in gnome).  One profile for english and another for tamil. So I can define the fonts,size and other aspects also. I believe Kate also has profile feature.<br />
2. Use w for &#8220;ந்&#8221;; n for &#8220;ன்&#8221;; N for &#8220;ண்&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R (Chandra) Chandrasekhar</title>
		<link>http://karuppuswamy.com/wordpress/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/comment-page-1/#comment-757</link>
		<dc:creator>R (Chandra) Chandrasekhar</dc:creator>
		<pubDate>Sun, 01 Oct 2006 14:33:46 +0000</pubDate>
		<guid isPermaLink="false">https://cutecomputer.wordpress.com/2006/04/28/ubuntu-dapper-drake-606-beta-on-my-laptop/#comment-757</guid>
		<description>Thanks for your blog.

I run Kubuntu Dapper on a PC and am trying out SCIM for Tamil.

I have two questions:

1. How does one select the default Tamil font in Kate for example?

2. I am trying phonetic Tamil input.  Most entries work as guessed, but how does one get the &quot;n&quot; that comes before &quot;tha&quot; as in Thanthai (father in Tamil)?

I thought that the Itrans scheme would work, but did not find it to be so.

I have other questions as well, but getting answers to these two would be a good start.

Please reply to my email address.

Thank you.</description>
		<content:encoded><![CDATA[<p>Thanks for your blog.</p>
<p>I run Kubuntu Dapper on a PC and am trying out SCIM for Tamil.</p>
<p>I have two questions:</p>
<p>1. How does one select the default Tamil font in Kate for example?</p>
<p>2. I am trying phonetic Tamil input.  Most entries work as guessed, but how does one get the &#8220;n&#8221; that comes before &#8220;tha&#8221; as in Thanthai (father in Tamil)?</p>
<p>I thought that the Itrans scheme would work, but did not find it to be so.</p>
<p>I have other questions as well, but getting answers to these two would be a good start.</p>
<p>Please reply to my email address.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

