<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Martin's Blog</title>
	<atom:link href="http://martink.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://martink.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 18 Jan 2006 10:04:07 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language></language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='martink.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/50e256e7fa55647c2abf7c83c34978e1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Martin's Blog</title>
		<link>http://martink.wordpress.com</link>
	</image>
			<item>
		<title>automake tar trouble</title>
		<link>http://martink.wordpress.com/2006/01/18/automake-tar-trouble/</link>
		<comments>http://martink.wordpress.com/2006/01/18/automake-tar-trouble/#comments</comments>
		<pubDate>Wed, 18 Jan 2006 10:04:07 +0000</pubDate>
		<dc:creator>martink</dc:creator>
				<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://martink.wordpress.com/2006/01/18/automake-tar-trouble/</guid>
		<description><![CDATA[Harish, we had the same problem in ooo-build. By default automake runs tar with the -o option to create archives in V7 format which allows only filenames up to 99 characters. You didn&#8217;t use -o in your manual tar invocation, so that one worked fine.
To solve this problem, we added tar-ustar to AM_INIT_AUTOMAKE in configure.in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=8&subd=martink&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://blogs.gnome.org/view/kharish/2006/01/18/0">Harish</a>, we had the same problem in ooo-build. By default automake runs tar with the -o option to create archives in V7 format which allows only filenames up to 99 characters. You didn&#8217;t use -o in your manual tar invocation, so that one worked fine.</p>
<p>To solve this problem, we added <tt>tar-ustar</tt> to <tt>AM_INIT_AUTOMAKE</tt> in configure.in (you have to use the one-argument form of <tt>AM_INIT_AUTOMAKE</tt>). With this option automake will create files in ustar format that allows filenames up to 256 characters. Note that this option is only available in automake 1.9 and later.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/martink.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/martink.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martink.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martink.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martink.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martink.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martink.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martink.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martink.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martink.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martink.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martink.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=8&subd=martink&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://martink.wordpress.com/2006/01/18/automake-tar-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/279a63238ec60e8c29c823d0e43e8fa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">martink</media:title>
		</media:content>
	</item>
		<item>
		<title>Sysprof Ubuntu packages</title>
		<link>http://martink.wordpress.com/2005/11/15/sysprof-ubuntu-packages/</link>
		<comments>http://martink.wordpress.com/2005/11/15/sysprof-ubuntu-packages/#comments</comments>
		<pubDate>Tue, 15 Nov 2005 10:30:22 +0000</pubDate>
		<dc:creator>martink</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://martink.wordpress.com/2005/11/15/sysprof-ubuntu-packages/</guid>
		<description><![CDATA[Here&#8217;s my way to help improve GNOME 2.14 performance: Ubuntu packages for the sysprof profiler:
    deb http://www.gnome.org/~martink/2005/sysprof/i386 ./
    deb http://www.gnome.org/~martink/2005/sysprof/amd64 ./
    deb-src http://www.gnome.org/~martink/2005/sysprof/source ./ 
They were built on Ubuntu dapper but probably work on breezy too. Sysprof comes with a kernel module. I&#8217;ve included packages for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=7&subd=martink&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Here&#8217;s my way to help improve GNOME 2.14 performance: Ubuntu <a href="http://www.gnome.org/~martink/2005/sysprof/">packages</a> for the <a href="http://www.daimi.au.dk/%7Esandmann/sysprof/" title="Sysprof - A System-wide Linux Profiler">sysprof</a> profiler:</p>
<pre>    deb <a href="http://www.gnome.org/~martink/2005/sysprof/i386">http://www.gnome.org/~martink/2005/sysprof/i386</a> ./</pre>
<pre>    deb <a href="http://www.gnome.org/~martink/2005/sysprof/amd64">http://www.gnome.org/~martink/2005/sysprof/amd64</a> ./</pre>
<pre>    deb-src <a href="http://www.gnome.org/~martink/2005/sysprof/source">http://www.gnome.org/~martink/2005/sysprof/source</a> ./ </pre>
<p>They were built on Ubuntu dapper but probably work on breezy too. Sysprof comes with a kernel module. I&#8217;ve included packages for the Ubuntu 2.6.12-9 kernels. If you&#8217;ve built your own kernel, install the sysprof-source package and module-assistant, then run:</p>
<pre>    sudo module-assistant auto-install sysprof-source</pre>
<p>and if all goes well, the module will be built and installed for your running kernel.</p>
<p> I&#8217;ll happily hand off maintenance of these packages to a Debian Developer or an Ubuntu MOTU. Just as happily will I accept patches to make this work on Debian. </p>
<p> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/martink.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/martink.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martink.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martink.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martink.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martink.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martink.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martink.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martink.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martink.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martink.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martink.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=7&subd=martink&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://martink.wordpress.com/2005/11/15/sysprof-ubuntu-packages/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/279a63238ec60e8c29c823d0e43e8fa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">martink</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux-Info-Tag Dresden</title>
		<link>http://martink.wordpress.com/2005/11/02/linux-info-tag-dresden/</link>
		<comments>http://martink.wordpress.com/2005/11/02/linux-info-tag-dresden/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 20:38:01 +0000</pubDate>
		<dc:creator>martink</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://martink.wordpress.com/2005/11/02/linux-info-tag-dresden/</guid>
		<description><![CDATA[Saturday was the third Linux-Info-Tag, a small regional Linux gathering with project booths and two lecture tracks, in Dresden. I was there with Julius to man the GNOME booth. Unfortunately the GNOME Event Box was still in Munich, so we didn&#8217;t have any big banners with GNOME feet. That, and almost 600 Ubuntu Breezy CDs, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=5&subd=martink&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Saturday was the third <a title="Linux-Info-Tag" href="http://linuxinfotag.de/">Linux-Info-Tag</a>, a small regional Linux gathering with project booths and two lecture tracks, in Dresden. I was there with <a title="Julius" href="http://www.juliux.de/wordpress/">Julius</a> to man the GNOME booth. Unfortunately the GNOME Event Box was still in Munich, so we didn&#8217;t have any big banners with GNOME feet. That, and almost 600 Ubuntu Breezy CDs, made our booth look much like an Ubuntu booth. Oh well.</p>
<p>This has immediate consequences on the questions people ask. Instead of &#8220;What is GNOME,&#8221; they ask &#8220;Is Ubuntu like Linux or SUSE,&#8221; or instead of &#8220;I&#8217;m a happy KDE user, why should I use GNOME,&#8221; they ask &#8220;What does Ubuntu that SUSE doesn&#8217;t do.&#8221; I always forget how wide-spread SUSE is among (at least the) less geeky Linux users here in Germany.</p>
<p> OTOH people ask more general Linux questions, like &#8220;I&#8217;ve got a TV card and use it as a digital VCR with Windows. Is this possible with Linux,&#8221; or extremely specialized questions about PDF (I didn&#8217;t even tell him about my GPdf/Evince background). </p>
<p>Most visitors came in the breaks between the talks. That means we didn&#8217;t have much to do during the talks. So we decided to re-enact the Ubuntu CD cover (photo by <a title="Sven Guckes" href="http://www.guckes.net/">Sven Guckes</a>):</p>
<p> <a href="http://martink.wordpress.com/?subpost_id=6" title="Linux-Info-Tag Circle"> 		<img width="128" height="96" src="http://martink.files.wordpress.com/2005/11/linux-info-tag.jpg?w=128&#038;h=96" alt="Linux-Info-Tag Circle" /></a><a href="http://martink.wordpress.com/?subpost_id=6" title="Linux-Info-Tag Circle"> 	</a> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/martink.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/martink.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martink.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martink.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martink.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martink.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martink.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martink.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martink.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martink.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martink.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martink.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=5&subd=martink&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://martink.wordpress.com/2005/11/02/linux-info-tag-dresden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/279a63238ec60e8c29c823d0e43e8fa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">martink</media:title>
		</media:content>

		<media:content url="http://martink.files.wordpress.com/2005/11/linux-info-tag.jpg" medium="image">
			<media:title type="html">Linux-Info-Tag Circle</media:title>
		</media:content>
	</item>
		<item>
		<title>Evince and Poppler on Maemo, take 2</title>
		<link>http://martink.wordpress.com/2005/10/27/evince-and-poppler-on-maemo-take-2/</link>
		<comments>http://martink.wordpress.com/2005/10/27/evince-and-poppler-on-maemo-take-2/#comments</comments>
		<pubDate>Thu, 27 Oct 2005 13:51:22 +0000</pubDate>
		<dc:creator>martink</dc:creator>
				<category><![CDATA[Evince]]></category>

		<guid isPermaLink="false">http://martink.wordpress.com/2005/10/27/evince-and-poppler-on-maemo-take-2/</guid>
		<description><![CDATA[Eduardo de Barros Lima has revived Tommi Komulainen&#8217;s Maemo port of Evince and posted some beautiful screenshots. And Alp Toker is playing (fighting?) with (among other things) poppler on mono on maemo.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=4&subd=martink&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://etrunko.blogspot.com/2005/10/some-screenshots-of-evince-in-maemo.html">Eduardo de Barros Lima</a> has revived <a href="http://blogs.gnome.org/view/tko/2005/05/26/1">Tommi Komulainen&#8217;s Maemo port of Evince</a> and posted some beautiful screenshots. And Alp Toker is playing (fighting?) with <a href="http://maemo.ndesk.org/">(among other things) poppler on mono on maemo</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/martink.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/martink.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martink.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martink.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martink.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martink.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martink.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martink.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martink.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martink.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martink.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martink.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=4&subd=martink&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://martink.wordpress.com/2005/10/27/evince-and-poppler-on-maemo-take-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/279a63238ec60e8c29c823d0e43e8fa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">martink</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia 770 and Hello World</title>
		<link>http://martink.wordpress.com/2005/10/25/nokia-770-and-hello-world/</link>
		<comments>http://martink.wordpress.com/2005/10/25/nokia-770-and-hello-world/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 19:15:04 +0000</pubDate>
		<dc:creator>martink</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://martink.wordpress.com/2005/10/25/nokia-770-and-hello-world/</guid>
		<description><![CDATA[Last week I got the Nokia 770 that I had won at GUADEC in Stuttgart. Yesterday I set up my first blog. That means I can increase both the number of meta posts and of N770 posts at one fell swoop.   
My first impression: the screen is gorgeous. 800&#215;480px at 225dpi means really [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=3&subd=martink&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Last week I got the <a title="Nokia 770" href="http://www.nokia.com/770">Nokia 770</a> that I had won at <a title="GUADEC in Stuttgart" href="http://2005.guadec.org/">GUADEC in Stuttgart</a>. Yesterday I set up my first blog. That means I can increase both the number of meta posts and of N770 posts at one fell swoop.   </p>
<p>My first impression: the screen is gorgeous. 800&#215;480px at 225dpi means really sharp text. I&#8217;ve previously read ebooks in Plucker on a Palm V (160&#215;160px) and a Tungsten E (320&#215;320px), and thought the Tungsten was a great improvement. But the N770. Wow!</p>
<p>First thing I installed was <a title="scummvm" href="http://770.fs-security.com/scummvm/">scummvm</a> and Monkey Island I (German/DOS version) ;-)</p>
<p>Also started a list of things you shouldn&#8217;t do with it:</p>
<ul>
<li>running sudo /etc/init.d/af-base-apps stop. Finding a command that sudo executes without a password might be cool, but having to reboot the device afterwards isn&#8217;t</li>
<li>building xrandr and trying it with the N770 X server is not a good idea either. The onscreen keyboard doesn&#8217;t follow the rotation and you have to type the command to rotate it back blindly. I <em>did</em> get out of this without rebooting.</li>
</ul>
<p>OTOH I did pass the desk stand and MMC slot intelligence tests. But I had to use pliers the second time I wanted to remove the MMC card.<br /> 
</p>
<p>Oh, and Hello World! </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/martink.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/martink.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/martink.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/martink.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/martink.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/martink.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/martink.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/martink.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/martink.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/martink.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/martink.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/martink.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=martink.wordpress.com&blog=10993&post=3&subd=martink&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://martink.wordpress.com/2005/10/25/nokia-770-and-hello-world/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/279a63238ec60e8c29c823d0e43e8fa0?s=96&#38;d=identicon" medium="image">
			<media:title type="html">martink</media:title>
		</media:content>
	</item>
	</channel>
</rss>