<?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 Big Nerd Theory &#187; Ubuntu.com</title>
	<atom:link href="http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;cat=7" rel="self" type="application/rss+xml" />
	<link>http://www.laudecioliveira.com.br/blog</link>
	<description>A space about programming and experiences.</description>
	<lastBuildDate>Fri, 02 Sep 2011 12:26:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Removing an user from login list.</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=335</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=335#comments</comments>
		<pubDate>Fri, 02 Sep 2011 12:26:09 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Geral]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=335</guid>
		<description><![CDATA[If you want to restrict users from appearing on lightdm login list, proceed as shown below : 1 &#8211; Edit the file /etc/lightdm/users.conf with root privileges. $ sudo vi /etc/lightdm/users.conf 2 &#8211; Add the user name that you don&#8217;t need to be shown in the line hidden-users=nobody nobody4 noaccess oracle 3 &#8211; Save. Next time you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D335"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D335&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>If you want to restrict users from appearing on lightdm login list, proceed as shown below :</p>
<p>1 &#8211; Edit the file /etc/lightdm/users.conf with root privileges.</p>
<p style="padding-left: 30px;"><code>$ sudo vi /etc/lightdm/users.conf</code></p>
<p>2 &#8211; Add the user name that you don&#8217;t need to be shown in the line <strong>hidden-users=nobody nobody4 noaccess <span style="color: #ff0000;">oracle</span></strong></p>
<p>3 &#8211; Save. Next time you log in you will not see that user in the login list.</p>
<p>PS. Users having<em> shell = /bin/false</em> e <em>/usr/sbin/nologin</em> will not be listed by default.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=335</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Changing lightdm background.</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=326</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=326#comments</comments>
		<pubDate>Thu, 01 Sep 2011 14:53:12 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=326</guid>
		<description><![CDATA[Original image from www.muktware.com. To change the Lightdm background you just need to do the following steps: 1 &#8211; Edit the /etc/lightdm/unity-greeter.conf  (use sudo to get root privileges) 2 &#8211; Change the background=/usr/share/backgrounds/warty-final-ubuntu.png line putting the location of the new background image. 3 &#8211; Save your changes. 4 &#8211; Logout and login again. 5 &#8211; Be [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D326"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D326&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/09/Ubuntu-lightdm-1.jpg"><img class="alignnone size-medium wp-image-327" title="Ubuntu-lightdm-1" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/09/Ubuntu-lightdm-1-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Original image from <a href="http://www.muktware.com/sites/default/files/images/os/Ubuntu-lightdm-1.jpg">www.muktware.com</a>.</p>
<p>To change the Lightdm background you just need to do the following steps:</p>
<p>1 &#8211; Edit the /etc/lightdm/unity-greeter.conf  (use sudo to get root privileges)</p>
<p>2 &#8211; Change the <strong>background=/usr/share/backgrounds/warty-final-ubuntu.png </strong>line putting the location of the new background image.</p>
<p>3 &#8211; Save your changes.</p>
<p>4 &#8211; Logout and login again.</p>
<p>5 &#8211; Be happy.</p>
<p>Result:</p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/09/LightDM-Ubuntu-11-10-Oneiric-Ocelot-screenshot.jpg"><img class="alignnone size-medium wp-image-328" title="LightDM-Ubuntu-11-10-Oneiric-Ocelot-screenshot" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/09/LightDM-Ubuntu-11-10-Oneiric-Ocelot-screenshot-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p>Original image from <a href="http://www.linuxnov.com/lightdm-display-manager-in-ubuntu-11-10-oneiric-ocelot-screenshots-video-preview/">www.linuxnov.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=326</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Nautilus Tree Panel.</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=315</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=315#comments</comments>
		<pubDate>Thu, 18 Aug 2011 13:47:02 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=315</guid>
		<description><![CDATA[I am testing Ubuntu 11.10 and one thing that I didn&#8217;t like is the left panel showing Places instead of tree. Now, if you are like me and want to navigate using a tree panel, run the following command in the terminal. gsettings set org.gnome.nautilus.window-state side-pane-view "tree" If you want to change it using a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D315"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D315&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I am testing <a href="http://www.ubuntu.com">Ubuntu 11.10</a> and one thing that I didn&#8217;t like is the left panel showing Places instead of tree.</p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/08/Screenshot-at-2011-08-18-102639.png"><img class="alignnone size-medium wp-image-316" title="Screenshot at 2011-08-18 10:26:39" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/08/Screenshot-at-2011-08-18-102639-300x181.png" alt="" width="300" height="181" /></a></p>
<p>Now, if you are like me and want to navigate using a tree panel, run the following command in the terminal.</p>
<pre><strong>gsettings set org.gnome.nautilus.window-state side-pane-view "tree"</strong></pre>
<p>If you want to change it using a graphical application, install  <em><strong>dconf-tools</strong></em>, start<em><strong> dconf-edito</strong></em>r and</p>
<p>navigate to <em><strong>org.gnome.nautilus.window-state,</strong></em>  change the value of <em><strong>side-pane-view</strong></em> to &#8220;tree&#8221;.</p>
<p>Now your Nautilus will look like this:</p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/08/Screenshot-at-2011-08-18-103047.png"><img class="alignnone size-medium wp-image-317" title="Screenshot at 2011-08-18 10:30:47" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/08/Screenshot-at-2011-08-18-103047-300x181.png" alt="" width="300" height="181" /></a></p>
<p><span style="color: #ff0000;"><strong>PS.: Ubuntu 11.10 <em>Oneiric Ocelot </em>still in Alpha3, not recommended to be used in a production environment.</strong></span></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=315</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Quicklist Editor for Unity Launcher</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=303</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=303#comments</comments>
		<pubDate>Thu, 05 May 2011 17:39:42 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Pessoal]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=303</guid>
		<description><![CDATA[Creating a custom launcher for unity is simple. Quicklists provide a easy and efficient way to quickly access commonly used tasks for a specific application. The steps to create a custom launcher is easy. Right-click on your desktop and click create a launcher. Edit the .desktop file using a text editor and using this you [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D303"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D303&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<blockquote><p>Creating a custom launcher for unity is simple. Quicklists provide a  easy and efficient way to quickly access commonly used tasks for a  specific application.</p>
<p>The steps to create a custom launcher is easy.</p>
<ol>
<li>Right-click on your desktop and click create a launcher.</li>
<li>Edit the .desktop file using a text editor and using this you can create static quicklist for the Unity.</li>
</ol>
</blockquote>
<p>After read that on <a title="askubuntu.com" href="http://askubuntu.com/questions/35488/list-of-custom-launchers-quicklists-for-unity">askubuntu.com </a>and play around with some custom launchers, I started a project to make it even easier.</p>
<h2><strong>The Quicklist Editor for Unity Launcher.</strong></h2>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/05/Screenshot-1.png"><img class="alignnone size-medium wp-image-308" title="unity" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/05/Screenshot-1-300x187.png" alt="" width="300" height="187" /></a></p>
<p>It still in the early development phase, only a 2 days work in my spare time and when my first son (born 30 days ago) allows me to!</p>
<p>Ursinha and I are working on this,  and we expect to release the first beta by next Monday.</p>
<p>You can find the project page on Launchpad:<br />
The project page is hosted on <a title="unity-launcher-editor" href="https://launchpad.net/unity-launcher-editor">Launchpad</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=303</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Once upon the time</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=282</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=282#comments</comments>
		<pubDate>Mon, 21 Feb 2011 12:42:28 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Geral]]></category>
		<category><![CDATA[Pessoal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=282</guid>
		<description><![CDATA[They are the same, aren&#8217;t they?]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D282"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D282&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>They are the same, aren&#8217;t they?</p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/02/2934969815_46edc6b07d_z.jpg"><img class="alignnone size-medium wp-image-283" title="2934969815_46edc6b07d_z" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/02/2934969815_46edc6b07d_z-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/02/3rd-Official-Trailer-for-Megamind.jpg"><img class="alignnone size-medium wp-image-284" title="3rd-Official-Trailer-for-Megamind" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2011/02/3rd-Official-Trailer-for-Megamind-300x168.jpg" alt="" width="300" height="168" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=282</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Contributing Back to Gnome?</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=270</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=270#comments</comments>
		<pubDate>Wed, 26 May 2010 14:46:25 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Pessoal]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=270</guid>
		<description><![CDATA[I was reading about the Ubuntu Control Center-UCC fever from a lot of blogs and twitter from people linked to the Ubuntu Community. The author did a very good job. He made  glowing lights come out from people&#8217;s eyes staring at the application layout looking very Ubuntuish. Oh, its beautiful, We need something like that [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D270"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D270&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I was reading about the Ubuntu Control Center-UCC fever from a lot of blogs and twitter from people linked to the Ubuntu Community.</p>
<p>The author did a very good job. He made  glowing lights come out from people&#8217;s eyes staring at the application layout looking very Ubuntuish.</p>
<p>Oh, its beautiful, We need something like that on Ubuntu!!!!</p>
<p>Gnome has an application that does the same work as the <strong>shine new Ubuntu Control Center</strong> &#8211;based on Mandriva&#8217;s Control Center&#8211; does, take a look at the gnome-control-center.</p>
<p><strong>Ubuntu Control Center</strong></p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/05/screenshot_002.png"><img title="screenshot_002" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/05/screenshot_002-300x195.png" alt="" width="300" height="195" /></a></p>
<p><strong>Gnome Control Center</strong></p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/05/screenshot_001.png"><img title="screenshot_001" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/05/screenshot_001-300x221.png" alt="" width="300" height="221" /></a></p>
<p>Personally, I think that the right path is something like &#8220;Oh, good, can we work together with Gnome and improve gnome-control-center?&#8221;</p>
<p>That would make more sense to me than that wooows I&#8217;ve read last days.</p>
<p>Contribute to join, not to be apart!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=270</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Ubuntu Release Party 10.04 Pictures</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=268</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=268#comments</comments>
		<pubDate>Thu, 20 May 2010 21:14:42 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=268</guid>
		<description><![CDATA[The event was a success, the result of a great partnership with Oficina Livre that has supported and contributed to Free Software in our State. Pictures from the Maceió Party.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D268"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D268&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The event was a success, the result of a great partnership with <a href="http://www.oficinalivre.com.br/">Oficina Livre</a> that has supported and contributed to Free Software in our State.</p>
<p>Pictures from the Maceió Party.</p>
<table>
<tbody>
<tr>
<td><a title="Evento Maceió" href="http://www.flickr.com/photos/laudecioliveira/4623899879/"><img src="http://farm5.static.flickr.com/4020/4623899879_3028185656_o.jpg" alt="" width="177" height="118" /></a></td>
<td><a title="Evento Maceió" href="http://www.flickr.com/photos/laudecioliveira/4624497890/"><img src="http://farm4.static.flickr.com/3406/4624497890_e2228cdba2_o.jpg" alt="DSC_0142" width="177" height="118" /></a></td>
<td><a title="Evento Maceió" href="http://www.flickr.com/photos/laudecioliveira/4623893953/"><img src="http://farm5.static.flickr.com/4061/4623893953_3b9831390b_o.jpg" alt="DSC_0147" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="DSC_0230 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4623896219/"><img src="http://farm5.static.flickr.com/4024/4623896219_9a146f6384_o.jpg" alt="DSC_0230" width="177" height="118" /></a></td>
<td><a title="DSC_0231 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4623896521/"><img src="http://farm5.static.flickr.com/4056/4623896521_66e1c7f839_o.jpg" alt="DSC_0231" width="177" height="118" /></a></td>
<td><a title="DSC_0220 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624500648/"><img src="http://farm5.static.flickr.com/4018/4624500648_38895a854e_o.jpg" alt="DSC_0220" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="DSC_0210 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4623895657/"><img src="http://farm5.static.flickr.com/4013/4623895657_57765bdf30_o.jpg" alt="DSC_0210" width="177" height="118" /></a></td>
<td><a title="DSC_0206 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624499894/"><img src="http://farm5.static.flickr.com/4045/4624499894_1321def0d5_o.jpg" alt="DSC_0206" width="177" height="118" /></a></td>
<td><a title="DSC_0198 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4623894963/"><img src="http://farm4.static.flickr.com/3304/4623894963_f0c68def6b_o.jpg" alt="DSC_0198" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="Evento Maceió" href="http://www.flickr.com/photos/laudecioliveira/4624501678/"><img src="http://farm5.static.flickr.com/4031/4624501678_ba80b1d74b_o.jpg" alt="DSC_022" width="177" height="118" /></a></td>
<td><a title="John Wendell - GNOME" href="http://www.flickr.com/photos/laudecioliveira/4624505396/"><img class="alignnone" src="http://farm4.static.flickr.com/3407/4624505396_f03cff4938_o.jpg" alt="DSC_02" width="177" height="118" /></a></td>
<td><a title="John Wendell - GNOME" href="http://www.flickr.com/photos/laudecioliveira/4624506482/"><img class="alignnone" src="http://farm4.static.flickr.com/3383/4624506482_d48fd53093_o.jpg" alt="DSC_0283" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="John Wendell - GNOME" href="http://www.flickr.com/photos/laudecioliveira/4623901427/"><img class="alignnone" src="http://farm4.static.flickr.com/3307/4623901427_12143b2654_o.jpg" alt="DSC_0280" width="177" height="118" /></a></td>
<td><a title="John Wendell - GNOME" href="http://www.flickr.com/photos/laudecioliveira/4624505808/"><img class="alignnone" src="http://farm5.static.flickr.com/4023/4624505808_5acb1b79b1_o.jpg" alt="DSC_0279" width="177" height="118" /></a></td>
<td><a title="Alysson Neto -  Forum Ubuntu-BR" href="http://www.flickr.com/photos/laudecioliveira/4624507582/"><img class="alignnone" src="http://farm5.static.flickr.com/4064/4624507582_f6bb2a7c96_o.jpg" alt="DSC_02" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="Alysson Neto -  Forum Ubuntu-BR" href="http://www.flickr.com/photos/laudecioliveira/4623903397/"><img class="alignnone" src="http://farm4.static.flickr.com/3376/4623903397_c5b76341fe_o.jpg" alt="DSC_0283" width="177" height="118" /></a></td>
<td><a title="Alysson Neto -  Forum Ubuntu-BR" href="http://www.flickr.com/photos/laudecioliveira/4624507582/"><img class="alignnone" src="http://farm5.static.flickr.com/4064/4624507582_f6bb2a7c96_o.jpg" alt="DS_0280" width="177" height="118" /></a></td>
<td><a title="Alysson Neto -  Forum Ubuntu-BR" href="http://www.flickr.com/photos/laudecioliveira/4623894289/"><img class="alignnone" src="http://farm5.static.flickr.com/4027/4623894289_ca35de9388_o.jpg" alt="DSC_0279" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="DSC_0314 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624507180/"><img src="http://farm5.static.flickr.com/4013/4624507180_5e2ce2be6d_o.jpg" alt="DSC_0314" width="177" height="118" /></a></td>
<td><a title="DSC_0305 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4623902151/"><img src="http://farm5.static.flickr.com/4066/4623902151_742eb9b53b_o.jpg" alt="DSC_0305" width="177" height="118" /></a></td>
<td><a title="DSC_0262 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624504214/"><img src="http://farm5.static.flickr.com/4048/4624504214_2e4b563781_o.jpg" alt="DSC_0262" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="DSC_0259 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624503392/"><img src="http://farm5.static.flickr.com/4057/4624503392_c4b1dbec85_o.jpg" alt="DSC_0259" width="177" height="118" /></a></td>
<td><a title="DSC_0241 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624503090/"><img src="http://farm5.static.flickr.com/4020/4624503090_d97c5c08fa_o.jpg" alt="DSC_0241" width="177" height="118" /></a></td>
<td><a title="DSC_0260 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624503784/"><img src="http://farm4.static.flickr.com/3360/4624503784_5b875e287c_o.jpg" alt="DSC_0260" width="177" height="118" /></a></td>
</tr>
<tr>
<td><a title="DSC_0283 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624506482/"><img src="http://farm4.static.flickr.com/3383/4624506482_d48fd53093_o.jpg" alt="DSC_0283" width="177" height="118" /></a></td>
<td><a title="DSC_0356 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624508812/"><img src="http://farm4.static.flickr.com/3410/4624508812_99da7d23a5_o.jpg" alt="DSC_0356" width="177" height="118" /></a></td>
<td><a title="DSC_0359 por laudecioliveira, no Flickr" href="http://www.flickr.com/photos/laudecioliveira/4624509254/"><img src="http://farm5.static.flickr.com/4057/4624509254_b35247e614_o.jpg" alt="DSC_0359" width="177" height="118" /></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=268</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Release Party 10.04 &#8211; Alagoas</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=246</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=246#comments</comments>
		<pubDate>Tue, 11 May 2010 00:56:24 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=246</guid>
		<description><![CDATA[On May 14  in Maceió and the 15th of the same month in Arapiraca we will be promoting event to launch the Ubuntu LTS 10.04. This version is a Long Term Support, which means that we have three years of upgrades for desktops and five years for servers. In Maceió, the event will be held [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D246"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D246&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/05/banner_lanc_ubuntu1004_500x4001.jpg" alt="banner" /></p>
<p>On May 14  in <a href="http://en.wikipedia.com.br/wiki/Maceio">Maceió</a> and the 15th of the same month in <a href="http://en.wikipedia.com.br/wiki/Arapiraca">Arapiraca</a> we will be promoting event to launch the Ubuntu LTS 10.04.<br />
This version is a Long Term Support, which means that we have three years of upgrades for desktops and five years for servers.</p>
<p>In Maceió, the event will be held in the auditorium of SENAI starting at 18:00 hours.<br />
In Arapiraca in the event will be in the auditorium of FACOM starting at 13:00 hours.</p>
<p>During the event we will present the new version and features.<br />
We will also have lectures on Concepts of Free Software, User Support, the Ubuntu Community, businness opportunities, etc..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=246</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Shutdown or Switch off?</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=230</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=230#comments</comments>
		<pubDate>Wed, 24 Mar 2010 22:18:21 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Geral]]></category>
		<category><![CDATA[Pessoal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=230</guid>
		<description><![CDATA[I found that after the new lucid update. and got same thing???]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D230"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D230&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I found that after the new lucid update.</p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/Screenshot2.png"><img class="size-full wp-image-231 alignnone" title="Screenshot" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/Screenshot2.png" alt="" width="265" height="230" /></a></p>
<p>and got</p>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/Screenshot-1.png"><img class="alignnone size-full wp-image-232" title="Screenshot-1" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/Screenshot-1.png" alt="" width="350" height="149" /></a></p>
<p>same thing???</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=230</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Conky on Ubuntu 10.04 LTS Beta 1</title>
		<link>http://www.laudecioliveira.com.br/blog/?p=223</link>
		<comments>http://www.laudecioliveira.com.br/blog/?p=223#comments</comments>
		<pubDate>Mon, 22 Mar 2010 11:29:36 +0000</pubDate>
		<dc:creator>Laudeci Oliveira</dc:creator>
				<category><![CDATA[Geral]]></category>
		<category><![CDATA[Pessoal]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://laudecioliveira.com.br/blog/?p=223</guid>
		<description><![CDATA[Well, as asked  in my last post, here comes the steps used to get that conky layout. Download the Another conky config 0.02 (newer than mine). Extract the file 121331-conkypatch.tar.gz. Edit the conky.conf file, change own_window_type override to own_window_type root (For some reason override will not draw on desktop in lucid). change ${image ~/.conkypatch/icons/logo.png -p [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D223"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.laudecioliveira.com.br%2Fblog%2F%3Fp%3D223&amp;source=pretto&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/Screenshot1.png"><img class="size-full wp-image-226 alignnone" title="Screenshot1" src="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/Screenshot1.png" alt="" width="580" height="113" /></a></p>
<p>Well, as asked  in my <a href="http://laudecioliveira.com.br/blog/?p=218">last post</a>, here comes the steps used to get that conky layout.</p>
<ol>
<li>Download the <a href="http://gnome-look.com.br/content/show.php/Another+conky+config?content=121331">Another conky config 0.02</a> (newer than mine).</li>
<li>Extract the file 121331-conkypatch.tar.gz.</li>
<li>Edit the conky.conf file,
<ol>
<li>change own_window_type override to own_window_type root (For some reason override will not draw on desktop in lucid).</li>
<li>change ${image ~/.conkypatch/icons/logo.png -p 18,0 -s 45&#215;45} to ${image /usr/share/icons/gnome/32&#215;32/places/start-here.png -p 11,7}</li>
<li>Add the following line to the end:</li>
<p>${font Martin Vogel&#8217;s Symbols:size=14}B${font}${voffset -1}Mail: ${alignr}${font DejaVu Sans:pixelsize=10:style=Bold}${execi 10 python ~/.conkyScripts/gmail_1.py n} ${color2}mail(s)</ol>
</li>
<li>Save the file as .conkyrc in your home folder.</li>
<li>Download the wallpaper used <a href="http://enrix835.deviantart.com/art/Purple-sensation-156465456">here</a>.</li>
<li>Download the gmail script <a href="http://claudio-novais.info/PedroLobo/tema10/gmail_1.py">here</a> and save it to the ~/.conkyScripts folder (Don&#8217;t forget to set your username and password in the script).</li>
<li>You can download and install <a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/fonts.tar.gz">these</a> fonts too.</li>
</ol>
<p>My conky file can be downloaded <a href="http://laudecioliveira.com.br/blog/wp-content/uploads/2010/03/conkyrc.tar.gz">here</a>.</p>
<p>Thank you <a href="http://gnome-look.com.br/usermanager/search.php?username=patchpl">Adrian patchpl</a> for this beautifull conky config and <a href="http://enrix835.deviantart.com/">Enrico</a> for the <a href="http://enrix835.deviantart.com/art/Purple-sensation-156465456">Purple sensation</a> wallpaper.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laudecioliveira.com.br/blog/?feed=rss2&#038;p=223</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
