<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mariano Chavero</title>
	<atom:link href="http://marianochavero.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://marianochavero.wordpress.com</link>
	<description>Python Programming + Linux Enthusiast</description>
	<lastBuildDate>Mon, 13 May 2013 00:20:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='marianochavero.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mariano Chavero</title>
		<link>http://marianochavero.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://marianochavero.wordpress.com/osd.xml" title="Mariano Chavero" />
	<atom:link rel='hub' href='http://marianochavero.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Short Example of GSettings Bindings with Python using a Gtk Switch</title>
		<link>http://marianochavero.wordpress.com/2012/04/03/short-example-of-gsettings-bindings-in-python/</link>
		<comments>http://marianochavero.wordpress.com/2012/04/03/short-example-of-gsettings-bindings-in-python/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 01:00:04 +0000</pubDate>
		<dc:creator>Mariano Chavero</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://marianochavero.wordpress.com/?p=550</guid>
		<description><![CDATA[I made this short example of a Gtk.Switch working in assembly with a setting writing a single line of code instead of several lines to bind the properties of the widget creating callbacks (value_changed binding is also included). As Gnome states, &#8220;Gsettings let&#8217;s you bind object properties directly to settings&#8221; and &#8220;it uses the default [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marianochavero.wordpress.com&#038;blog=21858049&#038;post=550&#038;subd=marianochavero&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://marianochavero.wordpress.com/2012/04/03/short-example-of-gsettings-bindings-in-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2a66d3ff3b30c510af7950b1980a95e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">marianochavero</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/python-gsettings-example.png" medium="image">
			<media:title type="html">Python Gsettings Switch Example</media:title>
		</media:content>
	</item>
		<item>
		<title>Easily create Application Launchers in Gnome-3 using the Terminal</title>
		<link>http://marianochavero.wordpress.com/2012/03/24/easily-create-application-launchers-in-gnome-using-the-terminal/</link>
		<comments>http://marianochavero.wordpress.com/2012/03/24/easily-create-application-launchers-in-gnome-using-the-terminal/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 23:17:48 +0000</pubDate>
		<dc:creator>Mariano Chavero</dc:creator>
				<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://marianochavero.wordpress.com/?p=745</guid>
		<description><![CDATA[This is just an easy, quick and short way to create Application Launchers (.desktop files) in GNOME using a pre-installed text editor in most UNIX and Linux systems called Pico. Step 1: Create the file in your preferred directory (Mine is my home folder) then hit Enter. Step2: Edit the file. As you can see [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marianochavero.wordpress.com&#038;blog=21858049&#038;post=745&#038;subd=marianochavero&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://marianochavero.wordpress.com/2012/03/24/easily-create-application-launchers-in-gnome-using-the-terminal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2a66d3ff3b30c510af7950b1980a95e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">marianochavero</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/create-the-file.png" medium="image">
			<media:title type="html">Create the File</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/edit-the-file1.png" medium="image">
			<media:title type="html">Edit the file</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/make-it-executable.png" medium="image">
			<media:title type="html">Make it Executable</media:title>
		</media:content>
	</item>
		<item>
		<title>Python booleans in gconf with pygtk Message dialog</title>
		<link>http://marianochavero.wordpress.com/2012/03/23/python-booleans-in-gconf-with-pygtk-message-dialog/</link>
		<comments>http://marianochavero.wordpress.com/2012/03/23/python-booleans-in-gconf-with-pygtk-message-dialog/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 06:37:17 +0000</pubDate>
		<dc:creator>Mariano Chavero</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://marianochavero.wordpress.com/?p=601</guid>
		<description><![CDATA[A small Python Script I use on my VM with GNOME-2 since it&#8217;s sometimes annoying to delete one of the Panels by accident. In GNOME 2 you can lock/unlock this panels by editing a GConf schema so you can prevent wrong selections whenever you right click to customize this widgets. The script pops up a [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marianochavero.wordpress.com&#038;blog=21858049&#038;post=601&#038;subd=marianochavero&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://marianochavero.wordpress.com/2012/03/23/python-booleans-in-gconf-with-pygtk-message-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2a66d3ff3b30c510af7950b1980a95e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">marianochavero</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/lock-icon2.png" medium="image">
			<media:title type="html">lock icon</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/message-dialog.png" medium="image">
			<media:title type="html">Message Dialog</media:title>
		</media:content>
	</item>
		<item>
		<title>Small Configuration Tool for Ubuntu Unity-2D 12.04 LTS Precise Pangolin (Updated Apr 11th 2012)</title>
		<link>http://marianochavero.wordpress.com/2012/03/14/small-desktop-configuration-tool-for-ubuntu-unity-2d-12-04-lts/</link>
		<comments>http://marianochavero.wordpress.com/2012/03/14/small-desktop-configuration-tool-for-ubuntu-unity-2d-12-04-lts/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 11:49:15 +0000</pubDate>
		<dc:creator>Mariano Chavero</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://marianochavero.wordpress.com/?p=380</guid>
		<description><![CDATA[An update to the small desktop tool for Unity 2D to work with Ubuntu 12.04 LTS Precise Pangolin. Download: For 12.04 Precise Pangolin only Features: -&#62; Dash and Icon right click Shortcuts (QuickLists) for launcher settings and compositing manager&#8217;s extra effects, which brings window edge shadows and &#8220;alt-tab thumbnail previews&#8221; very handy for multi-tasking. -&#62; [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marianochavero.wordpress.com&#038;blog=21858049&#038;post=380&#038;subd=marianochavero&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://marianochavero.wordpress.com/2012/03/14/small-desktop-configuration-tool-for-ubuntu-unity-2d-12-04-lts/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2a66d3ff3b30c510af7950b1980a95e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">marianochavero</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/test2.png" medium="image">
			<media:title type="html">Shortcuts</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/test7.png" medium="image">
			<media:title type="html">3.0</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/03/dash-precise.png" medium="image">
			<media:title type="html">Dash-Precise</media:title>
		</media:content>
	</item>
		<item>
		<title>Small Desktop Settings Tool for Ubuntu Unity-2D 11.10 (Updated Apr 3rd 2012)</title>
		<link>http://marianochavero.wordpress.com/2011/10/14/unity-2d-settings-ui-for-ubuntu-11-10-oneiric-ocelot/</link>
		<comments>http://marianochavero.wordpress.com/2011/10/14/unity-2d-settings-ui-for-ubuntu-11-10-oneiric-ocelot/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 08:53:02 +0000</pubDate>
		<dc:creator>Mariano Chavero</dc:creator>
				<category><![CDATA[Apps]]></category>

		<guid isPermaLink="false">http://marianochavero.wordpress.com/?p=171</guid>
		<description><![CDATA[This is an update to the small tool I made for Unity 2D to save time tweaking its settings from the terminal or dconf-editor :)  An updated Version for 12.04 LTS can be found in this post Download: (Requires an up to date Ubuntu 11.10 System) Features: -&#62; Icon right click Shortcuts (QuickLists) for launcher [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marianochavero.wordpress.com&#038;blog=21858049&#038;post=171&#038;subd=marianochavero&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://marianochavero.wordpress.com/2011/10/14/unity-2d-settings-ui-for-ubuntu-11-10-oneiric-ocelot/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2a66d3ff3b30c510af7950b1980a95e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">marianochavero</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/04/shortcuts.png" medium="image">
			<media:title type="html">Shortcuts</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2011/10/shortcut-dash.png" medium="image">
			<media:title type="html">ShortCut-Dash</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2012/04/oneiric2.png" medium="image">
			<media:title type="html">Oneiric</media:title>
		</media:content>
	</item>
		<item>
		<title>A simple GUI for Unity-2D Settings (Ubuntu 11.04)</title>
		<link>http://marianochavero.wordpress.com/2011/04/20/a-simple-gui-for-unity-2d-settings-ubuntu-11-04/</link>
		<comments>http://marianochavero.wordpress.com/2011/04/20/a-simple-gui-for-unity-2d-settings-ubuntu-11-04/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 06:13:01 +0000</pubDate>
		<dc:creator>Mariano Chavero</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://marianochavero.wordpress.com/?p=51</guid>
		<description><![CDATA[This is a very simple configuration tool I made to save time browsing folders and adding values in Gconf, or writing commands in the terminal to customize certain aspects of the new Unity-2D Desktop. There&#8217;s not much to tweak under the current version of Unity-2D. However, there are certain times -Specially while I&#8217;m running Ubuntu on [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=marianochavero.wordpress.com&#038;blog=21858049&#038;post=51&#038;subd=marianochavero&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://marianochavero.wordpress.com/2011/04/20/a-simple-gui-for-unity-2d-settings-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/2a66d3ff3b30c510af7950b1980a95e2?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=G" medium="image">
			<media:title type="html">marianochavero</media:title>
		</media:content>

		<media:content url="http://marianochavero.files.wordpress.com/2011/04/1-1.png" medium="image">
			<media:title type="html">1.1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
