<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: HOWTO &#8211; SCIM and Ubuntu Gutsy Gibbon</title>
	<atom:link href="http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/feed/" rel="self" type="application/rss+xml" />
	<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/</link>
	<description>The Eccentric Logic of An Eclectic Mind</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:56:38 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 郑小华</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-21273</link>
		<dc:creator>郑小华</dc:creator>
		<pubDate>Thu, 21 Aug 2008 06:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-21273</guid>
		<description>谢谢。我已经可以用中文输入了。</description>
		<content:encoded><![CDATA[<p>谢谢。我已经可以用中文输入了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Katy</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-20644</link>
		<dc:creator>Katy</dc:creator>
		<pubDate>Sat, 16 Aug 2008 10:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-20644</guid>
		<description>Thanks. I am now able to input Chinese character on my Linux box. I went to Apple store. Unlike Linux and WIndows, the Mac is really neat in this area. I will consider to invest in a Mac.</description>
		<content:encoded><![CDATA[<p>Thanks. I am now able to input Chinese character on my Linux box. I went to Apple store. Unlike Linux and WIndows, the Mac is really neat in this area. I will consider to invest in a Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fong</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-20492</link>
		<dc:creator>Fong</dc:creator>
		<pubDate>Thu, 17 Jul 2008 06:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-20492</guid>
		<description>Hello Adrian,

Thanks for the post. It helps a lot. BTW, great blog. Keep it up.</description>
		<content:encoded><![CDATA[<p>Hello Adrian,</p>
<p>Thanks for the post. It helps a lot. BTW, great blog. Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lin</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-20374</link>
		<dc:creator>Eric Lin</dc:creator>
		<pubDate>Mon, 16 Jun 2008 22:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-20374</guid>
		<description>There is another simple way:

&lt;pre&gt;&lt;code&gt;sudo apt-get install scim-bridge
sudo vim /etc/X11/xinit/xinput.d/scim
&lt;/code&gt;&lt;/pre&gt;

then find and change

&lt;pre&gt;
&lt;code&gt;
GTK_IM_MODULE=xim
&lt;/code&gt;
&lt;/pre&gt;

into

&lt;pre&gt;
&lt;code&gt;
GTK_IM_MODULE=&quot;scim-bridge&quot;
&lt;/code&gt;
&lt;/pre&gt;

Restart system. SCIM should works fine with all applications. Maybe you will need start SCIM manually by

&lt;pre&gt;
&lt;code&gt;
scim -d
&lt;/code&gt;
&lt;/pre&gt;

Hope it helps</description>
		<content:encoded><![CDATA[<p>There is another simple way:</p>
<pre><code>sudo apt-get install scim-bridge
sudo vim /etc/X11/xinit/xinput.d/scim
</code></pre>
<p>then find and change</p>
<pre>
<code>
GTK_IM_MODULE=xim
</code>
</pre>
<p>into</p>
<pre>
<code>
GTK_IM_MODULE="scim-bridge"
</code>
</pre>
<p>Restart system. SCIM should works fine with all applications. Maybe you will need start SCIM manually by</p>
<pre>
<code>
scim -d
</code>
</pre>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-20172</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 10 Apr 2008 01:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-20172</guid>
		<description>Thanks for the post. After scratching my head so hard, I couldn&#039;t thank enough for your tips.

ben</description>
		<content:encoded><![CDATA[<p>Thanks for the post. After scratching my head so hard, I couldn&#8217;t thank enough for your tips.</p>
<p>ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Hoe</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19882</link>
		<dc:creator>Adrian Hoe</dc:creator>
		<pubDate>Tue, 29 Jan 2008 10:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19882</guid>
		<description>Lander,

I faced the same problem and tried a solution similar to yours but it did not work. But anyway, thanks for sharing. At least we know it works in some cases.
</description>
		<content:encoded><![CDATA[<p>Lander,</p>
<p>I faced the same problem and tried a solution similar to yours but it did not work. But anyway, thanks for sharing. At least we know it works in some cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lander</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19881</link>
		<dc:creator>Lander</dc:creator>
		<pubDate>Tue, 29 Jan 2008 10:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19881</guid>
		<description>Hi all, in Ubuntu 7.10, if your apt echoes &quot;scim-pinyin ... unavailable&quot;, please select &amp; try another &quot;Software source&quot; which means switching to a new origin server.  If that still doesn&#039;t work, try to enable check-box at that sw-source selecting dialog.
Enjoy!</description>
		<content:encoded><![CDATA[<p>Hi all, in Ubuntu 7.10, if your apt echoes &#8220;scim-pinyin &#8230; unavailable&#8221;, please select &amp; try another &#8220;Software source&#8221; which means switching to a new origin server.  If that still doesn&#8217;t work, try to enable check-box at that sw-source selecting dialog.<br />
Enjoy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Hoe</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19698</link>
		<dc:creator>Adrian Hoe</dc:creator>
		<pubDate>Fri, 11 Jan 2008 03:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19698</guid>
		<description>谢谢支持。

不知何故，7.10升级程序包没有做好这一点。希望下一版本的升级程序包能妥当处理。</description>
		<content:encoded><![CDATA[<p>谢谢支持。</p>
<p>不知何故，7.10升级程序包没有做好这一点。希望下一版本的升级程序包能妥当处理。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 赵健华</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19692</link>
		<dc:creator>赵健华</dc:creator>
		<pubDate>Fri, 11 Jan 2008 02:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19692</guid>
		<description>谢谢你。我升级我到7.10之后，SCIM就不能执行了。我可慌了！好在看到你的方案...谢谢。</description>
		<content:encoded><![CDATA[<p>谢谢你。我升级我到7.10之后，SCIM就不能执行了。我可慌了！好在看到你的方案&#8230;谢谢。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19105</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 28 Oct 2007 09:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19105</guid>
		<description>If you are installing from scratch and not updating, you should follow the &quot;quick setup&quot; section at https://help.ubuntu.com/community/SCIM</description>
		<content:encoded><![CDATA[<p>If you are installing from scratch and not updating, you should follow the &#8220;quick setup&#8221; section at <a href="https://help.ubuntu.com/community/SCIM" rel="nofollow">https://help.ubuntu.com/community/SCIM</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haha</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19101</link>
		<dc:creator>haha</dc:creator>
		<pubDate>Sat, 27 Oct 2007 21:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19101</guid>
		<description>If it doesn&#039;t work, you can also try this:

用adept安装的:
skim
skim-scim-pinyin
scim-bridge-client-gtk
scim-bridge-client-qt
im-switch

需要的其他包adept会自己装。

然后，开一个终端，运行：
im-switch scim-pinyin

退出后重新登录。

im-switch所能选择的选项，在/etc/X11/xinit/xinput.d下。
查看scim-pinyin发现，在装了scim-bridge后，使用scim-pinyin，则gtk的输入模块是scim-bridge，而qt的输入模块大概是scim-qtimm吧。

如果用
im-switch -s scim
或者
im-switch -s scim-immodule
则锁住屏幕后解锁时无法输入密码。</description>
		<content:encoded><![CDATA[<p>If it doesn&#8217;t work, you can also try this:</p>
<p>用adept安装的:<br />
skim<br />
skim-scim-pinyin<br />
scim-bridge-client-gtk<br />
scim-bridge-client-qt<br />
im-switch</p>
<p>需要的其他包adept会自己装。</p>
<p>然后，开一个终端，运行：<br />
im-switch scim-pinyin</p>
<p>退出后重新登录。</p>
<p>im-switch所能选择的选项，在/etc/X11/xinit/xinput.d下。<br />
查看scim-pinyin发现，在装了scim-bridge后，使用scim-pinyin，则gtk的输入模块是scim-bridge，而qt的输入模块大概是scim-qtimm吧。</p>
<p>如果用<br />
im-switch -s scim<br />
或者<br />
im-switch -s scim-immodule<br />
则锁住屏幕后解锁时无法输入密码。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19091</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 24 Oct 2007 06:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19091</guid>
		<description>Thanks Adrian.

I have used ubuntu and chinese/scim a lot in the past. But I set up ubuntu gutsy on a new computer from the cdrom. It was setup as a en_US system, and I could not get scim setup correct.

Your tip to use the command
&quot;im-switch -z en_US -s scim&quot;
finally did it, forcing X to use scim for xinput.</description>
		<content:encoded><![CDATA[<p>Thanks Adrian.</p>
<p>I have used ubuntu and chinese/scim a lot in the past. But I set up ubuntu gutsy on a new computer from the cdrom. It was setup as a en_US system, and I could not get scim setup correct.</p>
<p>Your tip to use the command<br />
&#8220;im-switch -z en_US -s scim&#8221;<br />
finally did it, forcing X to use scim for xinput.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charles gruben</title>
		<link>http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/comment-page-1/#comment-19087</link>
		<dc:creator>charles gruben</dc:creator>
		<pubDate>Tue, 23 Oct 2007 02:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://adrianhoe.com/adrianhoe/2007/10/22/howto-scim-and-ubuntu-gutsy-gibbon/#comment-19087</guid>
		<description>Thanks for the wonderful tips. I finally got my chinese im working.

charles</description>
		<content:encoded><![CDATA[<p>Thanks for the wonderful tips. I finally got my chinese im working.</p>
<p>charles</p>
]]></content:encoded>
	</item>
</channel>
</rss>
