<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Marcin K. Krzywonos</title>
	
	<link>http://www.blog.devnull.pl</link>
	<description>blog</description>
	<pubDate>Wed, 08 Jul 2009 15:11:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/mkk" /><feedburner:info uri="mkk" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Blog is alive!</title>
		<link>http://feedproxy.google.com/~r/mkk/~3/bxB2evigu0E/26</link>
		<comments>http://www.blog.devnull.pl/archives/26#comments</comments>
		<pubDate>Wed, 08 Jul 2009 15:07:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.blog.devnull.pl/?p=26</guid>
		<description><![CDATA[Last weeks this website was down. The server was being changed, so there was some troubles. Finally it works! :-)
]]></description>
			<content:encoded><![CDATA[<p>Last weeks this website was down. The server was being changed, so there was some troubles. Finally it works! :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.devnull.pl/archives/26/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.devnull.pl/archives/26</feedburner:origLink></item>
		<item>
		<title>Incollector and Ubuntu Jaunty Jackalope</title>
		<link>http://feedproxy.google.com/~r/mkk/~3/0kdX07erSss/20</link>
		<comments>http://www.blog.devnull.pl/archives/20#comments</comments>
		<pubDate>Thu, 30 Apr 2009 09:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Incollector]]></category>

		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.blog.devnull.pl/?p=20</guid>
		<description><![CDATA[Many users write me that Incollector doesn&#8217;t work on Ubuntu Jaunty Jackalope. I really have no time to check this now. I hope I&#8217;ll find some after the weekend.
Navy (from comments) suggested a solution that works.
1. Open terminal and write command:
sudo gedit /usr/bin/incollector
2. Find line similar to:
mono /usr/lib/incollector.exe
3. Change it to:
mono –-runtime=v2.0.50727 /usr/lib/incollector/incollector.exe
4. Save the file.
5. [...]]]></description>
			<content:encoded><![CDATA[<p>Many users write me that <em>Incollector</em> doesn&#8217;t work on <em>Ubuntu Jaunty Jackalope</em>. I really have no time to check this now. I hope I&#8217;ll find some after the weekend.</p>
<p><em>Navy</em> (from comments) suggested a solution that works.</p>
<p>1. Open terminal and write command:<br />
<em>sudo gedit /usr/bin/incollector<br />
</em>2. Find line similar to:<br />
<em>mono /usr/lib/incollector.exe<br />
</em>3. Change it to:<br />
<em>mono –-runtime=v2.0.50727 /usr/lib/incollector/incollector.exe<br />
</em>4. Save the file.<br />
5. Start Incollector</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.devnull.pl/archives/20/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.devnull.pl/archives/20</feedburner:origLink></item>
		<item>
		<title>Incollector 1.2</title>
		<link>http://feedproxy.google.com/~r/mkk/~3/XGvBczCoZDo/7</link>
		<comments>http://www.blog.devnull.pl/archives/7#comments</comments>
		<pubDate>Fri, 16 Jan 2009 21:59:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Incollector]]></category>

		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.blog.devnull.pl/?p=7</guid>
		<description><![CDATA[Today I&#8217;ve released Incollector 1.2. I promise, you won&#8217;t see any new features. There are removed a few bugs, so you should download new version.
 What&#8217;s new
- Ctrl+c works in the preview
- On Windows, web browser selector in the preferences window has been removed. Now, Incollector launches default web browser.
- Incollector now looks good with [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve released <a href="http://www.incollector.devnull.pl">Incollector 1.2</a>. I promise, you won&#8217;t see any new features. There are removed a few bugs, so you should download new version.</p>
<p><strong> What&#8217;s new</strong><br />
- <em>Ctrl+c</em> works in the preview<br />
- On <em>Windows</em>, web browser selector in the preferences window has been removed. Now, <em>Incollector</em> launches default web browser.<br />
- <em>Incollector</em> now looks good with the dark application themes.<br />
- Bug that could cause data loss (very small chance) has been removed.<br />
- Search entry (above the entries list) looks also for tags.<br />
- New default theme on <em>Windows</em>.</p>
<p>
<div style="padding: 0 6px 0 6px; text-align: center;"><a href="http://www.blog.devnull.pl/wp-content/ic.1.2.1.jpg"><img src="http://www.blog.devnull.pl/wp-content/ic.1.2.1.mini.jpg" alt="" /></a> <a href="http://www.blog.devnull.pl/wp-content/ic.1.2.2.png"><img src="http://www.blog.devnull.pl/wp-content/ic.1.2.2.mini.jpg" alt="" /></a> <a href="http://www.blog.devnull.pl/wp-content/ic.1.2.3.png"><img src="http://www.blog.devnull.pl/wp-content/ic.1.2.3.mini.jpg" alt="" /></a></div>
</p>
<p><strong>BTW, I&#8217;m going to write something about <em>Incollector</em> 2.0 soon. :-)<br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.devnull.pl/archives/7/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.devnull.pl/archives/7</feedburner:origLink></item>
		<item>
		<title>New blog</title>
		<link>http://feedproxy.google.com/~r/mkk/~3/5zIJ3hL_7QM/3</link>
		<comments>http://www.blog.devnull.pl/archives/3#comments</comments>
		<pubDate>Tue, 26 Aug 2008 08:31:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blog.devnull.pl/?p=3</guid>
		<description><![CDATA[I&#8217;ve decided to create a new web log. It&#8217;ll be written in English. I hope that more people will be able to read it now.
I&#8217;m not native English speaker, so there can be some language mistakes. I hope, I&#8217;ll be better soon :-)
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to create a new web log. It&#8217;ll be written in English. I hope that more people will be able to read it now.</p>
<p>I&#8217;m not native English speaker, so there can be some language mistakes. I hope, I&#8217;ll be better soon :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.devnull.pl/archives/3/feed</wfw:commentRss>
		<feedburner:origLink>http://www.blog.devnull.pl/archives/3</feedburner:origLink></item>
	</channel>
</rss>

