<?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/"
	>

<channel>
	<title>Bruce Wang - Simple, Love, Courage &#187; scim</title>
	<atom:link href="http://brucewang.net/tag/scim/feed" rel="self" type="application/rss+xml" />
	<link>http://brucewang.net</link>
	<description>to live in dignity</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:32:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>scim for skype(或者其他QT程序)的配置方法 (不需要scim-bridge或者scim-qtimm)</title>
		<link>http://brucewang.net/2008/03/04/129</link>
		<comments>http://brucewang.net/2008/03/04/129#comments</comments>
		<pubDate>Tue, 04 Mar 2008 09:46:41 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[archlinux]]></category>
		<category><![CDATA[noteworthy]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[中文输入]]></category>

		<guid isPermaLink="false">http://brucewang.net/2008/03/04/129</guid>
		<description><![CDATA[装好scim 1.4.7 之后 在 xinitrc中加入下面内容 # scim setup export LANG="zh_CN.UTF-8" export XMODIFIERS=@im=SCIM export XIM="scim" export XINPUT="xim" export XIM_PROGRAM="scim -d" export GTK_IM_MODULE=scim export QT_IM_MODULE=scim scim -d &#38; 我用的是xfce4, xinitrc的位置在 ~/.config/xfce4/xinitrc Update: 我现在已经放弃scim全面转向使用 ibus /ibus-pinyin了]]></description>
			<content:encoded><![CDATA[<p>装好scim 1.4.7 之后 在 xinitrc中加入下面内容<br />
<code><br />
# scim setup<br />
export LANG="zh_CN.UTF-8"<br />
export XMODIFIERS=@im=SCIM<br />
export XIM="scim"<br />
export XINPUT="xim"<br />
export XIM_PROGRAM="scim -d"<br />
export GTK_IM_MODULE=scim<br />
export QT_IM_MODULE=scim<br />
scim -d &amp;<br />
</code></p>
<p>我用的是xfce4, xinitrc的位置在 ~/.config/xfce4/xinitrc</p>
<p><strong>Update</strong>: 我现在已经放弃scim全面转向使用 <a title="Intelligent Input Bus for Linux / Unix OS" href="http://code.google.com/p/ibus/" target="_blank">ibus</a> /ibus-pinyin了</p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2008/03/04/129/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>让scim支持skype (Archlinux)</title>
		<link>http://brucewang.net/2007/12/08/124</link>
		<comments>http://brucewang.net/2007/12/08/124#comments</comments>
		<pubDate>Fri, 07 Dec 2007 17:59:08 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[aur]]></category>
		<category><![CDATA[scim]]></category>
		<category><![CDATA[scim-qtimm]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://brucewang.net/2007/12/08/124</guid>
		<description><![CDATA[Update:  不需要scim-qtimm或者scim-bridge也可以支持skype(qt),  具体配置见这里 关键的问题在于编译一个scim-qtimm的模块(Ubuntu上也是用这个方案），似乎很久都没有人维护了，只有cvs版本才支持qt4， 鉴于我的skype 2.0.0.13 beta已经是动态链接到qt4的，所以决定用cvs版本。 好在Archlinux为自己建package提供了非常方便的工具 makepkg/PKGBUILD 系统，在认真了解scons这个python make工具以及被人遗忘的bksys系统之后，终于让我build成功并安装了。 配置参考scim官方文档, 其实也挺简单的，在 ~/.xinitrc里面加上这三行就行 export XMODIFIERS=@im=SCIM #case matters for this variable! export GTK_IM_MODULE=scim export QT_IM_MODULE=scim 附件是我写的scim-qtimm-cvs PKGBUILD]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>:  不需要scim-qtimm或者scim-bridge也可以支持skype(qt),  <a href="http://brucewang.net/2008/03/04/129">具体配置见这里</a></p>
<p>关键的问题在于编译一个<a href="http://www.scim-im.org/projects/scim_qtimm">scim-qtimm</a>的模块(Ubuntu上也是用这个方案），似乎很久都没有人维护了，只有cvs版本才支持qt4， 鉴于我的skype 2.0.0.13 beta已经是动态链接到qt4的，所以决定用cvs版本。</p>
<p>好在Archlinux为自己建package提供了非常方便的工具 makepkg/PKGBUILD 系统，在认真了解scons这个python make工具以及被人遗忘的bksys系统之后，终于让我build成功并安装了。</p>
<p>配置参考<a href="http://www.scim-im.org/wiki/documentation/installation_and_configuration/all/system_configuration" title="SCIM Configuration" target="_blank">scim官方文档</a>, 其实也挺简单的，在 ~/.xinitrc里面加上这三行就行<br />
<code>export XMODIFIERS=@im=SCIM    #case matters for this variable!<br />
export GTK_IM_MODULE=scim<br />
export QT_IM_MODULE=scim</code></p>
<p>附件是我写的<a href="http://brucewang.net/wp-content/uploads/2007/12/pkgbuild" title="scim-qtimm-cvs PKGBUILD">scim-qtimm-cvs PKGBUILD</a></p>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2007/12/08/124/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

