<?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>Smile</title>
	<atom:link href="http://blogs.igalia.com/mario/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.igalia.com/mario</link>
	<description>Tomorrow could be worse</description>
	<lastBuildDate>Thu, 04 Feb 2010 07:58:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Trying latest epiphany/WebKit in Ubuntu</title>
		<link>http://blogs.igalia.com/mario/2010/02/03/trying-latest-epiphanywebkit-in-ubuntu/</link>
		<comments>http://blogs.igalia.com/mario/2010/02/03/trying-latest-epiphanywebkit-in-ubuntu/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 21:53:51 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Epiphany]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=190</guid>
		<description><![CDATA[Even though I&#8217;ll be stating the obvious for so many ubuntu users/developers reading this post, I&#8217;d like to post a quick recipe for those who don&#8217;t know how to easily install the latest version of epiphany with the WebKit backend, as well as all the needed dependencies, without having to mess with compiling the source [...]]]></description>
			<content:encoded><![CDATA[<p>Even though I&#8217;ll be stating the obvious for so many ubuntu users/developers reading this post, I&#8217;d like to post a quick recipe for those who don&#8217;t know how to <strong>easily</strong> install the latest version of epiphany with the WebKit backend, as well as all the needed dependencies, without having to mess with compiling the source code (which is not always an easy nor a quick task, by the way).</p>
<p>So here we go</p>
<ol>
<li>First of all, this only works for Ubuntu Jaunty or Karmic, since there are no PPAs available for previous distros to install Epiphany (WebKit PPAs provided since Hardy).</li>
<li>Add the PPA’s from the <a title="WebKit team in Launchpad" href="https://launchpad.net/~webkit-team">WebKit Team</a> both for installing latest version of <a title="PPA for WebKit" href="https://launchpad.net/~webkit-team/+archive/ppa">WebKit</a> and <a title="PPA for Epiphany" href="https://launchpad.net/~webkit-team/+archive/epiphany">Epiphany</a>. So, that is, add the following lines to your <code>/etc/apt/sources.list</code> file (replace ‘karmic’ with ‘jaunty’ if needed):
<pre>deb http://ppa.launchpad.net/webkit-team/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/webkit-team/ppa/ubuntu karmic main 

deb http://ppa.launchpad.net/webkit-team/epiphany/ubuntu karmic main
deb-src http://ppa.launchpad.net/webkit-team/epiphany/ubuntu karmic main</pre>
</li>
<li>Import the GPG key of the repo in APT:
<pre>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D9A3C5B</pre>
</li>
<li>Update APT packages cache:
<pre>sudo apt-get update</pre>
</li>
<li>Install the needed packages:
<pre>sudo apt-get install epiphany-browser epiphany-browser-data﻿epiphany-extensions</pre>
</li>
<li>Just wait and let APT to do its magic <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
</ol>
<p>And that&#8217;s all. After those simple steps you should be enjoying the last version of  this great and amazingly fast browser (2.29.6 at the time of writing this post), which is nowadays under heavy development, continuously getting better, better and even better on <a title="TODO list for Epiphany/WebKit 2.30" href="http://live.gnome.org/Epiphany/WebKit230">its roadmap towards GNOME 2.30</a>.</p>
<p>So, what are you waiting for? Just go ahead and give it a try if you haven&#8217;t done it yet and make it your default browser <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . Now you don&#8217;t have to manually compile all the needed stuff you just don&#8217;t have any good excuse not to do it.</p>
<p>And don&#8217;t forget to report any issue you find in the <a title="GNOME bugzilla" href="https://bugzilla.gnome.org/">bugzilla</a>. Remember feedback (and patches, of course) is the best way to help with improving it even more!</p>
<p>Ah! by the way, almost forgot to say that&#8230;</p>
<p><a href="http://www.fosdem.org"><img src="http://www.fosdem.org/promo/going-to" alt="I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting" /></a></p>
<p>&#8230;as another member of the <a title="Igalia" href="http://www.igalia.com">Igalia</a> gang hanging around there this weekend.</p>
<p>See you there guys!</p>
<p>[<strong>Update 2010/01/04]</strong> As commented by <strong>zerwas</strong>, there&#8217;s an <strong>even easier way</strong> from <strong>Karmic</strong> on:</p>
<ol>
<li>Add the PPA&#8217;s from the <a title="WebKit team in Launchpad" href="https://launchpad.net/~webkit-team">WebKit Team</a> both for installing latest version of <a title="PPA for WebKit" href="https://launchpad.net/~webkit-team/+archive/ppa">WebKit</a> and <a title="PPA for Epiphany" href="https://launchpad.net/~webkit-team/+archive/epiphany">Epiphany</a>:
<pre>sudo add-apt-repository ppa:webkit-team/ppa
sudo add-apt-repository ppa:webkit-team/epiphany</pre>
</li>
<li>Update APT packages cache:
<pre>sudo apt-get update</pre>
</li>
<li>Install the needed packages:
<pre>sudo apt-get install epiphany-browser epiphany-browser-data﻿epiphany-extensions</pre>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2010/02/03/trying-latest-epiphanywebkit-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Porting Frogr 0.2 to Maemo 5</title>
		<link>http://blogs.igalia.com/mario/2010/01/13/porting-frogr-0-2-to-maemo-5/</link>
		<comments>http://blogs.igalia.com/mario/2010/01/13/porting-frogr-0-2-to-maemo-5/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 08:06:37 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[Planet Maemo]]></category>
		<category><![CDATA[frogr]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=155</guid>
		<description><![CDATA[During the last days (well, actually during the last nights [*]), I&#8217;ve been spending some time in adapting frogr 0.2 to also compile and work on my brand new N900 (thanks Igalia!), and this is the humble result up to date:

Perhaps you&#8217;re thinking why the hell I needed frogr to upload pictures when the N900 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">During the last days (well, actually during the last <strong>nights</strong> [*]), I&#8217;ve been spending some time in adapting <a title="Frogr's web site" href="http://code.google.com/p/frogr/" target="_self">frogr 0.2</a> to also compile and work on my brand new N900 (thanks Igalia!), and this is the humble result up to date:</p>
<p style="text-align: left;"><a href="http://blogs.igalia.com/mario/wp-content/uploads/2010/01/Screenshot-20100113-083300.png"><img class="aligncenter size-medium wp-image-156" title="Frogr 0.2 for Fremantle" src="http://blogs.igalia.com/mario/wp-content/uploads/2010/01/Screenshot-20100113-083300-300x180.png" alt="Frogr 0.2 for Fremantle" width="300" height="180" /></a></p>
<p>Perhaps you&#8217;re thinking why the hell I needed frogr to upload pictures when the N900 already comes with a nice and handy sharing application to upload pictures directly from the camera app or the image viewer, so here you have some use cases where I found the  sharing app not enough for my needs:</p>
<ul>
<li><del>To upload several pictures in a row to flickr, instead of having to do it one by one (tipical use case after taking several pictures that I&#8217;d like to share/backup in flickr).</del></li>
<li>To set same name, description <del>and/or tags</del> to a bunch of pictures instead of doing it one by one (related to previous use case).</li>
<li><del>To be able to upload pictures as &#8220;private&#8221; instead of &#8220;public&#8221;.</del></li>
</ul>
<p><strong>Update:</strong> I&#8217;m correcting this post here since <a href="http://blogs.igalia.com/mario/2010/01/13/porting-frogr-0-2-to-maemo-5/#comments">it seems the sharing application already was capable of doing some of those things I mentioned above</a> (ups!). Anyway, as I commented there, this does not discourage me even a little bit of keeping porting my little frogr to Fremantle, but just encourage me to try to make a difference and because&#8230; why not to tell it? I&#8217;d just love to bring frogr with me wherever I go <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Thanks Daniel for your comment!</p>
<p>Current status of this port to Fremantle is still work in progress so don&#8217;t expect to find anything working out-of-the-box if you download the <a title="Source code at gitorious" href="http://gitorious.org/frogr">source code</a> at this moment, but the idea is to get it into a stable state soon to upload it to maemo-extras, along with a packaged version for Fremantle of the great <a title="Flickcurl: C API to flickr" href="http://librdf.org/flickcurl/">flickcurl</a> library, which is a requirement for frogr to work (and at this moment I&#8217;m jsut packaging and using it on my own for development purposes).</p>
<p>[*] I think the screenshot explains pretty well the main reason why I work so slowly and at late hours in frogr <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2010/01/13/porting-frogr-0-2-to-maemo-5/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WebKitGTK+ Hackfest is over</title>
		<link>http://blogs.igalia.com/mario/2009/12/21/webkitgtk-hackfest-is-over/</link>
		<comments>http://blogs.igalia.com/mario/2009/12/21/webkitgtk-hackfest-is-over/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 22:24:24 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=144</guid>
		<description><![CDATA[I&#8217;m writing this post from the Igalia office on Sunday at 23:00 pm and no&#8230; I&#8217;m not crazy nor I was expulsed from home or something like that. It&#8217;s just that today is the last day of the WebKitGTK+ hackfest and, although  was not officially an attendant to the hackfest (see http://live.gnome.org/WebKitGtk/Hackfest2009), I don&#8217;t regret [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing this post from the Igalia office on Sunday at 23:00 pm and no&#8230; I&#8217;m not crazy nor I was expulsed from home or something like that. It&#8217;s just that today is the last day of the WebKitGTK+ hackfest and, although  was not officially an attendant to the hackfest (see <a title="WebKitGTK+ Coruña Hackfest 2009  " href="http://live.gnome.org/WebKitGtk/Hackfest2009">http://live.gnome.org/WebKitGtk/Hackfest2009</a>), I don&#8217;t regret to have joined yesterday, since it was a quite productive and interesting experience, and hopefully quite productive as well for the projects that most of the people here were working on during the whole week.</p>
<p>To be honest, in my case there&#8217;s not much stuff to to talk about but just a couple of patches for libsoup, epiphany and WebKit that I was working on (some of them already got in), but I can assure you guys that the rest of the people (I mean, the &#8220;official&#8221; attendants) didn&#8217;t stop working even for a second during these days, getting awesome results, if you ask me (although of course they also found some time for relaxing going out for a walk, or even playing the Wii here in the office):</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/mariosp/4201554598/in/set-72157622899055111"><img title="WebKitGTK+ Hackfest 2009" src="http://farm3.static.flickr.com/2773/4201554598_3fea667df2_d.jpg" alt="Martin and Xan" width="500" height="375" /></a><p class="wp-caption-text">Martin and Xan, with the blackboard behind (and some results already visible)</p></div>
<p>And that&#8217;s all folks, now I&#8217;d better go home to have a (deserved) rest since tomorrow I&#8217;ll still have to wake up early in the morning and to make the most of my first day of holidays (yes!!!).</p>
<p>See you guys and hope next year we can repeat this experience (and I hope next time I&#8217;ll be able to join full time, also). Just a last picture to finish this post&#8230;</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/mariosp/4194967972/in/set-72157622899055111"><img title="WebKitGTK+ Hackfest 2009" src="http://farm3.static.flickr.com/2795/4194967972_1c323580d9_d.jpg" alt="WebKitGTK+ Hackfest 2009" width="500" height="333" /></a><p class="wp-caption-text">WebKitGTK+ Hackfest 2009</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/12/21/webkitgtk-hackfest-is-over/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>No more facebook</title>
		<link>http://blogs.igalia.com/mario/2009/10/30/no-more-facebook/</link>
		<comments>http://blogs.igalia.com/mario/2009/10/30/no-more-facebook/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 12:08:14 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=139</guid>
		<description><![CDATA[After 2 years using facebook, and even though I&#8217;ve to recognize is a great tool for a bunch of things, today I decided to quit since it&#8217;s no longer useful for me for anything but just to waste the little spare time I have nowadays, which I obviously prefer to spend in much better and [...]]]></description>
			<content:encoded><![CDATA[<p>After 2 years using facebook, and even though I&#8217;ve to recognize is a great tool for a bunch of things, today I decided to quit since it&#8217;s no longer useful for me for anything but just to waste the little spare time I have nowadays, which I obviously prefer to spend in much better and productive things.</p>
<p>If you had me added as a &#8220;friend&#8221; don&#8217;t get angry because of me removing you from the list, since that&#8217;s something I did for every contact I had before going ahead with the <a title="Link to delete your facebook account (not just to deactivate it)" href="http://www.facebook.com/help/contact.php?show_form=delete_account" target="_blank">&#8220;delete account&#8221; hidden-link</a>, along with every photo, tag of mine, membership to groups&#8230; and so forth. I just wanted to make sure that, as much as possible, every piece of information of mine in the network was deleted before leaving facebook since who knows which pieces of information under my name will remain in facebook after my leave. Hope you all understand my (maybe too paranoid) reasoning.</p>
<p>So, no more &#8220;me&#8221; under <a href="http://www.facebook.com/mariospr" target="_blank">this profile</a>. Just drop me a line or give me a call if you want to contact me from now on.</p>
<p>See you in the real life!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/10/30/no-more-facebook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Frogr 0.2 released!</title>
		<link>http://blogs.igalia.com/mario/2009/10/13/frogr-0-2-released/</link>
		<comments>http://blogs.igalia.com/mario/2009/10/13/frogr-0-2-released/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 22:07:54 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[frogr]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=132</guid>
		<description><![CDATA[After coming back from an awesome week of holidays in Paris (lovely city, btw!), today I finally managed to get some time for making up what it became the second upstream release of frogr: frogr 0.2
Just trying to give a brief update on &#8220;what is new&#8221;, here you have an excerpt from the NEWS file:

 [...]]]></description>
			<content:encoded><![CDATA[<p>After coming back from an awesome week of holidays in Paris (lovely city, btw!), today I finally managed to get some time for making up what it became the second upstream release of frogr: <strong>frogr 0.2</strong></p>
<p>Just trying to give a brief update on &#8220;what is new&#8221;, here you have an excerpt from the <strong>NEWS</strong> file:</p>
<ul>
<li> Generate ChangeLog from git log with &#8216;make dist&#8217;</li>
<li>Added .spec file for fedora 11 packaging system (thanks Adrián Pérez)</li>
<li>Added drag&#8217;n'drop support for loading pictures in frogr</li>
<li>Added support to add tags to pictures (instead of just replacing)</li>
<li>Fixed (legacy) support for libgnome2 to compile in debian lenny</li>
<li>Use accesor functions instead direct access and removed some deprecated GTK+ symbols (thanks Javier Jardón)</li>
<li>Added i18n support and a es_ES lang file (thanks Alejandro Piñeiro, aka API)</li>
<li>Support silent build rules with automake 1.11 (thanks Javier Jardón)</li>
<li>Bugfixes and several minor improvements</li>
</ul>
<p>Entering in more detail, and as you can easily extract from the list above, the main improvements from the user&#8217;s point of view are:</p>
<ul>
<li>Drag&#8217;n'drop now supported, so having to add pictures through the filechooser is no longer the only method to load pictures in frogr.</li>
<li>New &#8220;add tags&#8221; dialog, very handy to add tags to some specific pictures before uploading them.</li>
<li>i18n support, which should make easier to get more contributions for frogr in further releases, in the form of new translations to make it even more accessible for people all over the world (did I say we&#8217;re eager for new language files?)</li>
</ul>
<p>At last, just to mention that you already can find pre-compiled packages for some distros at <a title="Frogr website" href="http://code.google.com/p/frogr" target="_blank">the web of the project</a>, as well as the source code tarballs in <a title="Source code tarball (gzip)" href="http://frogr.googlecode.com/files/frogr-0.2.tar.gz" target="_self">gzip</a> and <a title="Source code tarball (bzip2)" href="http://frogr.googlecode.com/files/frogr-0.2.tar.bz2">bzip2</a> formats. And of course, get the source code from <a title="Git repository at gitorious" href="http://gitorious.org/frogr" target="_blank">the git repository at gitorius</a>, in case you prefer to directly clone the source tree to make up wonderful and nice patches to contribute with, or just to provide new pre-compiled packages for your favourite distro <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So&#8230; what else could I say? Just go and get it&#8230; Hope you enjoy it as much as I do <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Update [2009/10/14]</strong>: It seems the other day my mind was still a bit &#8220;on holidays&#8221; <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  and I screwed it up when creating both the pre-compiled packages and the source tarballs uploaded to <a title="Frogr website" href="http://code.google.com/p/frogr" target="_blank">the web of the project</a>, so they would just not  work as they should when installing frogr (basically, they would not install files under the proper path so frogr just would not work).</p>
<p>I realized of this yesterday and now everything should be fixed in packages (and tarballs) uploaded in the &#8220;Downloads&#8221; section of such a web, so if you experienced any problems two days ago just try now again and everything should be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/10/13/frogr-0-2-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Frogr 0.1 released!</title>
		<link>http://blogs.igalia.com/mario/2009/08/22/frogr-0-1-released/</link>
		<comments>http://blogs.igalia.com/mario/2009/08/22/frogr-0-1-released/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 23:32:10 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[frogr]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=116</guid>
		<description><![CDATA[After perhaps quite a long time since I announced the &#8220;pre-release&#8221; of frogr, back in June, I&#8217;m now happy to tell the world that the 0.1 release is finally here, providing the user a very basic but still useful set of features to upload his/her pictures to flickr. Basically, as it&#8217;s told in the NEWS [...]]]></description>
			<content:encoded><![CDATA[<p>After perhaps quite a long time since <a title="Frogr first announcement" href="http://blogs.igalia.com/mario/2009/06/05/frogr-flickr-remote-organizer-for-gnome/" target="_self">I announced the &#8220;pre-release&#8221; of frogr, back in June</a>, I&#8217;m now happy to tell the world that the <strong>0.1 release</strong> is finally here, providing the user a very basic but still useful set of features to upload his/her pictures to flickr. Basically, as it&#8217;s told in the <strong>NEWS</strong> file, most important changes in this first release regarding to the code from almost 2 montsh ago are:</p>
<ul>
<li> A better UI. Faster and better user experience.</li>
<li>Basic configuration management to store account details (auth token).</li>
<li>Support for editing details of multiple pictures at the same time.</li>
<li>Added status and improved the progress bar usage to show the status of async operations, giving a much better feedback to the end user.</li>
<li>A better (and more easily hackable) code and design.</li>
<li>No more .glade files, no more gtk-builder-convert.</li>
<li>Avoid libgnome dependency if gtk+ &gt;= 2.14 is present</li>
<li>Still implemented some parts of the UI (menubar) without GtkBuilder to keep compatibility with Gtk+ 2.12 (least version supported)</li>
<li>Bugfixes and several (minor and major) improvements</li>
</ul>
<p>As usual you can get the source code at <a title="Git repository at gitorious" href="http://gitorious.org/frogr" target="_blank">http://gitorious.org/frogr</a>, where development for version 0.2 has already started, btw. And if you visit the project&#8217;s web at<a title="Frogr website" href="http://code.google.com/p/frogr" target="_blank"> http://code.google.com/p/frogr</a> you could even find some packages for you favourite distro there as well (currently only i386 packages for Ubuntu hardy, intrepid and jaunty are available, but more flavours and platforms are coming soon: debian, fedora, x86_64&#8230;).</p>
<p>For the special case of <strong>hardy</strong> you&#8217;ll need to install a newer version of <em>libflickcurl0</em> than the bundled in hardy repositories (0.12), which you can get from here: <a title="libflickcurl0 1.3-1" href="http://packages.ubuntu.com/intrepid/libflickcurl0" target="_blank">http://packages.ubuntu.com/intrepid/libflickcurl0</a> (yes, intrepid package will work fine on hardy).</p>
<p>At last, knowing that people use to love screenshots, here you have three of them showing the current status and UI for frogr 0.1. Yes I know, still not too &#8216;eye-candy&#8217; but hey!&#8230; it&#8217;s the 0.1 release! what did you expect? We&#8217;ll have time enough to improve the UI in the future as long as frogr gets more mature and complete. And in the meanwhile I honestly think current UI is not a complete disaster either <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://people.igalia.com/msanchez/images/20090822-frogr-0_1-screenshot.png"><img class="size-full wp-image-118 aligncenter" title="Frogr 0.1 screenshots" src="http://blogs.igalia.com/mario/wp-content/uploads/2009/08/frogr-0_1-screenshot_thumb1.png" alt="Frogr 0.1 screenshots" width="470" height="354" /></a></p>
<p style="text-align: left;">Hope you find this interesting.</p>
<p style="text-align: left;">Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/08/22/frogr-0-1-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>GNOME Party at GCDS 09</title>
		<link>http://blogs.igalia.com/mario/2009/07/07/gnome-party-at-gcds-09/</link>
		<comments>http://blogs.igalia.com/mario/2009/07/07/gnome-party-at-gcds-09/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:01:30 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Meetings and conferences]]></category>
		<category><![CDATA[Party]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[Planet Maemo]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=109</guid>
		<description><![CDATA[Yesterday the GNOME Party took place and we all had a lot of fun there. There was food, drinks, live music performed by a bunch of &#8220;gnomies&#8221; and even the Ice Cream Deatchmatch took place there as well, and all this stuff &#8220;dressed&#8221; with a wonderful warm night to enjoy in a nice terrace here [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday the GNOME Party took place and we all had a lot of fun there. There was food, drinks, live music performed by a bunch of &#8220;gnomies&#8221; and even the Ice Cream Deatchmatch took place there as well, and all this stuff &#8220;dressed&#8221; with a wonderful warm night to enjoy in a nice terrace here in Las Palmas de Gran Canaria&#8230; so looking backwards I think we can feel very satisfied of how things finally gone.</p>
<p>By the way, and talking about the Ice Cream Deathmatch, I have to say this was my first time taking part of such a contest and now I understand why it is a DEATH-match&#8230; as today I woke up with a &#8220;sugar-overflow failure&#8221; which will probably keep me away from more ice creams for some days <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8230; you know, I need to survive yet another year to take part in the next edition of the contest <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>At last I&#8217;d like to share with you a nice picture of the Jam session performed by some GNOME musicians:</p>
<div class="wp-caption aligncenter" style="width: 460px"><a href="http://www.flickr.com/photos/mariosp/3701087692/in/set-72157621127471498/"><img title="Jam session at the Igalia Party" src="http://farm4.static.flickr.com/3418/3701087692_04b1188d5f.jpg" alt="Jam session at the Igalia Party" width="450" height="300" /></a><p class="wp-caption-text">Jam session at the Igalia Party</p></div>
<p style="text-align: right;"><em>Keep on rockin&#8217; me baby&#8230;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/07/07/gnome-party-at-gcds-09/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Counting down for Guadec!</title>
		<link>http://blogs.igalia.com/mario/2009/07/01/counting-down-for-guadec/</link>
		<comments>http://blogs.igalia.com/mario/2009/07/01/counting-down-for-guadec/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 15:44:52 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Meetings and conferences]]></category>
		<category><![CDATA[Party]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[Planet Maemo]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=94</guid>
		<description><![CDATA[As many of you know only two days are left now for Guadec and Guadec-es 2009, which will be located this year in Las Palmas de Gran Canaria and which will be a &#8220;little bit&#8221; special this year because it will took place along with Akademy and Akademy-es. Actually, that&#8217;s why this year it&#8217;s named [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.grancanariadesktopsummit.org/"><img class="alignright" title="Gran Canaria Desktop Summit 2009" src="http://www.grancanariadesktopsummit.org/sites/default/themes/grancanaria/images/logo.png" alt="" width="236" height="137" /></a>As many of you know only two days are left now for Guadec and Guadec-es 2009, which will be located this year in Las Palmas de Gran Canaria and which will be a &#8220;little bit&#8221; special this year because it will took place along with Akademy and Akademy-es. Actually, that&#8217;s why this year it&#8217;s named <a title="Gran Canaria Desktop Summit" href="http://www.grancanariadesktopsummit.org/" target="_blank">&#8220;Gran Canaria Desktop Summit&#8221;</a>.</p>
<p>Thus, even though I had a great time last year in Madrid and Istanbul, I&#8217;m sure this time we&#8217;re going to have fun as never before and that it will be a perfect environment for sharing ideas, thoughts, knowledge&#8230; and perhaps even some beer at the <span style="text-decoration: line-through;">wild parties</span> social events both with the <a title="The GNOME Project" href="http://www.gnome.org" target="_blank">GNOME</a> and <a title="KDE" href="http://www.kde.org/" target="_blank">KDE</a> guys <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>I&#8217;m really really looking forward to being there with the rest of <a title="Igalia" href="http://www.igalia.com" target="_blank">Igalia</a> gang to start enjoying &#8220;<a title="The Jimi Hendrix Experience" href="http://en.wikipedia.org/wiki/The_Jimi_Hendrix_Experience" target="_blank">the Guadec experience</a>&#8220;&#8230; can&#8217;t actually believe I&#8217;ll be there just in three days! <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>See you there guys!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/07/01/counting-down-for-guadec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>frogr: flickr remote organizer for GNOME</title>
		<link>http://blogs.igalia.com/mario/2009/06/05/frogr-flickr-remote-organizer-for-gnome/</link>
		<comments>http://blogs.igalia.com/mario/2009/06/05/frogr-flickr-remote-organizer-for-gnome/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 16:25:18 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Planet GNOME]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>
		<category><![CDATA[frogr]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=58</guid>
		<description><![CDATA[Right some days before than my son was born I started to hack a bit on a new and small project to develop a C-based flickr manager for GNOME, as current alternatives out  there (which I were extensively using for more than a year), even thought being great applications, were not by all means [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/frogr"><img class="alignleft" title="Frogr logo" src="http://people.igalia.com/msanchez/images/20090605-frogr-logo.png" alt="" width="104" height="100" /></a>Right some days before than my son was born I started to hack a bit on a new and small project to develop a C-based <a title="Flickr website" href="http://www.flickr.com" target="_blank">flickr</a> manager for <a title="The GNOME Project" href="http://www.gnome.org" target="_blank">GNOME</a>, as current alternatives out  there (which I were extensively using for more than a year), even thought being great applications, were not by all means what I was looking for or, in other words, what I would expect from a GNOME application which would not only allow me to upload pictures, but also to do a couple more of things like re-tagging pictures or managing albums for instance.</p>
<p>Therefore, bearing in mind how my new responsibilities as a father would add an extra level of challenge to the idea of developing an application when having even less time, I decided to go ahead with it and try to write some basic lines of code to see how feasible this could be. And after two months since I came up with this idea, although I could not of course code everyday (not even every week), I decided some days ago to push this forward and to really acquire the commitment of going ahead with the project in my spare time, even thought there&#8217;s not too much nowadays <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So here I am, introducing this new project, so hopefully someone else could like to join this quest and help me to build a full featured flickr manager for our beloved favourite desktop environment. Have to say, of course, that the project is now at a very early stage (no debian package, only basic features, horrible UI&#8230;) but please don&#8217;t be scared of it just because of that <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . Moreover, in the other hand I have to say as well that at least it already performs the most basic features I thought of for this stage, which are:</p>
<ul>
<li>Asking for authorization inside the user&#8217;s flickr account, requesting read/write permissions.</li>
<li>Loading several pictures to be uploaded at the same time, showing all of then inside a convenient GtkIconView widget.</li>
<li>Upload all the loaded pictures with just one click, opening a specific flickr URL at the end of the process, to allow specifying some properties for the pictures uploaded: name, description and tags.</li>
</ul>
<p><a href="http://code.google.com/p/frogr"><img class="aligncenter" title="Frogr screenshot" src="http://people.igalia.com/msanchez/images/20090605-frogr-screenshot.jpg" alt="" /></a></p>
<p>As you can see this is not too much, but the plan is follow the &#8220;release early release often&#8221; approach, so that&#8217;s why I&#8217;m doing this right now. Later on (hopefully soon) many other features will be implemented, which should make of this app a great tool for flickr fans like me&#8230; and I guess the code base to make this a reality is already written so now it&#8217;s a matter of implementing one feature after another.</p>
<p>Please take a look to the <em>TODO</em> file in case you&#8217;re interested in participate, and if you want a more comprehensive list of tasks I think should be the next ones. And obviously I&#8217;m open to suggestions so don&#8217;t hesitate to comment, propose or criticism anything you want.</p>
<p>To finish with this, I&#8217;d like to leave here some pointers, in case you were somehow interested on this project:</p>
<ul>
<li><strong>Website</strong>: <a title="Frogr website" href="http://code.google.com/p/frogr" target="_blank">http://code.google.com/p/frogr</a></li>
<li><strong>Mailing lists</strong>:
<ul>
<li>General discussion: <a title="General discussion about frogr" href="http://groups.google.com/group/frogr-users" target="_blank">http://groups.google.com/group/frogr-users</a></li>
<li>Technical discussion: <a title="Technical discussion about frogr" href="http://groups.google.com/group/frogr-devel" target="_blank">http://groups.google.com/group/frogr-devel</a></li>
</ul>
</li>
<li><strong>Source code</strong>: <a title="Git repository at gitorious" href="http://gitorious.org/frogr" target="_blank">http://gitorious.org/frogr</a></li>
</ul>
<p>So that&#8217;s all I guess. Now it&#8217;s time for me to continue the development&#8230; and for you to start <strong>getting involved</strong> <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>C&#8217;mon, flickr maniac, what are you waiting for?</p>
<p>PS: Thanks <a title="Adrian's blog" href="http://blogs.igalia.com/aperez/" target="_blank">Adrian</a> for providing a logo for the project. Quite a nice way to get a first contribution with the project <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/06/05/frogr-flickr-remote-organizer-for-gnome/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Bye bye 3D logo&#8230;</title>
		<link>http://blogs.igalia.com/mario/2009/06/03/bye-bye-3d-logo/</link>
		<comments>http://blogs.igalia.com/mario/2009/06/03/bye-bye-3d-logo/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:52:13 +0000</pubDate>
		<dc:creator>msanchez</dc:creator>
				<category><![CDATA[Graphical design]]></category>
		<category><![CDATA[Planet GPUL]]></category>
		<category><![CDATA[Planet Igalia]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mario/?p=44</guid>
		<description><![CDATA[As some of you might know, up to now there was a 3D version (please let me stress the fact that it was a version, not an official logo) of the the Igalia logo in the Cool stuff section of this blog. Such a thing was the humble result of me trying out blender for [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you might know, up to now there was a 3D <strong>version</strong> (please let me stress the fact that it was a version, not an official logo) of the the Igalia logo in the <a title="Cool stuff" href="http://blogs.igalia.com/mario/cool-stuff" target="_self"><em>Cool stuff</em> section</a> of this blog. Such a thing was the humble result of me trying out blender for an afternoon some time ago, and did not intend to be an official logo of Igalia at all&#8230; just think of me being not very original and looking for something easy to try and I think you&#8217;ll get the point <img src='http://blogs.igalia.com/mario/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Unfortunately, I found out during this years that this crappish version of the official logo was eventually used here and there as if it was the official one, even in banners at conferences or workshops we were sponsoring, which was not actually a good thing, as you can guess.</p>
<p>So, I&#8217;ve just removed today the 3D logo and its sources files from the <a title="Cool stuff" href="http://blogs.igalia.com/mario/cool-stuff" target="_self"><em>Cool stuff</em> section</a>, so you&#8217;ll no longer find it there.</p>
<p>At last but not least, let me ask you that, if you already have a copy of that fake logo and were planning to use it at some point, it would be far much better and really appreciated if you could use <a title="Official Igalia logo" href="http://www.igalia.com/fileadmin/templates/web_igalia/Images/logo.gif" target="_self">the official one</a>. If such an image is not enough for you in terms of size or quality, just ask us and we&#8217;ll provide you a better (and hopefully vectorial) version of it if needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mario/2009/06/03/bye-bye-3d-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
