<?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>Renan Fernandes &#187; KDE</title>
	<atom:link href="http://blog.renanfernandes.com.br/en/categorias/linux/kde-en/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.renanfernandes.com.br/en/</link>
	<description>Linux, Technology, Programming and Free Software.</description>
	<lastBuildDate>Sun, 16 Oct 2011 17:02:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Oxygen Transparent</title>
		<link>http://blog.renanfernandes.com.br/en/2010/08/oxygen-transparent-2/</link>
		<comments>http://blog.renanfernandes.com.br/en/2010/08/oxygen-transparent-2/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 02:09:50 +0000</pubDate>
		<dc:creator>ShadowBelmolve</dc:creator>
				<category><![CDATA[KDE @en]]></category>
		<category><![CDATA[how to install]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[oxygen]]></category>
		<category><![CDATA[oxygen transparent @en]]></category>

		<guid isPermaLink="false">http://blog.renanfernandes.com.br/?p=558</guid>
		<description><![CDATA[

Yeah, now exists the Oxygen Transparent. It is a fork of Oxygen with transparence.
If you use Arch Linux, use this this package from AUR.
For others, I've adapted the PKGBUILD. This script will install the Oxygen Transparent and NOT will overwrite your Oxygen. This is default now.
You will need the runtime and workspace of KDE, pkgconfig, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_monochrome" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.renanfernandes.com.br%252Fen%252F2010%252F08%252Foxygen-transparent-2%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2FepMAX%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Oxygen%20Transparent%20%23%22%20%7D);"></div>
<div id="attachment_553" class="wp-caption alignright" style="width: 160px"><a href="http://blog.renanfernandes.com.br/wp-content/uploads/2010/07/oxygentransparent1.png"><img class="size-thumbnail wp-image-553" title="Oxygen Transparent" src="http://blog.renanfernandes.com.br/wp-content/uploads/2010/07/oxygentransparent1-150x123.png" alt="Oxygen Transparent in Dolphin" width="150" height="123" /></a><p class="wp-caption-text">Dolphin</p></div>
<p>Yeah, now exists the <strong>Oxygen Transparent</strong>. It is a fork of Oxygen with <strong>transparence</strong>.</p>
<p>If you use <a href="http://archlinux.org/">Arch Linux</a>, use <del datetime="2011-03-13T21:03:29+00:00"><a href="http://aur.archlinux.org/packages.php?ID=39201">this</a></del> <a href="http://aur.archlinux.org/packages.php?ID=47152">this</a> package from AUR.</p>
<p>For others, I've adapted the PKGBUILD. This script will install the <strong>Oxygen Transparent</strong> <del datetime="2011-03-13T21:03:29+00:00">and <strong>NOT</strong> will overwrite your Oxygen.</del> This is default now.<span id="more-558"></span></p>
<p>You will need the runtime and workspace of KDE, pkgconfig, cmake, automoc4 and <del datetime="2011-03-13T21:03:29+00:00">subversion(svn)</del> git installeds.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">srcdir</span>=<span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>oxygen
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #800000;">${srcdir}</span>
&nbsp;
<span style="color: #007800;">_gitroot</span>=<span style="color: #ff0000;">&quot;git://anongit.kde.org/﻿oxygen-transparent&quot;</span>
<span style="color: #007800;">_gitname</span>=oxygen-transparent
&nbsp;
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${srcdir}</span>&quot;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-d</span> <span style="color: #800000;">${_gitname}</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
  <span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #800000;">${_gitname}</span> <span style="color: #000000; font-weight: bold;">&amp;&amp;</span> <span style="color: #c20cb9; font-weight: bold;">git</span> pull origin
<span style="color: #000000; font-weight: bold;">else</span>
  <span style="color: #c20cb9; font-weight: bold;">git</span> clone <span style="color: #800000;">${_gitroot}</span> <span style="color: #800000;">${_gitname}</span>
<span style="color: #000000; font-weight: bold;">fi</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">rm</span> <span style="color: #660033;">-rf</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${srcdir}</span>/build&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">git</span> clone <span style="color: #ff0000;">&quot;<span style="color: #007800;">${srcdir}</span>/<span style="color: #007800;">${_gitname}</span>&quot;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${srcdir}</span>/build&quot;</span>
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">${srcdir}</span>/build&quot;</span>
&nbsp;
cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=<span style="color: #000000; font-weight: bold;">/</span>usr
<span style="color: #c20cb9; font-weight: bold;">make</span>
<span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>


<img src="http://blog.renanfernandes.com.br/?ak_action=api_record_view&id=558&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.renanfernandes.com.br/en/2010/08/oxygen-transparent-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quassel: A awesome IRC Client for KDE</title>
		<link>http://blog.renanfernandes.com.br/en/2010/01/quassel-a-awesome-irc-client-for-kde/</link>
		<comments>http://blog.renanfernandes.com.br/en/2010/01/quassel-a-awesome-irc-client-for-kde/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 15:53:53 +0000</pubDate>
		<dc:creator>ShadowBelmolve</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[KDE @en]]></category>
		<category><![CDATA[Linux @en]]></category>
		<category><![CDATA[Mac @en]]></category>
		<category><![CDATA[Windows @en]]></category>
		<category><![CDATA[Arch Linux @en]]></category>
		<category><![CDATA[IRC @en]]></category>
		<category><![CDATA[KDE SC @en]]></category>
		<category><![CDATA[Kubuntu @en]]></category>
		<category><![CDATA[Mac OS X @en]]></category>
		<category><![CDATA[Ubuntu @en]]></category>

		<guid isPermaLink="false">http://blog.renanfernandes.com.br/?p=304</guid>
		<description><![CDATA[


Well, being direct, Quassel is an excellent IRC client for KDE and I'm a user :)
It do all that others IRC clients do, like:

Connect to multiple channels and servers.
Colorations of nicks, your messages and messages to you.
Fallback nicks when the master fail.

He also has something that I love in certain programs: separation of core and [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_monochrome" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.renanfernandes.com.br%252Fen%252F2010%252F01%252Fquassel-a-awesome-irc-client-for-kde%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Quassel%3A%20A%20awesome%20IRC%20Client%20for%20KDE%20%23%22%20%7D);"></div>
<p><img class="alignright" title="Quassel Icon" src="http://blog.renanfernandes.com.br/wp-content/uploads/2010/01/quassel1.png" alt="Ícone do Quassel" width="96" height="96" /></p>
<p>Well, being direct, <a href="http://quassel-irc.org/"><strong>Quassel</strong></a> is an excellent <strong>IRC client</strong> for <strong>KDE</strong> and I'm a user :)</p>
<p>It do all that others IRC clients do, like:</p>
<ul>
<li>Connect to multiple channels and servers.</li>
<li>Colorations of nicks, your messages and messages to you.</li>
<li>Fallback nicks when the master fail.</li>
</ul>
<p>He also has something that I love in certain programs: <strong>separation of core and client</strong>.</p>
<p><strong><span id="more-304"></span></strong></p>
<h3>What does that mean?</h3>
<p>Basically, the program is divided into two, in the case of <a href="http://quassel-irc.org/"><strong>Quassel</strong></a>, the Core is who connects and does everything in the statement of the <strong>IRC</strong>. The Client only connects to the core and shows things to the User.</p>
<h3>What is the advantage?</h3>
<p>You can go online even staying offline :). When I get disconnected from the Core, it just put my nickname away, but stays connected to <strong>IRC</strong>, after all, who was disconnected is the Client(I), not the Core (which is on an external server). When I connect again it shows me everything like I never left. I can see everything that happened without needs a bot to log.</p>
<h3>How to Install?</h3>
<p>He is also the repository of most distributions.</p>
<ul>
<li><strong>Arch Linux</strong>: <em>pacman -S quassel</em></li>
<li><strong>Ubuntu</strong> or <strong>Kubuntu</strong>:
<ul>
<li>StandAlone(without separation of Core/Client): <em>apt-get install quassel</em></li>
<li>Core: <em>apt-get install quassel-core</em></li>
<li>Client: <em>apt-get install quassel-client</em></li>
</ul>
</li>
<li><strong>Gentoo</strong>: <em>emerge net-irc/quassel</em></li>
</ul>
<p>You can also run it on <strong>Mac OS X</strong> and <strong>Windows</strong>.</p>
<p>More details on <a href="http://quassel-irc.org/downloads">Download Page</a>.</p>

<img src="http://blog.renanfernandes.com.br/?ak_action=api_record_view&id=304&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.renanfernandes.com.br/en/2010/01/quassel-a-awesome-irc-client-for-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing KDE 4.4 in Arch Linux or Kubuntu/Ubuntu</title>
		<link>http://blog.renanfernandes.com.br/en/2010/01/installing-kde-4-4-in-arch-linux-or-kubuntu-ubuntu/</link>
		<comments>http://blog.renanfernandes.com.br/en/2010/01/installing-kde-4-4-in-arch-linux-or-kubuntu-ubuntu/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 23:30:59 +0000</pubDate>
		<dc:creator>ShadowBelmolve</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[KDE @en]]></category>
		<category><![CDATA[Linux @en]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kde sc]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.renanfernandes.com.br/?p=264</guid>
		<description><![CDATA[

How do I see a lot of people coming looking for How to install KDE 4.4 in Arch Linux, or How to install KDE 4.4 in Kubuntu so I'm posting this, it will be quick ;)
The currently version is KDE SC 4.4 Beta 2 RC 1 RC 2 RC 3, not advisable if you want [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_monochrome" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.renanfernandes.com.br%252Fen%252F2010%252F01%252Finstalling-kde-4-4-in-arch-linux-or-kubuntu-ubuntu%252F%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fis.gd%2F70pJH%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Installing%20KDE%204.4%20in%20Arch%20Linux%20or%20Kubuntu%2FUbuntu%20%23%22%20%7D);"></div>
<p>How do I see a lot of people coming looking for<strong> How to install KDE 4.4 in Arch Linux</strong>, or<strong> How to install KDE 4.4 in Kubuntu </strong>so I'm posting this, it will be quick ;)</p>
<p>The currently version is<strong> KDE SC 4.4 <span style="text-decoration: line-through;">Beta 2 RC 1 RC 2 RC 3</span></strong>, <span style="text-decoration: line-through;">not advisable if you want <strong>stability</strong></span>.<span id="more-264"></span></p>
<h3>To install on Arch Linux with extra repository:</h3>
<p>Just run a</p>
<pre>pacman -Sy kde</pre>
<p>or if you already have kde installed</p>
<pre>pacman -Syu</pre>
<h3>To install on <strong>Arch Linux with <strong>KDEmod repository</strong>.</strong></h3>
<p>Add to your <em>/etc/pacman.conf</em> this:</p>
<pre>[kdemod-testing]
Include = /etc/pacman.d/kdemodmirrorlist</pre>
<h5>* Add it before other KDEMod repositories if you have them</h5>
<p>If you already use <strong>KDEmod</strong>, can change the path to your own file but if you specify a server to your repositories I strongly recommend that you use in one file, so if one fails it will use another.</p>
<p>If this is your first time you put the KDEmod or want to create the file, place in <em>/etc/pacman.d/kdemodmirrorlist</em> the following content:</p>
<pre>Server = http://chakra.virtualdisaster.net/kdemod/$repo/i686
Server = http://archlinux.puzzle.ch/kdemod/$repo/i686
Server = http://mirror.rit.edu/kdemod/$repo/i686
Server = http://kdemod.iskrembilen.com/repo/$repo/i686
Server = http://kdemod.bednarek.org.pl/$repo/i686
Server = http://server.elsistech.com/archlinux/kdemod/$repo/i686
Server = http://chakra-project.org/repo/$repo/i686</pre>
<h5>*Replace i686 with x86_64 if you use a 64 bits system</h5>
<p>If yu use <strong>KDE</strong> from the [<strong>extra</strong>](official) repository, first you need to remove it with <em>pacman -Rd kde</em>.</p>
<p>If you already use <strong>KDEMod, </strong>then update with <em>pacman -Syu</em>.</p>
<p>If you not have any <strong>KDE</strong> installed, then install with <em>pacman -S kdemod</em>.</p>
<h3>To Install on Kubuntu or Ubuntu we'll use the PPA of<span style="font-weight: normal;"> </span><span style="font-weight: normal;">Kubuntu</span>:</h3>
<p>First we'll add the <a href="https://launchpad.net/kubuntu-ppa">PPA of Kubuntu</a> with this command:</p>
<pre>sudo add-apt-repository ppa:kubuntu-ppa</pre>
<p>Then run <em>sudo apt-get update.</em> Now, if you already use <strong>Kubuntu</strong> run<strong> </strong><em>sudo apt-get dist-uprade</em>, or if you use <strong>Ubuntu</strong> run<strong> </strong><em>sudo apt-get install kubuntu-desktop</em>.</p>
<p><strong>UPDATE</strong>: <strong>KDEMod</strong> already got <strong>KDE SC 4.4 RC 1</strong> available. unfortunately, it's still a work in progress for the <strong>Kubuntu</strong> team (that's still on <strong>KDE SC 4.4 Beta 2</strong>)</p>
<p><strong>UPDATE</strong>: <strong>Kubuntu</strong> PPA already got <strong>KDE SC 4.4 RC 1</strong>.</p>
<p><strong>UPDATE</strong>: <strong>KDEMod</strong> and <strong>Kubuntu</strong> PPA already got <strong>KDE SC 4.4 <span style="text-decoration: line-through;">RC 2</span> RC 3</strong>.</p>
<p><strong>UPDATE</strong>: <strong>KDEMod</strong> already got final version.</p>
<p><strong>UPDATE</strong>: <strong>Kubuntu</strong> PPA too.</p>

<img src="http://blog.renanfernandes.com.br/?ak_action=api_record_view&id=264&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.renanfernandes.com.br/en/2010/01/installing-kde-4-4-in-arch-linux-or-kubuntu-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change the keyboard layout in KDE</title>
		<link>http://blog.renanfernandes.com.br/en/2009/12/how-to-change-the-keyboard-layout-in-kde/</link>
		<comments>http://blog.renanfernandes.com.br/en/2009/12/how-to-change-the-keyboard-layout-in-kde/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 01:11:02 +0000</pubDate>
		<dc:creator>ShadowBelmolve</dc:creator>
				<category><![CDATA[KDE @en]]></category>
		<category><![CDATA[Linux @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[change keyboard layout]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[keyboard layout]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.renanfernandes.com.br/?p=243</guid>
		<description><![CDATA[

A lot of people are falling into blog searching for "How to change the keyboard layout in Kubuntu" so I'm posting.
Contrary to what many think, is not a big deal, it is actually quite easy.

*Click in image to see all image
First open System configuration.

Now go to Regional and Language

And finally you select the layout:


Click in [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_monochrome" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.renanfernandes.com.br%252Fen%252F2009%252F12%252Fhow-to-change-the-keyboard-layout-in-kde%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20change%20the%20keyboard%20layout%20in%20KDE%20%23%22%20%7D);"></div>
<p>A lot of people are falling into blog searching for "How to change the keyboard layout in Kubuntu" so I'm posting.</p>
<p>Contrary to what many think, is not a big deal, it is actually quite easy.</p>
<p><span id="more-243"></span></p>
<h5>*Click in image to see all image</h5>
<p>First open <strong>System configuration</strong>.<br />
<a href="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/habilitar-layout-kde-1.png"><img class="size-full wp-image-232 aligncenter" title="habilitar-layout-kde-1-mini" src="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/habilitar-layout-kde-1-mini.png" alt="habilitar-layout-kde-1-mini" width="320" height="240" /></a><br />
Now go to <strong>Regional and Language</strong><br />
<a href="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/habilitar-layout-kde-2.png"><img class="aligncenter size-full wp-image-234" title="habilitar-layout-kde-2-mini" src="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/habilitar-layout-kde-2-mini.png" alt="habilitar-layout-kde-2-mini" width="320" height="240" /></a><br />
And finally you select the layout:<br />
<a href="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/habilitar-layout-kde-3.png"><img class="aligncenter size-full wp-image-236" title="habilitar-layout-kde-3-mini" src="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/habilitar-layout-kde-3-mini.png" alt="habilitar-layout-kde-3-mini" width="320" height="240" /></a></p>
<ol>
<li>Click in <strong>keyboard layout</strong>.</li>
<li>Select <strong>Enable keyboard layouts</strong>.</li>
<li>Select your layout.</li>
<li>Click in right arrow to enable(or double click in selected layout)</li>
<li><strong>Apply</strong> the changes.</li>
</ol>
<p>Ready, layout changed :)</p>

<img src="http://blog.renanfernandes.com.br/?ak_action=api_record_view&id=243&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.renanfernandes.com.br/en/2009/12/how-to-change-the-keyboard-layout-in-kde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE Air theme for Chromium/Google Chrome</title>
		<link>http://blog.renanfernandes.com.br/en/2009/12/kde-air-theme-for-chromiumgoogle-chrome/</link>
		<comments>http://blog.renanfernandes.com.br/en/2009/12/kde-air-theme-for-chromiumgoogle-chrome/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:27:33 +0000</pubDate>
		<dc:creator>ShadowBelmolve</dc:creator>
				<category><![CDATA[KDE @en]]></category>
		<category><![CDATA[Linux @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Air Theme]]></category>
		<category><![CDATA[Chromium]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kde sc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://blog.renanfernandes.com.br/?p=181</guid>
		<description><![CDATA[

Chromium is already being used by thousands of people. Now, with the release of Google Chrome for Linux things should be hot. But there is still a problem, the theme. The theme is the most important visual part in the browser. That's what gives the first browser sight. The default theme of Chromium/Chrome is blue, [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_monochrome" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fblog.renanfernandes.com.br%252Fen%252F2009%252F12%252Fkde-air-theme-for-chromiumgoogle-chrome%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22KDE%20Air%20theme%20for%20Chromium%2FGoogle%20Chrome%20%23%22%20%7D);"></div>
<div id="attachment_140" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/chrome.png"><img class="size-thumbnail wp-image-140" title="Chrome default theme" src="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/chrome-150x120.png" alt="Chrome default theme" width="150" height="120" /></a><p class="wp-caption-text">Default theme</p></div>
<p><a href="http://www.chromium.org/">Chromium</a> is already being used by thousands of people. Now, with the release of <a href="http://www.google.com/chrome">Google Chrome for Linux</a> things should be hot. But there is still a problem, the theme. The theme is the most important visual part in the browser. That's what gives the first browser sight. The default theme of Chromium/Chrome is blue, cute and clean, but I'm a <a href="http://kde.org">KDE SC</a> User and definitely the theme does not match with the system. You feel a little strange to use the program, it seems that something came out from the system way, such as when telling a joke in a horror movie, but it can be easily resolved.</p>
<p><span id="more-181"></span>You just need to download the <a href="http://kde-look.org/content/show.php/Air+theme+for+chromium+browser?content=116057&amp;PHPSESSID=a9be08628be9f2a0490c94062ae654d7">Air theme</a> for Chromium, available in <a href="http://kde-look.org">KDE-Look.org</a></p>
<div id="attachment_141" class="wp-caption alignright" style="width: 160px"><a href="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/chrome-theme-diff.png"><img class="size-thumbnail wp-image-141" title="Chrome difference between default theme and kde" src="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/chrome-theme-diff-150x62.png" alt="Chrome difference between default theme and kde" width="150" height="62" /></a><p class="wp-caption-text">Difference between default theme and kde</p></div>
<div id="attachment_138" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/air-theme.png"><img class="size-thumbnail wp-image-138" title="Chromium Air Theme" src="http://blog.renanfernandes.com.br/wp-content/uploads/2009/12/air-theme-150x120.png" alt="Air Theme" width="150" height="120" /></a><p class="wp-caption-text">Air Theme</p></div>
<p>I am actually using it for 17 days and am very pleased. Feels like the browser is now part of the <a href="http://en.wikipedia.org/wiki/Plasma_(KDE)">Plasma</a>, only menus and dialog options are not changed, but you can change it using the KDE SC Theme QtCurve and forcing him to GTK2, but that is for another post:)</p>
<p>You may also like the <a href="http://kde-look.org/content/show.php/KDE4+Google+Chrome+Theme+'Sky'?content=116811">Sky</a> theme, it's blue-ish and cute too. That's up to you. :)</p>

<img src="http://blog.renanfernandes.com.br/?ak_action=api_record_view&id=181&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://blog.renanfernandes.com.br/en/2009/12/kde-air-theme-for-chromiumgoogle-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

