<?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>Niath &#187; Compiz Fusion</title>
	<atom:link href="http://tiagoboldt.net/blog/tag/compiz-fusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiagoboldt.net/blog</link>
	<description>Rambles on technology</description>
	<lastBuildDate>Thu, 21 Apr 2011 09:01:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Compiz Fusion</title>
		<link>http://tiagoboldt.net/blog/compiz-fusion/</link>
		<comments>http://tiagoboldt.net/blog/compiz-fusion/#comments</comments>
		<pubDate>Sat, 15 Sep 2007 22:00:41 +0000</pubDate>
		<dc:creator>tiagoboldt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Beryl]]></category>
		<category><![CDATA[Compiz Fusion]]></category>

		<guid isPermaLink="false">http://tiagoboldt.net/blog/?p=200</guid>
		<description><![CDATA[The merge between Compiz and Beryl finally has an official web site. Anyone can now learn about compiz fusion at http://www.compiz-fusion.org/ or the details about the project, like, how to enable each plugin or get help installing anything related to compiz fusion at http://wiki.compiz-fusion.org/.]]></description>
			<content:encoded><![CDATA[<p>The merge between Compiz and Beryl finally has an official web site.</p>
<p>Anyone can now learn about compiz fusion at <a href="http://www.compiz-fusion.org/" target="_blank">http://www.compiz-fusion.org/</a> or the details about the project, like, how to enable each plugin or get help installing anything related to compiz fusion at <a href="http://wiki.compiz-fusion.org/" target="_blank">http://wiki.compiz-fusion.org/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagoboldt.net/blog/compiz-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mercury Messenger + Compiz Fusion</title>
		<link>http://tiagoboldt.net/blog/mercury-messenger-compiz-fusion/</link>
		<comments>http://tiagoboldt.net/blog/mercury-messenger-compiz-fusion/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 20:11:20 +0000</pubDate>
		<dc:creator>tiagoboldt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Beryl]]></category>
		<category><![CDATA[Compiz Fusion]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mercury]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tiagoboldt.net/blog/?p=190</guid>
		<description><![CDATA[Finally, I&#8217;ve found some good way around the issue between java and compiz, that kept me from using mercury. I&#8217;m able to use both now, with the tray working and all is working fine. If there&#8217;s anyone out there also trying to solve this: Start by downloading this patch for the jre engine, and then [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, I&#8217;ve found some good way around the issue between java and compiz, that kept me from using <a href="http://mercury.to/" target="_blank">mercury</a>. I&#8217;m able to use both now, with the tray working and all is working fine. If there&#8217;s anyone out there also trying to solve this:</p>
<p>Start by downloading this <a href="http://www.savefile.com/files/474006" target="_blank">patch</a> for the jre engine, and then move it to the path of the folder and uncompress it</p>
<p><code>cd /path/of/the/patch/<br />
tar -xf patch.tar<br />
cd patch</code></p>
<p>After that, we need to find the java file that is going to be patched. Usually in an Ubuntu system, this is <em>/usr/lib/jvm/java-6-sun/jre/lib</em> and the target file is rt.jar. Make a copy of it and then copy it into the current directory (&#8230;/path/ )</p>
<p align="left"><code>sudo cp /usr/lib/jvm/java-6-sun/jre/lib/rt.jar /usr/lib/jvm/java-6-sun/jre/lib/rt.jar.old<br />
sudo cp /usr/lib/jvm/java-6-sun/jre/lib/rt.jar rt.zip</code></p>
<p>Now patch the file and overwrite the old one</p>
<p><code>zip -f rt.zip sun/awt/X11/*<br />
sudo cp rt.zip /usr/lib/jvm/java-6-sun/jre/lib/rt.jar</code></p>
<p>After this, I&#8217;ve just started mercury, and all was up and running.</p>
<p>I must thank FIREcracker for the <a href="http://forum.mercury.to/index.php?showtopic=16630&amp;st=0&amp;p=113396&amp;#entry113396" target="_blank">good tutorial</a>, all credits to him.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagoboldt.net/blog/mercury-messenger-compiz-fusion/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ubuntu Gutsy and Compiz Fusion</title>
		<link>http://tiagoboldt.net/blog/ubuntu-gutsy-and-compiz-fusion/</link>
		<comments>http://tiagoboldt.net/blog/ubuntu-gutsy-and-compiz-fusion/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 10:29:12 +0000</pubDate>
		<dc:creator>tiagoboldt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Compiz Fusion]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://tiagoboldt.net/blog/?p=181</guid>
		<description><![CDATA[Well, distro upgrade time! I&#8217;ve been long waiting to do this. I&#8217;ve decided to upgrade to the Ubuntu&#8217;s Gutsy development version. I&#8217;m now downloading 1055 packages and it will take about 10 minutes to do it (yes, I&#8217;ve got a nice line). I really hope that everything goes as smooth as that last time, when [...]]]></description>
			<content:encoded><![CDATA[<p>Well, distro upgrade time!</p>
<p>I&#8217;ve been long waiting to do this. I&#8217;ve decided to upgrade to the Ubuntu&#8217;s Gutsy development version. I&#8217;m now downloading 1055 packages and it will take about 10 minutes to do it (yes, I&#8217;ve got a nice line).</p>
<p>I really hope that everything goes as smooth as that last time, when I&#8217;ve upgraded to feisty.</p>
<p>A couple of days ago, I&#8217;ve also upgraded my compiz to <a href="http://www.opencompositing.org/" target="_blank">compiz fusion</a>, and it <a href="http://www.youtube.com/watch?v=E4Fbk52Mk1w" target="_blank">rocks!</a> It has everything compiz lacked from beryl. Despites a development version, it is awesomely stable. If you want to now how to upgrade, <a href="http://ubuntuforums.org/showthread.php?t=481314" target="_blank">here&#8217;s a guide</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tiagoboldt.net/blog/ubuntu-gutsy-and-compiz-fusion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

