<?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; skype</title>
	<atom:link href="http://brucewang.net/tag/skype/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>
		<item>
		<title>Skype 3.0beta is cool</title>
		<link>http://brucewang.net/2006/11/09/14</link>
		<comments>http://brucewang.net/2006/11/09/14#comments</comments>
		<pubDate>Wed, 08 Nov 2006 17:21:41 +0000</pubDate>
		<dc:creator>number5</dc:creator>
				<category><![CDATA[alwayson]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[publicchat]]></category>
		<category><![CDATA[skype]]></category>

		<guid isPermaLink="false">http://brucewang.net/2006/11/09/14</guid>
		<description><![CDATA[多了很多新功能, 最cool的是这个: OpenID in China hosted by number5. Join now Chat about what&#8217;s on your mind. More about public chats.]]></description>
			<content:encoded><![CDATA[<p>多了很多新功能, 最cool的是这个:</p>
<div id="skype-publicchat" style="background: white url(http://download.skype.com/share/publicchat/background.png) left bottom repeat-x !important; font: 11px/16px Arial, Helvetica, sans-serif !important;border: 1px solid #009de9 !important;">
<h1 style="padding: 50px 10px 9px 10px !important;margin: 0 !important;font: 12px/16px Arial, Helvetica, sans-serif !important;font-weight: bold !important;color: #999999 !important; background: transparent url(http://download.skype.com/share/publicchat/snippet_head_blue.png) left top no-repeat !important;"><a style="color: #006699 !important;text-decoration: none !important;" href="http://www.skype.com/go/joinpublicchat?chat&amp;skypename=number5&amp;topic=OpenID+in+China&amp;blob=A-OUg19KS-NthYWhXqIzDVVADSOyE1GWl0swf6hS2raHEBxfa2Hi2WaPKF7xVis">OpenID in China</a> hosted by <a style="color: #006699 !important;text-decoration: none !important;" href="skype:number5?info">number5</a>.</h1>
<p style="margin: 0 10px 10px 10px!important;"><a href="http://www.skype.com/go/joinpublicchat?chat&amp;skypename=number5&amp;topic=OpenID+in+China&amp;blob=A-OUg19KS-NthYWhXqIzDVVADSOyE1GWl0swf6hS2raHEBxfa2Hi2WaPKF7xVis" style="color: #006699 !important; background: transparent url(http://download.skype.com/share/publicchat/chat_icon.png) left center no-repeat !important;padding-left: 20px !important;display: block !important;">Join now</a></p>
<hr style="margin: 5px 10px !important;height: 1px !important;background: #cccccc !important;border: none;" />
<p style="margin: 0 10px 10px 10px!important;"><small style="font-size: 9px; color: #515151 !important;">Chat about what&#8217;s on your mind. <a href="http://www.skype.com/go/publicchats" style="font-size: 9px; color: #006699 !important;">More about public chats</a>.</small></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://brucewang.net/2006/11/09/14/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

