<?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: Tuxpaint GUI testing with xautomation</title>
	<atom:link href="http://syn.theti.ca/2006/10/25/tuxpaint-gui-testing-with-xautomation/feed/" rel="self" type="application/rss+xml" />
	<link>http://syn.theti.ca/2006/10/25/tuxpaint-gui-testing-with-xautomation/</link>
	<description>debian, eeepc, kids &#38; f/oss software</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:02:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bill Kendrick</title>
		<link>http://syn.theti.ca/2006/10/25/tuxpaint-gui-testing-with-xautomation/comment-page-1/#comment-30</link>
		<dc:creator>Bill Kendrick</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Tux Paint moves the mouse to the center of its window after the splash screen is dismissed, so that may have been an issue with xmacro...?

Thx for your hard work, Ben!

-bill!</description>
		<content:encoded><![CDATA[<p>Tux Paint moves the mouse to the center of its window after the splash screen is dismissed, so that may have been an issue with xmacro&#8230;?</p>
<p>Thx for your hard work, Ben!</p>
<p>-bill!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Armstrong</title>
		<link>http://syn.theti.ca/2006/10/25/tuxpaint-gui-testing-with-xautomation/comment-page-1/#comment-31</link>
		<dc:creator>Ben Armstrong</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Actually, my first test was done without tuxpaint even running, so it can&#039;t have been the application.</description>
		<content:encoded><![CDATA[<p>Actually, my first test was done without tuxpaint even running, so it can&#8217;t have been the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ming Hua</title>
		<link>http://syn.theti.ca/2006/10/25/tuxpaint-gui-testing-with-xautomation/comment-page-1/#comment-32</link>
		<dc:creator>Ming Hua</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Hi Ben,

I remember you asking about Chinese fonts for tuxpaint a few days ago, and now I notice that you only have one screenshot for Chinese while there are two variants -- zh_CN (simplified) and zh_TW (traditional).  The one shown here is simplified.  Is the missing traditional Chinese screenshot just a oversight?

Thanks for the work, it was fun to see all those languages.</description>
		<content:encoded><![CDATA[<p>Hi Ben,</p>
<p>I remember you asking about Chinese fonts for tuxpaint a few days ago, and now I notice that you only have one screenshot for Chinese while there are two variants &#8212; zh_CN (simplified) and zh_TW (traditional).  The one shown here is simplified.  Is the missing traditional Chinese screenshot just a oversight?</p>
<p>Thanks for the work, it was fun to see all those languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Armstrong</title>
		<link>http://syn.theti.ca/2006/10/25/tuxpaint-gui-testing-with-xautomation/comment-page-1/#comment-33</link>
		<dc:creator>Ben Armstrong</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Ming,

It&#039;s there, but just not in the order you expect because my script returns &quot;chinese&quot; for simplified Chinese and &quot;traditional-chinese&quot; for traditional Chinese, so the names do not collate next to each other.

Ideally, I&#039;d iterate over all supported locales instead of all supported languages, except as I pointed out in the article, tuxpaint doesn&#039;t provide a way of listing all of the locales it supports.

Here is the screenshot for &quot;traditional Chinese&quot;:http://syn.theti.ca/~ben/tuxpaint_tests/61.html.

Ben</description>
		<content:encoded><![CDATA[<p>Ming,</p>
<p>It&#8217;s there, but just not in the order you expect because my script returns &#8220;chinese&#8221; for simplified Chinese and &#8220;traditional-chinese&#8221; for traditional Chinese, so the names do not collate next to each other.</p>
<p>Ideally, I&#8217;d iterate over all supported locales instead of all supported languages, except as I pointed out in the article, tuxpaint doesn&#8217;t provide a way of listing all of the locales it supports.</p>
<p>Here is the screenshot for &#8220;traditional Chinese&#8221;:http://syn.theti.ca/~ben/tuxpaint_tests/61.html.</p>
<p>Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ming Hua</title>
		<link>http://syn.theti.ca/2006/10/25/tuxpaint-gui-testing-with-xautomation/comment-page-1/#comment-34</link>
		<dc:creator>Ming Hua</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Oh, I see.  Guess I&#039;ll remember to see all screenshots before commenting next time. :-)

It&#039;s interesting to see the two Chinese variants are taking quite different approach in translation.  (In a sense, you can use the same translation for both of them, only written in two different scripts.)  It also seems to me that traditional Chinese has a much better and apparently more completed translation.</description>
		<content:encoded><![CDATA[<p>Oh, I see.  Guess I&#8217;ll remember to see all screenshots before commenting next time. <img src='http://syn.theti.ca/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>It&#8217;s interesting to see the two Chinese variants are taking quite different approach in translation.  (In a sense, you can use the same translation for both of them, only written in two different scripts.)  It also seems to me that traditional Chinese has a much better and apparently more completed translation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
