<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Pragmatic Revelations &#187; gutsy gibbon</title>
	<atom:link href="http://adrianhoe.com/adrianhoe/tag/gutsy-gibbon/feed/" rel="self" type="application/rss+xml" />
	<link>http://adrianhoe.com/adrianhoe</link>
	<description>The Eccentric Logic of An Eclectic Mind</description>
	<lastBuildDate>Sun, 06 May 2012 15:21:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<copyright>Copyright &#xA9; Pragmatic Revelations 2011 </copyright>
	<managingEditor>mailbox@adrianhoe.com (Pragmatic Revelations)</managingEditor>
	<webMaster>mailbox@adrianhoe.com (Pragmatic Revelations)</webMaster>
	<ttl>28000</ttl>
	<image>
		<url>http://adrianhoe.com/adrianhoe/blog/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Pragmatic Revelations</title>
		<link>http://adrianhoe.com/adrianhoe</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>The Eccentric Logic of An Eclectic Mind</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Pragmatic Revelations</itunes:author>
	<itunes:owner>
		<itunes:name>Pragmatic Revelations</itunes:name>
		<itunes:email>mailbox@adrianhoe.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://adrianhoe.com/adrianhoe/blog/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>HOWTO &#8211; SCIM and Ubuntu Gutsy Gibbon</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/</link>
		<comments>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 03:57:40 +0000</pubDate>
		<dc:creator>Adrian Hoe</dc:creator>
				<category><![CDATA[Call Me a Geek]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[HOWTO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[chinese input]]></category>
		<category><![CDATA[gutsy gibbon]]></category>
		<category><![CDATA[input method]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/</guid>
		<description><![CDATA[Ubuntu 7.10, code named &#8220;Gutsy Gibbon&#8221;, has been released. I just finished upgrading from Feisty Fawn (7.04) to Gutsy Gibbon. The upgrade (downloading, unpacking, removing, installing, configuring and cleaning) took about 6 hours to complete. The upgrade was smooth and without any problems except it broke my scim. I have exhausted the search on Internet [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://ubuntu.org" target="_new"><img src="http://adrianhoe.com/adrianhoe/images/blog/ubuntu_gutsy_gibbon.png" alt="Ubuntu Gutsy Gibbon 7.10" align="right"/></a>Ubuntu 7.10, code named &#8220;Gutsy Gibbon&#8221;, has been released. I just finished upgrading from Feisty Fawn (7.04) to Gutsy Gibbon. The upgrade (downloading, unpacking, removing, installing, configuring and cleaning) took about 6 hours to complete.</p>
<p>The upgrade was smooth and without any problems except it broke my scim. I have exhausted the search on Internet for a fix but was disappointed. So, I tried to experiment with a few methods based on the information I had on the Internet and came up a work around for this problem.</p>
<p>Referring to my Chinese Input HOWTO <a href="http://adrianhoe.com/adrianhoe/2007/10/18/howto-chinese-input-for-ubuntu/">here</a>, I assume you have installed <em>scim</em> in Feisty Fawn (7.04) and later upgraded to Gutsy Gibbon (7.10).</p>
<ol>
<li>Goto System -> Preference -> Sessions. Delete the &#8220;Input Method&#8221; as created in my previous HOWTO.</li>
<li>Uninstall and install again scim and all suggested packages.</li>
<li>Click on menu: System -> Preferences ->Sessions
<ul>
<li>Click Startup Program Tab then [New] button.</li>
<li>Name: Input Methods</li>
<li>Command: scim -d</li>
<li>Click [OK] button</li>
</ul>
</li>
<li>Logout and login again.</li>
<li>Go to System -> Administration -> Language Support
<ul>
<li>Select your language(s) support. In my case, Chinese and Japanese.</li>
<li>Check the box at the bottom, Input Method, to activate complex characters input. Apply, uncheck it, apply and check again and apply then quit.</li>
<li>Restart Language Support to make sure the box is checked.</li>
</ul>
</li>
<li>Logout and restart your system.</li>
<li>Login and launch any application, e.g. gedit or Terminal. Right click and select &#8220;Input Method&#8221; and check &#8220;SCIM Input Method&#8221;.</li>
<li>Now click on the &#8220;Input Method&#8221; tray icon on the top left of your screen to choose your desired language support and input method.</li>
</ol>
<p>Now, you should be able to switch input method in some applications such as Terminal or gedit. It still does not work on every applications such as Open Office. To activate scim for every applications, use the command line (or Terminal):</p>
<ol>
<li>Check your locale:
<pre>
<code>
$ locale | grep LANG=
</code>
</pre>
<p>The answer would be something like below, which is in my case:</p>
<pre>
<code>
LANG=en_US.UTF-8
</code></pre>
</li>
<li>Now, with the following command, insall scim-qtimm and tell your system you want to use scim for your input method in your locale:
<pre>
<code>
$ sudo apt-get install scim-qtimm
$ im-switch -z en_US -s scim
</code>
</pre>
</li>
<li>Logout and login again and start Open Office. You should now able to select your input method in every applications.</li>
</ol>
<p>This should also work (with instructions from my previous post <a href="http://adrianhoe.com/adrianhoe/2007/10/18/howto-chinese-input-for-ubuntu/">here</a>) if you have a fresh installation of Gutsy Gibbon. Please let me know if this works for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

