<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Gnuton's Blog</title>
	<link>http://www.gnuton.org/blog</link>
	<description>A little blog of a little dreamer</description>
	<lastBuildDate>Tue, 08 Nov 2011 14:05:07 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Gstreamer-FFmpeg for MeeGo 1.2 Harmattan</title>
		<description><![CDATA[Hi, If you are browsing this page you may be interested in adding additional codecs to the Harmattan GStreamer. Below you can find gstreamer-ffmpeg packages which allow your Qt app and the platform media player  to play more audio and video formats. The packages here available are basically the Maemo ones: I&#8217;ve done only few [...]]]></description>
		<link>http://www.gnuton.org/blog/2011/11/gstreamer-ffmpeg-for-meego-1-2-harmattan/</link>
			</item>
	<item>
		<title>Skype on linux: another skype instance may exist</title>
		<description><![CDATA[If skype refuses to sign in showing an error message like this: &#8220;another skype instance may exist&#8221;, first check you don&#8217;t have any other skype instances running on your system (ps ax &#124; grep skype) and then if it still doesn&#8217;t work, check to have the rights to read/write the .Skype directory in your home.]]></description>
		<link>http://www.gnuton.org/blog/2011/05/skype-on-linux-another-skype-instance-may-exist/</link>
			</item>
	<item>
		<title>Intel&#8217;s MeeGo components packaged for Ubuntu</title>
		<description><![CDATA[Today I spent some time to debianize Intel&#8217;s MeeGo Components for Maverick. Ville wrote a post about how to install them on your machine easily. If interested on the debianization of these pacakages you may want to take a look at: ﻿﻿﻿https://meego.gitorious.org/+fn-meego/meego-ux/fn-meego-mlite https://gitorious.org/+fn-meego/meego-ux/fn-meego-meego-ux-components https://gitorious.org/+fn-meego/meego-ux/fn-meego-meego-ux-theme Here is a video of MeeGo widget gallery application running on [...]]]></description>
		<link>http://www.gnuton.org/blog/2011/04/intels-meego-components-packaged-for-ubuntu/</link>
			</item>
	<item>
		<title>Transparent QML applications</title>
		<description><![CDATA[Here is the code to make a QDeclarativeView based application transparent. #include #include int main(int argc, char *argv[]) { QApplication a(argc, argv); QDeclarativeView view; view.setSource(QUrl::fromLocalFile(&#8220;myqmlfile.qml&#8221;)); view.setAttribute(Qt::WA_TranslucentBackground); view.viewport()-&#62;setAutoFillBackground(false); view.show(); return a.exec(); }]]></description>
		<link>http://www.gnuton.org/blog/2011/01/transparent-qml-application/</link>
			</item>
	<item>
		<title>Installing flash plugin on Ubuntu Maverick 10.10</title>
		<description><![CDATA[Today I&#8217;ve updated my linux box to the latest stable KUbuntu release. Everything went smooth except that flash plugin seems missing. YouTube as well as Google streetmap claim Flash plugin 10.x is not available. Adobe website says that the plugin has been integrated into the browser.. The point is I&#8217;m not able to see any [...]]]></description>
		<link>http://www.gnuton.org/blog/2010/10/installing-flash-plugin-on-ubuntu-maverick-10-10/</link>
			</item>
	<item>
		<title>Cloning a git repository over the https://</title>
		<description><![CDATA[To have push access on your repository, you can clone a git repository over SSH or HTTPS. Current git version, doesn&#8217;t ask for username then git clone https://mydomain.org/project.git will fail with this error: error: The requested URL returned error: 401 while accessing https://mydomain.org/project.git Error 401 means the client is not authorized to access to that [...]]]></description>
		<link>http://www.gnuton.org/blog/2010/09/cloning-a-git-repository-over-the-https/</link>
			</item>
	<item>
		<title>How to revert merges with git</title>
		<description><![CDATA[The git command to use is &#8220;revert&#8221;. But before to use it we have to figure out the commit that contains the &#8220;merge&#8221; and that we want to revert. For this purpose we use &#8220;git log HEAD~X -Y&#8221; where X = [0-N] and Y = [1-N]. Once you know X and Y, &#8220;revert&#8221; command rolls [...]]]></description>
		<link>http://www.gnuton.org/blog/2010/09/how-to-revert-merges-with-git/</link>
			</item>
	<item>
		<title>Setting up a personal remote git repository</title>
		<description><![CDATA[Even if Forum Nokia gives public git repositories for free, in some cases coders want to keep their work in a &#8220;more secret&#8221; place. So I set up a git remote repository on my home server. Here are the steps I followed to have it in place: On the server side: 1. apt-get install apache2 [...]]]></description>
		<link>http://www.gnuton.org/blog/2010/08/setting-up-a-personal-remote-git-repository/</link>
			</item>
	<item>
		<title>How to translate PDFs using Google Translator</title>
		<description><![CDATA[So far this is the best way I know to translate PDFs using google translator without losing images and text formatting. What you have to do is: 1) Upload the PDF to http://viewer.zoho.com/ 2) Get the URL of the uploaded document 3) paste the URL in http://translate.google.com Enjoy!]]></description>
		<link>http://www.gnuton.org/blog/2010/05/how-to-translate-pdfs-using-google-translator/</link>
			</item>
	<item>
		<title>MacBook  PRO 4.1 and poor wireless antenna</title>
		<description><![CDATA[I&#8217;m back to Italy and I&#8217;m using an Alice Pirelli router as internet gateway. This kind of router is unfortunately pretty standard here although it&#8217;s very crappy. The Pirelli wireless router is a very basic device and looks that its signal strength is not enough for my macbook pro. The Pirelli device is placed in [...]]]></description>
		<link>http://www.gnuton.org/blog/2010/03/macbook-pro-4-1-and-poor-wireless-antenna/</link>
			</item>
</channel>
</rss>

