<?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>The Life of RubenV (Ruben Vermeersch) &#187; gnome</title>
	<atom:link href="http://weblog.savanne.be/tags/gnome/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.savanne.be</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 14:14: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>
		<item>
		<title>On F-Spot maintainership</title>
		<link>http://weblog.savanne.be/469-on-f-spot-maintainership</link>
		<comments>http://weblog.savanne.be/469-on-f-spot-maintainership#comments</comments>
		<pubDate>Thu, 22 Dec 2011 19:00:41 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=469</guid>
		<description><![CDATA[<p><img class="alignright size-full wp-image-311" title="f-spot-logo" src="http://weblog.savanne.be/f-spot-logo1.png" alt="" width="192" height="192" />From the category of news I&#8217;ve been planning to send out for months, yet never got round to doing:</p>
<p>With <del>life</del> work getting in the way, it&#8217;s been impossible for me to further maintain <a href="http://f-spot.org/">F-Spot</a>. Fortunately, <a href="http://www.decriptor.com/">Stephen Shaw</a> has offered to pick up the task. Expect new stuff soon.</p>
<p>Alternatively, check out <a href="http://yorba.org/shotwell/">Shotwell</a>, which has been making excellent progress lately.</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-311" title="f-spot-logo" src="http://weblog.savanne.be/f-spot-logo1.png" alt="" width="192" height="192" />From the category of news I&#8217;ve been planning to send out for months, yet never got round to doing:</p>
<p>With <del>life</del> work getting in the way, it&#8217;s been impossible for me to further maintain <a href="http://f-spot.org/">F-Spot</a>. Fortunately, <a href="http://www.decriptor.com/">Stephen Shaw</a> has offered to pick up the task. Expect new stuff soon.</p>
<p>Alternatively, check out <a href="http://yorba.org/shotwell/">Shotwell</a>, which has been making excellent progress lately.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/469-on-f-spot-maintainership/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Surviving on OS X when you&#8217;re used to the terminal</title>
		<link>http://weblog.savanne.be/452-surviving-on-os-x-when-youre-used-to-the-terminal</link>
		<comments>http://weblog.savanne.be/452-surviving-on-os-x-when-youre-used-to-the-terminal#comments</comments>
		<pubDate>Sun, 18 Sep 2011 14:51:17 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=452</guid>
		<description><![CDATA[<p>If you&#8217;ve spent some portion of your life with Linux on your computer, you&#8217;ve undoubtably discovered the usefulness of the Linux command line. Sometimes it&#8217;s just quicker to get something done by pulling up a terminal and entering a one-liner.</p>
<p>The GNOME file manager makes it trivial to open a terminal at your current location, if you have the <code>nautilus-open-terminal</code> package installed:</p>
<p><img class="aligncenter size-full wp-image-453" title="open-terminal-linux" src="http://weblog.savanne.be/open-terminal-linux.png" alt="" width="309" height="163" /></p>
<p>Going the other way around, from terminal to GUI is also easy:</p>
<ul>
<li>Open current folder in file manager: <code>nautilus .</code></li>
<li>Open any file with default application: <code>gnome-open myfile.xyz</code></li>
</ul>
<p>If you&#8217;ve grown into this habit, you&#8217;ll feel lost whenever you need to use a Mac. No such option in the file manager and no gnome-open command (obviously).</p>
<p>Don&#8217;t worry though, it&#8217;s all possible. Here&#8217;s how.</p>
<p><strong>Opening a terminal at the current folder<br />
</strong>Opening a terminal at the current folder requires you to make a small change to the preferences. Open the keyboard preferences, go to services (on the keyboard preferences page) and enable the two services shown below:</p>
<p><img class="aligncenter size-full wp-image-454" title="services-prefs" src="http://weblog.savanne.be/services-prefs.png" alt="" width="536" height="343" /></p>
<p>Once you&#8217;ve done that, you can simply right-click any folder and find the option under the services menu:</p>
<p><img class="aligncenter size-full wp-image-455" title="open-terminal" src="http://weblog.savanne.be/open-terminal.png" alt="" width="513" height="475" /></p>
<p><strong>Opening any file from the file manager<br />
</strong>Need to open an image from the command-line? Or a PDF? Or any other document. Simply use open: <code>open myfile.xyz</code></p>
<p>To open a finder window and show the file in the file manager, use the -R (reveal) flag: <code>open -R .</code></p>
<p>At least now you can switch back and forth between command-line and GUI quickly. Try <a href="http://mxcl.github.com/homebrew/">Homebrew</a> if you need to install your favorite missing tools.</p>
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve spent some portion of your life with Linux on your computer, you&#8217;ve undoubtably discovered the usefulness of the Linux command line. Sometimes it&#8217;s just quicker to get something done by pulling up a terminal and entering a one-liner.</p>
<p>The GNOME file manager makes it trivial to open a terminal at your current location, if you have the <code>nautilus-open-terminal</code> package installed:</p>
<p><img class="aligncenter size-full wp-image-453" title="open-terminal-linux" src="http://weblog.savanne.be/open-terminal-linux.png" alt="" width="309" height="163" /></p>
<p>Going the other way around, from terminal to GUI is also easy:</p>
<ul>
<li>Open current folder in file manager: <code>nautilus .</code></li>
<li>Open any file with default application: <code>gnome-open myfile.xyz</code></li>
</ul>
<p>If you&#8217;ve grown into this habit, you&#8217;ll feel lost whenever you need to use a Mac. No such option in the file manager and no gnome-open command (obviously).</p>
<p>Don&#8217;t worry though, it&#8217;s all possible. Here&#8217;s how.</p>
<p><strong>Opening a terminal at the current folder<br />
</strong>Opening a terminal at the current folder requires you to make a small change to the preferences. Open the keyboard preferences, go to services (on the keyboard preferences page) and enable the two services shown below:</p>
<p><img class="aligncenter size-full wp-image-454" title="services-prefs" src="http://weblog.savanne.be/services-prefs.png" alt="" width="536" height="343" /></p>
<p>Once you&#8217;ve done that, you can simply right-click any folder and find the option under the services menu:</p>
<p><img class="aligncenter size-full wp-image-455" title="open-terminal" src="http://weblog.savanne.be/open-terminal.png" alt="" width="513" height="475" /></p>
<p><strong>Opening any file from the file manager<br />
</strong>Need to open an image from the command-line? Or a PDF? Or any other document. Simply use open: <code>open myfile.xyz</code></p>
<p>To open a finder window and show the file in the file manager, use the -R (reveal) flag: <code>open -R .</code></p>
<p>At least now you can switch back and forth between command-line and GUI quickly. Try <a href="http://mxcl.github.com/homebrew/">Homebrew</a> if you need to install your favorite missing tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/452-surviving-on-os-x-when-youre-used-to-the-terminal/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Student session tomorrow</title>
		<link>http://weblog.savanne.be/441-student-session-tomorrow</link>
		<comments>http://weblog.savanne.be/441-student-session-tomorrow#comments</comments>
		<pubDate>Fri, 05 Aug 2011 15:15:01 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[desktopsummit]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[summerofcode]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=441</guid>
		<description><![CDATA[<p>As a reminder, the GNOME and KDE Interns Showcase at the <a href="https://www.desktopsummit.org/">Desktop Summit</a> is on tomorrow at 17:15, which is in 24 hours from now (at the time of publishing). It&#8217;ll take place in the Audimax room.</p>
<p>The main goal of this session is to give our <a href="https://live.gnome.org/SummerOfCode2011">Google Summer of Code</a> and <a href="http://projects.gnome.org/outreach/women/">Outreach Program for Women</a> students a forum to show what they&#8217;ve been working on in the past few months. Your feedback and support will be very much appreciated by them.</p>
<p>Be there or miss out on the future!</p>
<p><img class="aligncenter size-full wp-image-442" title="Sponsored-by-Gnome-foundation" src="http://weblog.savanne.be/Sponsored-by-Gnome-foundation.png" alt="" width="213" height="213" /></p>
]]></description>
			<content:encoded><![CDATA[<p>As a reminder, the GNOME and KDE Interns Showcase at the <a href="https://www.desktopsummit.org/">Desktop Summit</a> is on tomorrow at 17:15, which is in 24 hours from now (at the time of publishing). It&#8217;ll take place in the Audimax room.</p>
<p>The main goal of this session is to give our <a href="https://live.gnome.org/SummerOfCode2011">Google Summer of Code</a> and <a href="http://projects.gnome.org/outreach/women/">Outreach Program for Women</a> students a forum to show what they&#8217;ve been working on in the past few months. Your feedback and support will be very much appreciated by them.</p>
<p>Be there or miss out on the future!</p>
<p><img class="aligncenter size-full wp-image-442" title="Sponsored-by-Gnome-foundation" src="http://weblog.savanne.be/Sponsored-by-Gnome-foundation.png" alt="" width="213" height="213" /></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/441-student-session-tomorrow/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Student session at the Desktop Summit</title>
		<link>http://weblog.savanne.be/432-student-session-at-the-desktop-summit</link>
		<comments>http://weblog.savanne.be/432-student-session-at-the-desktop-summit#comments</comments>
		<pubDate>Fri, 29 Jul 2011 15:00:21 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[summerofcode]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=432</guid>
		<description><![CDATA[<p>The <a href="https://www.desktopsummit.org/">2011 Desktop Summit</a> in Berlin will be starting in a week from now. I&#8217;ll be there as part of the <a href="https://live.gnome.org/SummerOfCode2011">GNOME GSoC</a> administration team. As part of that, we&#8217;re organizing a showcase session for all GNOME and KDE students. The format will be a lightning talk session.</p>
<p>If you would like to know what our future rockstars are doing, this is where you should be heading! The session takes place on the first day, Saturday August 6, between 5:15PM and 6:00PM in the Audimax room.</p>
<p><img class="aligncenter size-full wp-image-434" title="desktop-summit-logo" src="http://weblog.savanne.be/desktop-summit-logo.png" alt="" width="266" height="152" /></p>
]]></description>
			<content:encoded><![CDATA[<p>The <a href="https://www.desktopsummit.org/">2011 Desktop Summit</a> in Berlin will be starting in a week from now. I&#8217;ll be there as part of the <a href="https://live.gnome.org/SummerOfCode2011">GNOME GSoC</a> administration team. As part of that, we&#8217;re organizing a showcase session for all GNOME and KDE students. The format will be a lightning talk session.</p>
<p>If you would like to know what our future rockstars are doing, this is where you should be heading! The session takes place on the first day, Saturday August 6, between 5:15PM and 6:00PM in the Audimax room.</p>
<p><img class="aligncenter size-full wp-image-434" title="desktop-summit-logo" src="http://weblog.savanne.be/desktop-summit-logo.png" alt="" width="266" height="152" /></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/432-student-session-at-the-desktop-summit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Summer of Code 2011</title>
		<link>http://weblog.savanne.be/386-gsoc-2011</link>
		<comments>http://weblog.savanne.be/386-gsoc-2011#comments</comments>
		<pubDate>Tue, 05 Apr 2011 08:12:24 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[desktopsummit]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[summerofcode]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=386</guid>
		<description><![CDATA[<p>Like Vincent, <a href="http://www.vuntz.net/journal/post/2011/03/07/Google-Summer-of-Code-2011-for-GNOME-openSUSE">I occasionally care too much about some things</a>. Because of that, I volunteered for the second year in a row to help out as an admin for the GNOME Google Summer of Code. My role will mainly be making sure every student keeps on track, organize a session at the <a href="https://www.desktopsummit.org/">Desktop Summit</a> and try to get our students integrated into the community over the summer / during the summit.</p>
<p><strong>To students that are still in doubt: </strong>Having done two Summer of Codes as a student myself, I can only conclude that this is probably the nicest way to earn some bucks as a student. Fun and interesting. The deadline for idea submission is approaching fast, but there&#8217;s still plenty of time to write-up a proposal. Talk to a maintainer and please work on top of an existing project rather than building something new.</p>
<p>I myself won&#8217;t be able to take up the mentoring of a student as I&#8217;m too busy founding <a href="http://www.flowpilots.com/">a company</a> (but that&#8217;s the subject of a future post). Now go submit your ideas and prepare for an awesome summer!</p>
<p><img class="aligncenter size-full wp-image-387" title="Google Summer of Code 2011" src="http://weblog.savanne.be/GSoC2011_300x200_px.jpg" alt="" width="300" height="200" /></p>
]]></description>
			<content:encoded><![CDATA[<p>Like Vincent, <a href="http://www.vuntz.net/journal/post/2011/03/07/Google-Summer-of-Code-2011-for-GNOME-openSUSE">I occasionally care too much about some things</a>. Because of that, I volunteered for the second year in a row to help out as an admin for the GNOME Google Summer of Code. My role will mainly be making sure every student keeps on track, organize a session at the <a href="https://www.desktopsummit.org/">Desktop Summit</a> and try to get our students integrated into the community over the summer / during the summit.</p>
<p><strong>To students that are still in doubt: </strong>Having done two Summer of Codes as a student myself, I can only conclude that this is probably the nicest way to earn some bucks as a student. Fun and interesting. The deadline for idea submission is approaching fast, but there&#8217;s still plenty of time to write-up a proposal. Talk to a maintainer and please work on top of an existing project rather than building something new.</p>
<p>I myself won&#8217;t be able to take up the mentoring of a student as I&#8217;m too busy founding <a href="http://www.flowpilots.com/">a company</a> (but that&#8217;s the subject of a future post). Now go submit your ideas and prepare for an awesome summer!</p>
<p><img class="aligncenter size-full wp-image-387" title="Google Summer of Code 2011" src="http://weblog.savanne.be/GSoC2011_300x200_px.jpg" alt="" width="300" height="200" /></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/386-gsoc-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>F-Spot going cross-platform</title>
		<link>http://weblog.savanne.be/325-f-spot-going-cross-platform</link>
		<comments>http://weblog.savanne.be/325-f-spot-going-cross-platform#comments</comments>
		<pubDate>Sun, 26 Dec 2010 18:06:50 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=325</guid>
		<description><![CDATA[<p><a href="http://timothyhoward.org/blog/">Timothy Howard</a> started working on the heroic effort to port <a href="http://f-spot.org/">F-Spot</a> to Windows. Still tons of work left to do, so it will take some time before this is anywhere near usable but it does seem to come along nicely.</p>
<div id="attachment_329" class="wp-caption aligncenter" style="width: 510px"><a href="http://weblog.savanne.be/f-spot_on_windows.png"><img class="size-large wp-image-329" title="f-spot_on_windows" src="http://weblog.savanne.be/f-spot_on_windows-500x302.png" alt="" width="500" height="302" /></a><p class="wp-caption-text">Awesome.</p></div>
<p>More info on <a href="http://www.timothyhoward.org/blog/?p=68">his weblog</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://timothyhoward.org/blog/">Timothy Howard</a> started working on the heroic effort to port <a href="http://f-spot.org/">F-Spot</a> to Windows. Still tons of work left to do, so it will take some time before this is anywhere near usable but it does seem to come along nicely.</p>
<div id="attachment_329" class="wp-caption aligncenter" style="width: 510px"><a href="http://weblog.savanne.be/f-spot_on_windows.png"><img class="size-large wp-image-329" title="f-spot_on_windows" src="http://weblog.savanne.be/f-spot_on_windows-500x302.png" alt="" width="500" height="302" /></a><p class="wp-caption-text">Awesome.</p></div>
<p>More info on <a href="http://www.timothyhoward.org/blog/?p=68">his weblog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/325-f-spot-going-cross-platform/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>F-Spot 0.8.1 and 0.8.2 Released!</title>
		<link>http://weblog.savanne.be/309-f-spot-0-8-1-released</link>
		<comments>http://weblog.savanne.be/309-f-spot-0-8-1-released#comments</comments>
		<pubDate>Sun, 19 Dec 2010 13:17:58 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=309</guid>
		<description><![CDATA[<p><img class="alignright size-full wp-image-311" title="f-spot-logo" src="http://weblog.savanne.be/f-spot-logo1.png" alt="" width="192" height="192" />We&#8217;ve just pushed out a stable bugfix release for <a href="http://www.f-spot.org/">F-Spot</a>: 0.8.1. This version contains a lot of crash fixes as well as a large number of updated translations. Upgrading is highly recommended.</p>
<p>Some highlights:</p>
<ul>
<li>A fix for the rather annoying &#8220;Value is greater than Int32.MaxValue or less than Int32.MinValue&#8221;-bug.</li>
<li>A fix for the &#8220;DateTime.DaysInMonth&#8221;-crasher.</li>
<li>Loads of fixes to improve the handling of CR2 files.</li>
</ul>
<p>Contributors to this release (developers):</p>
<blockquote><p>Martin Slota, Nuno Ferreira, Paul Lange, Paul Wellner Bou, Ruben Vermeersch, Tim Howard</p></blockquote>
<p>Contributors to this release (translations, documentation):</p>
<blockquote><p>Andrej Žnidaršič (Slovenian), Bruno Brouard (French), Carles Ferrando (Catalan (Valencian)), Cheng-Chia Tseng (Traditional Chinese (Hong Kong and Taiwan)), Christian Kirbach (German), Damyan Ivanov (Bulgarian), Daniel Mustiele (Spanish), Gabor Kelemen (Hungarian), Hannie Dumoleyn (Dutch), Inaki Larranaga Murgoitio (Basque), Joe Hansen (Danish), Jonh Wendell (Brazilian Portuguese), Jorge González (Spanish), Lucian Adrian Grijincu (Romanian), Maetinee (Thai), Mario Blättermann (German), Matej Urbančič (Slovenian), Mattias Põldaru (Estonian), Victor Vislobokov (Russian), Yaron Shahrabani (Hebrew), Yoshizumi ENDO (Japanese), Zdenek Hatas (Czech)</p></blockquote>
<p>Many thanks to all involved! Full details can be found in <a href="http://mail.gnome.org/archives/f-spot-list/2010-December/msg00025.html">the release announcement</a>.</p>
<p><strong>Update: </strong>Due to a small bug that slipped through in the release process, we had to roll 0.8.2 immediately afterwards. Sorry for that. <a href="http://mail.gnome.org/archives/f-spot-list/2010-December/msg00026.html">Second release announcement</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-311" title="f-spot-logo" src="http://weblog.savanne.be/f-spot-logo1.png" alt="" width="192" height="192" />We&#8217;ve just pushed out a stable bugfix release for <a href="http://www.f-spot.org/">F-Spot</a>: 0.8.1. This version contains a lot of crash fixes as well as a large number of updated translations. Upgrading is highly recommended.</p>
<p>Some highlights:</p>
<ul>
<li>A fix for the rather annoying &#8220;Value is greater than Int32.MaxValue or less than Int32.MinValue&#8221;-bug.</li>
<li>A fix for the &#8220;DateTime.DaysInMonth&#8221;-crasher.</li>
<li>Loads of fixes to improve the handling of CR2 files.</li>
</ul>
<p>Contributors to this release (developers):</p>
<blockquote><p>Martin Slota, Nuno Ferreira, Paul Lange, Paul Wellner Bou, Ruben Vermeersch, Tim Howard</p></blockquote>
<p>Contributors to this release (translations, documentation):</p>
<blockquote><p>Andrej Žnidaršič (Slovenian), Bruno Brouard (French), Carles Ferrando (Catalan (Valencian)), Cheng-Chia Tseng (Traditional Chinese (Hong Kong and Taiwan)), Christian Kirbach (German), Damyan Ivanov (Bulgarian), Daniel Mustiele (Spanish), Gabor Kelemen (Hungarian), Hannie Dumoleyn (Dutch), Inaki Larranaga Murgoitio (Basque), Joe Hansen (Danish), Jonh Wendell (Brazilian Portuguese), Jorge González (Spanish), Lucian Adrian Grijincu (Romanian), Maetinee (Thai), Mario Blättermann (German), Matej Urbančič (Slovenian), Mattias Põldaru (Estonian), Victor Vislobokov (Russian), Yaron Shahrabani (Hebrew), Yoshizumi ENDO (Japanese), Zdenek Hatas (Czech)</p></blockquote>
<p>Many thanks to all involved! Full details can be found in <a href="http://mail.gnome.org/archives/f-spot-list/2010-December/msg00025.html">the release announcement</a>.</p>
<p><strong>Update: </strong>Due to a small bug that slipped through in the release process, we had to roll 0.8.2 immediately afterwards. Sorry for that. <a href="http://mail.gnome.org/archives/f-spot-list/2010-December/msg00026.html">Second release announcement</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/309-f-spot-0-8-1-released/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Renaissance man: Legal</title>
		<link>http://weblog.savanne.be/269-renaissance-man-legal</link>
		<comments>http://weblog.savanne.be/269-renaissance-man-legal#comments</comments>
		<pubDate>Sat, 09 Oct 2010 12:24:13 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=269</guid>
		<description><![CDATA[<pre>commit 9e22fb3ccf56520c298fcc8bd95697c3d6f8adbd
Author: Ruben Vermeersch &lt;ruben@savanne.be&gt;
Date:   Sat Oct 9 13:58:34 2010 +0200

        Change license to MIT X11.</pre>
<p>Many months ago I started contacting all <a href="http://f-spot.org">F-Spot</a> contributors and now I am happy to announce that the process has been completed: F-Spot is now licensed under the MIT X11 license.</p>
<p>This allows us to freely share code with e.g. the <a href="http://www.banshee.fm/">Banshee</a> project. In the long run it will mean less code duplication, more sharing and more awesomeness crossing over between the projects. Let the fun begin!</p>
]]></description>
			<content:encoded><![CDATA[<pre>commit 9e22fb3ccf56520c298fcc8bd95697c3d6f8adbd
Author: Ruben Vermeersch &lt;ruben@savanne.be&gt;
Date:   Sat Oct 9 13:58:34 2010 +0200

        Change license to MIT X11.</pre>
<p>Many months ago I started contacting all <a href="http://f-spot.org">F-Spot</a> contributors and now I am happy to announce that the process has been completed: F-Spot is now licensed under the MIT X11 license.</p>
<p>This allows us to freely share code with e.g. the <a href="http://www.banshee.fm/">Banshee</a> project. In the long run it will mean less code duplication, more sharing and more awesomeness crossing over between the projects. Let the fun begin!</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/269-renaissance-man-legal/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>F-Spot 0.8.0 Released!</title>
		<link>http://weblog.savanne.be/261-f-spot-0-8-0-released</link>
		<comments>http://weblog.savanne.be/261-f-spot-0-8-0-released#comments</comments>
		<pubDate>Wed, 15 Sep 2010 13:11:49 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=261</guid>
		<description><![CDATA[<p><img class="alignright" title="F-Spot Logo" src="../../f-spot-logo.png" alt="" width="192" height="192" />We are happy to announce that <a href="http://f-spot.org">F-Spot</a> 0.8.0 has been released! This is the first stable release since 0.6.2 back and packs a large number of new features as well as improvements. <a href="http://bit.ly/bqXLLt">Nearly 300 bugs</a> were closed during this cycle. It&#8217;s this release that should land in your distributions soon.</p>
<p><strong>Some highlights in the new version</strong></p>
<ul>
<li> A completely new import system, which solves most of the crashes and memory-hunger of the old one.</li>
<li>A switch to Taglib#, which brings much more robust and safe metadata handling.</li>
<li>New and improved duplicate detection.</li>
<li>Reparenting (combining photos as versions of each other) with drag / drop.</li>
<li>Completely new documentation.</li>
<li>A remove from camera option.</li>
<li>Monodevelop support.</li>
<li>Photo panning using the mouse.</li>
<li>Stability, performance, memory and usability fixes in a lot of places.</li>
</ul>
<p>Full details can be found in the announcements of the unstable versions: <a href="http://weblog.savanne.be/200-f-spot-0-7-0-released">0.7.0</a>, <a href="http://weblog.savanne.be/203-f-spot-0-7-1-released">0.7.1</a>, <a href="http://weblog.savanne.be/247-f-spot-0-7-2-released">0.7.2</a>, <a href="http://weblog.savanne.be/259-f-spot-0-7-3-released">0.7.3</a>.</p>
<p><strong>The future</strong><br />
We will continue to work on the 0.8 series and provide enhancements and bug-fixes for a long period of time. No new features will be added here, but we will put an effort into fixing existing problems. This ensures that there is always a working and good version of F-Spot available for end-users. In the mean time we start working on big and radical changes in the master branch of git, with periodical 0.9 development releases.</p>
<p><strong>Getting the code<br />
</strong>This release should become available through your normal distribution packages. For those who can&#8217;t wait: you can get all of this goodness through <a href="http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.8/">GNOME FTP</a>, the <a href="https://build.opensuse.org/project/show?project=GNOME:Apps:F-Spot">OpenSUSE build service</a> or the <a href="https://launchpad.net/%7Ef-spot/+archive/f-spot-ppa">F-Spot team PPA</a> (packages will be up shortly). More info can be found in the <a href="http://mail.gnome.org/archives/f-spot-list/2010-September/msg00028.html">release announcement</a>.</p>
<p><strong>A word of thanks</strong><br />
None of this was possible without the army of people that helped building this:</p>
<blockquote><p>Ademir Mendoza, Alex Launi, Anton Keks, Bertrand Lorentz, Christian Krause, Christopher Halse Rogers, Daniel Köb, Eric Faehnrich, Evan Briones, Gabriel Burt, Harold Schreckengost, Iain Churcher, Iain Lane, Lorenzo Milesi, Łukasz Jernaś, Mike Gemünde, Mike Wallick, Nick Van Eeckhout, Paul Lange, Paul Wellner Bou, Peter Goetz, Ruben Vermeersch, Tim Retout, Tomas Kovacik, Trevor Buchanan, Vincent Pomey, Wojciech Dzierżanowski</p></blockquote>
<p>Special kudos to the translators (we have 12 fully complete translations and 37 translations with over 80% coverage):</p>
<blockquote><p>Andika Triwidada (Indonesian), Andrej Žnidaršič (Slovenian), Aron Xu (Simplified Chinese), Bruce Cowan (British English), Bruno Brouard (French), Cheng-Chia Tseng (Traditional Chinese (Hong Kong and Taiwan)), Christian Kirbach (German), Claude Paroz (French), Daniel Nylander (Swedish), Filipe Gomes (Portuguese), Fran Diéguez (Galician), Gabor Kelemen (Hungarian), Joe Hansen (Danish), Jordi Mas (Catalan), Jorge González (Spanish), Kjartan Maraas (Norwegian bokmål), Mario Blättermann (German), Mattias Põldaru (Estonian), Michel Recondo (Brazilian Portuguese), Miloš Popović (Serbian), Sira Nokyoongtong (Thai), Wolfgang Stöggl (German), Xandru Armesto (Asturian), Yoshizumi ENDO (Japanese), Zdeněk Hataš (Czech), Милош Поповић (Serbian)</p></blockquote>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="F-Spot Logo" src="../../f-spot-logo.png" alt="" width="192" height="192" />We are happy to announce that <a href="http://f-spot.org">F-Spot</a> 0.8.0 has been released! This is the first stable release since 0.6.2 back and packs a large number of new features as well as improvements. <a href="http://bit.ly/bqXLLt">Nearly 300 bugs</a> were closed during this cycle. It&#8217;s this release that should land in your distributions soon.</p>
<p><strong>Some highlights in the new version</strong></p>
<ul>
<li> A completely new import system, which solves most of the crashes and memory-hunger of the old one.</li>
<li>A switch to Taglib#, which brings much more robust and safe metadata handling.</li>
<li>New and improved duplicate detection.</li>
<li>Reparenting (combining photos as versions of each other) with drag / drop.</li>
<li>Completely new documentation.</li>
<li>A remove from camera option.</li>
<li>Monodevelop support.</li>
<li>Photo panning using the mouse.</li>
<li>Stability, performance, memory and usability fixes in a lot of places.</li>
</ul>
<p>Full details can be found in the announcements of the unstable versions: <a href="http://weblog.savanne.be/200-f-spot-0-7-0-released">0.7.0</a>, <a href="http://weblog.savanne.be/203-f-spot-0-7-1-released">0.7.1</a>, <a href="http://weblog.savanne.be/247-f-spot-0-7-2-released">0.7.2</a>, <a href="http://weblog.savanne.be/259-f-spot-0-7-3-released">0.7.3</a>.</p>
<p><strong>The future</strong><br />
We will continue to work on the 0.8 series and provide enhancements and bug-fixes for a long period of time. No new features will be added here, but we will put an effort into fixing existing problems. This ensures that there is always a working and good version of F-Spot available for end-users. In the mean time we start working on big and radical changes in the master branch of git, with periodical 0.9 development releases.</p>
<p><strong>Getting the code<br />
</strong>This release should become available through your normal distribution packages. For those who can&#8217;t wait: you can get all of this goodness through <a href="http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.8/">GNOME FTP</a>, the <a href="https://build.opensuse.org/project/show?project=GNOME:Apps:F-Spot">OpenSUSE build service</a> or the <a href="https://launchpad.net/%7Ef-spot/+archive/f-spot-ppa">F-Spot team PPA</a> (packages will be up shortly). More info can be found in the <a href="http://mail.gnome.org/archives/f-spot-list/2010-September/msg00028.html">release announcement</a>.</p>
<p><strong>A word of thanks</strong><br />
None of this was possible without the army of people that helped building this:</p>
<blockquote><p>Ademir Mendoza, Alex Launi, Anton Keks, Bertrand Lorentz, Christian Krause, Christopher Halse Rogers, Daniel Köb, Eric Faehnrich, Evan Briones, Gabriel Burt, Harold Schreckengost, Iain Churcher, Iain Lane, Lorenzo Milesi, Łukasz Jernaś, Mike Gemünde, Mike Wallick, Nick Van Eeckhout, Paul Lange, Paul Wellner Bou, Peter Goetz, Ruben Vermeersch, Tim Retout, Tomas Kovacik, Trevor Buchanan, Vincent Pomey, Wojciech Dzierżanowski</p></blockquote>
<p>Special kudos to the translators (we have 12 fully complete translations and 37 translations with over 80% coverage):</p>
<blockquote><p>Andika Triwidada (Indonesian), Andrej Žnidaršič (Slovenian), Aron Xu (Simplified Chinese), Bruce Cowan (British English), Bruno Brouard (French), Cheng-Chia Tseng (Traditional Chinese (Hong Kong and Taiwan)), Christian Kirbach (German), Claude Paroz (French), Daniel Nylander (Swedish), Filipe Gomes (Portuguese), Fran Diéguez (Galician), Gabor Kelemen (Hungarian), Joe Hansen (Danish), Jordi Mas (Catalan), Jorge González (Spanish), Kjartan Maraas (Norwegian bokmål), Mario Blättermann (German), Mattias Põldaru (Estonian), Michel Recondo (Brazilian Portuguese), Miloš Popović (Serbian), Sira Nokyoongtong (Thai), Wolfgang Stöggl (German), Xandru Armesto (Asturian), Yoshizumi ENDO (Japanese), Zdeněk Hataš (Czech), Милош Поповић (Serbian)</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/261-f-spot-0-8-0-released/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>F-Spot 0.7.3 Released!</title>
		<link>http://weblog.savanne.be/259-f-spot-0-7-3-released</link>
		<comments>http://weblog.savanne.be/259-f-spot-0-7-3-released#comments</comments>
		<pubDate>Thu, 09 Sep 2010 09:13:23 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[f-spot]]></category>
		<category><![CDATA[gnome]]></category>

		<guid isPermaLink="false">http://weblog.savanne.be/?p=259</guid>
		<description><![CDATA[<p>We&#8217;ve just rolled out <a href="http://f-spot.org">F-Spot</a> 0.7.3. This release, combined with a number of bugfixes that are planned to land over the weekend, will lead to the stable 0.8.0 release next week.</p>
<p>In this release you will find more bug fixes and some small improvements, but in general it should be a stable evolutionary release: if 0.7.2 was working well for you, than this one should not give you any trouble either.</p>
<p>Please give this some testing and report your findings in <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=f-spot">bugzilla</a>. We will continue to maintain this series after the 0.8.0 release, but anything that can be fixed before is nice.</p>
<p><strong>Getting the code<br />
</strong>You can get all of this goodness through <a href="http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.7/">GNOME FTP</a>, the <a href="https://build.opensuse.org/project/show?project=GNOME%3AApps%3AF-Spot:Unstable">OpenSUSE build service</a> or the <a href="https://launchpad.net/%7Ef-spot/+archive/f-spot-ppa">F-Spot team PPA</a> (packages will be up shortly). More info can be found in the <a href="http://mail.gnome.org/archives/f-spot-list/2010-September/msg00022.html">full  release announcement</a>.</p>
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just rolled out <a href="http://f-spot.org">F-Spot</a> 0.7.3. This release, combined with a number of bugfixes that are planned to land over the weekend, will lead to the stable 0.8.0 release next week.</p>
<p>In this release you will find more bug fixes and some small improvements, but in general it should be a stable evolutionary release: if 0.7.2 was working well for you, than this one should not give you any trouble either.</p>
<p>Please give this some testing and report your findings in <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=f-spot">bugzilla</a>. We will continue to maintain this series after the 0.8.0 release, but anything that can be fixed before is nice.</p>
<p><strong>Getting the code<br />
</strong>You can get all of this goodness through <a href="http://ftp.gnome.org/pub/GNOME/sources/f-spot/0.7/">GNOME FTP</a>, the <a href="https://build.opensuse.org/project/show?project=GNOME%3AApps%3AF-Spot:Unstable">OpenSUSE build service</a> or the <a href="https://launchpad.net/%7Ef-spot/+archive/f-spot-ppa">F-Spot team PPA</a> (packages will be up shortly). More info can be found in the <a href="http://mail.gnome.org/archives/f-spot-list/2010-September/msg00022.html">full  release announcement</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.savanne.be/259-f-spot-0-7-3-released/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

