<?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>gHacks technology news &#187; Compiz</title>
	<atom:link href="http://www.ghacks.net/tag/compiz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 23 Nov 2009 22:22:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add Screenlets to make your Linux desktop more useful</title>
		<link>http://www.ghacks.net/2009/08/29/add-screenlets-to-make-your-linux-desktop-more-useful/</link>
		<comments>http://www.ghacks.net/2009/08/29/add-screenlets-to-make-your-linux-desktop-more-useful/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 17:50:13 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[dashboad]]></category>
		<category><![CDATA[screenlets]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15823</guid>
		<description><![CDATA[If you spend as much time on the Linux desktop as I do, having small applets available for specific tasks can make your life that much easier. If you use the KDE 4.x desktop you will be familiar with Widgets. These are very handy, but are only available to KDE. For the GNOME users there [...]]]></description>
			<content:encoded><![CDATA[<p>If you spend as much time on the Linux desktop as I do, having small applets available for specific tasks can make your life that much easier. If you use the KDE 4.x desktop you will be familiar with Widgets. These are very handy, but are only available to KDE. For the GNOME users there is an application called <a title="Screenlets" href="http://screenlets.org/index.php/Home" target="_blank">Screenlets</a> that serves the same function as the KDE widgets. Screenlets are written in Python, so if you know the language most likely you can create your very own desktop tools.</p>
<p>Screenlets take up very little in the resources department, are very unobtrusive on the desktop, and are user-customizable. The amount of available screenlets is fairly numerous so you should be able to find plenty to serve you. In this article you will learn how to install the Screenlets application, add screenlets, and customize screenlets.</p>
<p><span id="more-15823"></span><strong>Features</strong></p>
<ul>
<li>Install SuperKaramba themes.</li>
<li>Install Google Gadgets.</li>
<li>Load web apps.</li>
<li>Compositing support.</li>
<li>Supports compiz widget plugin for a &#8220;Dashboad&#8221; feel.</li>
<li>Open source.</li>
</ul>
<p><strong>Installing</strong></p>
<p>I will be illustrating how to install Screenlets on Ubuntu. For other distributions you can check the <a title="Installation FAQ" href="http://forum.compiz-fusion.org/showthread.php?t=6889" target="_blank">Screenlets Install FAQ</a> for more information. The first thing you will need to do is add the PPA repository to your <strong>/etc/apt/sources.list </strong>file. To do this open up a terminal window and issue the command:</p>
<p>sudo nano /etc/apt/sources.list</p>
<p>Now add the following to the end of this file:</p>
<p><code>deb http://ppa.launchpad.net/ketilwaa/ubuntu RELEASE main</code></p>
<p>Where RELEASE is the release name you are working with (such as jaunty).</p>
<p>Now save that file and issue the following command:</p>
<p><code>sudo apt-get update</code></p>
<p>Since you already have the terminal window open you can install the application with the following command:</p>
<p><code>sudo apt-get install screenlets</code></p>
<p>This will install everything you need to work with Screenlets.</p>
<p><strong>Adding screenlets to your desktop</strong></p>
<div id="attachment_15825" class="wp-caption alignleft" style="width: 330px"><a rel="attachment wp-att-15825" href="http://www.ghacks.net/2009/08/29/add-screenlets-to-make-your-linux-desktop-more-useful/screenlets_sample/"><img class="size-full wp-image-15825 " src="http://www.ghacks.net/wp-content/uploads/2009/08/screenlets_sample.png" alt="Figure 1" width="320" height="317" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Figure 1 shows what screenlets can look like on your desktop. Here you can see:</p>
<ul>
<li>Clear RSS</li>
<li>Weather.com weather applet</li>
<li><a href="http://www.ghacks.net/2009/02/09/gmail-90-tools-and-tips-to-make-you-a-gmail-pro/">Gmail</a> notification</li>
<li>Applications menu</li>
<li>Digital clock</li>
</ul>
<p>In order to install any of these you first have to open up the Screenlets Manager tool. This tool can be opened two different ways. The first is to use the menu entry which is found in the Preferences sub-menu of the System menu in GNOME. The second method of opening the manager is from the System Tray icon (see Figure 2 &#8211; fourth icon from the left). To open it from the icon you must double-click the icon. If you do not see this icon in the System Tray you will need to enable it from the Screenlet Manager by checking the &#8220;Show daemon in try&#8221; option.</p>
<div id="attachment_15832" class="wp-caption alignright" style="width: 234px"><a rel="attachment wp-att-15832" href="http://www.ghacks.net/2009/08/29/add-screenlets-to-make-your-linux-desktop-more-useful/screenlet_icon/"><img class="size-full wp-image-15832 " src="http://www.ghacks.net/wp-content/uploads/2009/08/screenlet_icon.png" alt="Figure 2" width="224" height="19" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>The Screenlet Manager is where you</p>
<div id="attachment_15833" class="wp-caption alignleft" style="width: 499px"><a rel="attachment wp-att-15833" href="http://www.ghacks.net/2009/08/29/add-screenlets-to-make-your-linux-desktop-more-useful/screenlet_manager/"><img class="size-full wp-image-15833 " src="http://www.ghacks.net/wp-content/uploads/2009/08/screenlet_manager.png" alt="Figure 3" width="489" height="308" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>take care of addling screenlets to your desktop, getting new screenlets, and more (see Figure 3). To add a screenlet to your desktop scroll through the list of available screenlets, select a screenlet and click the Launch/Add button. You can also just double-click the screen let you want to add.</p>
<p>In some cases the screenlet will open almost off the screen. If this happens just click and drag the screenlet where you want it.</p>
<p><strong>Configuring your screenlets</strong></p>
<p>If you right click the screenlet you will see a number of options. Each screenlet will have unique entries in the right-click menu. But most all screenlets will have a Preferences. This Preferences entry is where you can get to the the options for that screenlet. I won&#8217;t go into the various options because they will differ from screenlet to screenlet.</p>
<p>I will mention the layring of the screenlets. There are basically three options for layering. These options are found in the Window sub-menu and they are:</p>
<p>Keep above: This will ensure the screenlet is always in front of your windows.</p>
<p>Keep below: This will ensure the screenlet is always behind your windows.</p>
<p>Widget: This is the option you want to choose to make a screenlet part of the &#8220;Dashboard&#8221; effect.</p>
<p><strong>Dashboard effect</strong></p>
<div id="attachment_15836" class="wp-caption alignright" style="width: 471px"><a rel="attachment wp-att-15836" href="http://www.ghacks.net/2009/08/29/add-screenlets-to-make-your-linux-desktop-more-useful/screenlets_widget_layer/"><img class="size-full wp-image-15836  " src="http://www.ghacks.net/wp-content/uploads/2009/08/screenlets_widget_layer.png" alt="Figure 4" width="461" height="288" /></a><p class="wp-caption-text">Figure 4</p></div>
<p>If you&#8217;ve used OS X you know if you hit F9 your windows disappear and all of your widgets appear. You can have this same effect with the help of Screenlets and Compiz. To do this set all of your screenlets layering to Widget and then open up the Compiz Settings Manger. Within the CSM you need to enable the Widget Layer feature. Once you have enabled this feature you can hit F9 and all windows will fade and the screenlets will appear. When the widgets are not visible they will be completely invisible. You can also assign only certain screenlets so that only those assigned to the Widget layer will appear when F9 is hit (see Figure 4).</p>
<p>You can adjust the darkness of the background layer within the CSM. In order to get your desktop back just click on the desktop and your widget layer will disappear again.</p>
<p><strong>Final thoughts</strong></p>
<p>Screenlets is an outstanding application that brings new functionality to the Linux desktop. It&#8217;s very easy to install and use and the added functionality it brings is well worth the time spent.</p>

	Tags: <a href="http://www.ghacks.net/tag/compiz/" title="Compiz" rel="tag">Compiz</a>, <a href="http://www.ghacks.net/tag/dashboad/" title="dashboad" rel="tag">dashboad</a>, <a href="http://www.ghacks.net/tag/screenlets/" title="screenlets" rel="tag">screenlets</a>, <a href="http://www.ghacks.net/tag/widgets/" title="widgets" rel="tag">widgets</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/widgets-for-linux-gdesklets/" title="Widgets for Linux: gDesklets (December 6, 2006)">Widgets for Linux: gDesklets</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/08/31/widgetize-you-website-with-yourminis/" title="Widgetize you website with Yourminis (August 31, 2007)">Widgetize you website with Yourminis</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/02/29/pimp-up-your-desktop-with-avedesk/" title="Pimp up your desktop with Avedesk (February 29, 2008)">Pimp up your desktop with Avedesk</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/29/add-screenlets-to-make-your-linux-desktop-more-useful/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get some serious transparency in GNOME and Compiz</title>
		<link>http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/</link>
		<comments>http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:35:01 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[emerald]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[transparent panels]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15607</guid>
		<description><![CDATA[As I have said repeated, I like eye candy. One of the aspects of eye candy I like more than any other is transparency. With the right Linux desktop there is almost no limit on how you can configure the look and feel of your desktop. And that means you can  have as transparent a [...]]]></description>
			<content:encoded><![CDATA[<p>As I have said repeated, I like eye candy. One of the aspects of eye candy I like more than any other is transparency. With the right Linux desktop there is almost no limit on how you can configure the look and feel of your desktop. And that means you can  have as transparent a desktop as you like.</p>
<p>To really push the limits of transparency you will need to have Compiz working. For more information on Compiz check out my articles: &#8220;<a title="Compiz cube" href="http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/" target="_blank">Enabling the Cube in Compiz</a>&#8221; and &#8220;<a title="Compiz Cube appearance" href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/" target="_blank">Configuring the appearance of the Compiz Cube</a>&#8220;. You might also want to check out my article &#8220;<a title="Emerald" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/" target="_blank">Add Emerald for slick window decorations</a>&#8221; to get the full effect of transparent titlebars and window decorations. As well you can check out my article &#8220;<a title="Avant" href="http://www.ghacks.net/2009/08/12/avant-window-navigator-os-x-dock-on-linux-desktop/" target="_blank">Avant Window Navigator: OS X-like dock on Linux desktop</a>&#8221; if you&#8217;re wanting to mimic my personal desktop.</p>
<p><span id="more-15607"></span></p>
<p><strong>The big picture</strong></p>
<div id="attachment_15615" class="wp-caption alignleft" style="width: 471px"><a rel="attachment wp-att-15615" href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/transparent_screenshot-2/"><img class="size-full wp-image-15615  " src="http://www.ghacks.net/wp-content/uploads/2009/08/transparent_screenshot1.png" alt="Figure 1" width="461" height="288" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>I thought I would start out by showing you the desktop I am working with so you can decide if this is something you want to achieve. Figure 1 shows the end result of the configurations (Click on the image to see the full-size version).</p>
<p><strong>The tools to will use</strong></p>
<p>In order to get the transparency you see in the image the following configuration tools will be used:</p>
<p>Compiz Settings</p>
<p>Panel properties</p>
<p>The following themes will be used:</p>
<p>GNOME: Dust Sand</p>
<p>Avant Window Navigator: <a title="AWN themes" href="http://wiki.awn-project.org/index.php?title=Themes" target="_blank">Glass 3D</a></p>
<p>Emerald: <a title="Gabriel" href="http://www.compiz-themes.org/content/show.php/Gabriel?content=102833" target="_blank">Gabriel</a></p>
<p>Wallpaper: <a title="Wallpaper" href="http://images.google.com/imgres?imgurl=http://awesomewallpapers.files.wordpress.com/2009/06/ubuntu-black-1440x900.jpg&amp;imgrefurl=http://awesomewallpapers.wordpress.com/2009/06/19/ubuntu-wallpaper-set-4/&amp;usg=__JofrDnswpVSouQ0_KLuxw7agfGY=&amp;h=900&amp;w=1440&amp;sz=324&amp;hl=en&amp;start=293&amp;um=1&amp;tbnid=SYOayw17O1jkaM:&amp;tbnh=94&amp;tbnw=150&amp;prev=/images%3Fq%3Dubuntu%2Bwallpaper%26ndsp%3D20%26hl%3Den%26client%3Dfirefox-a%26rls%3Dorg.mozilla:en-US:official%26sa%3DN%26start%3D280%26um%3D1" target="_blank">Awesome Wallpapers Ubuntu Charcoal</a></p>
<p>I am going to assume you know how to install the various themes and wallpaper used, so I won&#8217;t go over those topics.</p>
<p><strong>Configurations</strong></p>
<div id="attachment_15616" class="wp-caption alignright" style="width: 173px"><a rel="attachment wp-att-15616" href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/panel_properties-2/"><img class="size-full wp-image-15616 " src="http://www.ghacks.net/wp-content/uploads/2009/08/panel_properties.png" alt="Figure 2" width="163" height="214" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>The first thing to take care of happens to be the easiest &#8211; the GNOME panel. You will notice I removed the bottom panel on my desktop and replaced it with the Avant Window Navigator. So the only GNOME panel to deal with is the upper panel. To set the transparency on this right click an empty spot in the panel and select &#8220;Properties&#8221;. When the Properties window opens (see Figure 2) click on the &#8220;Background&#8221; tab and do the following:</p>
<ul>
<li>Check the Solid Color radio button.</li>
<li>Slide the Style bar to the left until it is as transparent as you like.</li>
<li>Click Close.</li>
</ul>
<p>Your panel should now be transparent.</p>
<p><strong>Compiz</strong></p>
<div id="attachment_15617" class="wp-caption alignleft" style="width: 453px"><a rel="attachment wp-att-15617" href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/ccsm-2/"><img class="size-full wp-image-15617 " src="http://www.ghacks.net/wp-content/uploads/2009/08/ccsm.png" alt="Figure 3" width="443" height="316" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>Now that your panel is transparent you don&#8217;t want to ruin the over all look by having solid menus and/or drop downs. So let&#8217;s take care of these pieces.  The first thing to do is open up the Compiz Settings tool. You will find this in the Preferences sub-menu of the System menu.  When the settings window is open you will want to click on the Opacity Brightness and Saturation section (see Figure 3).</p>
<p>What you need to do is add new Window specific settings. When you click the New button a small window will open where you add the type of &#8220;window&#8221; you want to set transparency for. When the window opens you want to add the following line to get Menus, Drop down windows, and popups set for transparency:</p>
<p><code>(type=Menu) || (type=PopupMenu) || (type=DropDownMenu)</code></p>
<p>Once you have that entered, set the transparency level to 67 (to match what you see in this article) or to whatever level you desire.</p>
<p>And that&#8217;s it. You should now have full-on transparency on your desktop.</p>
<p><strong>Final thoughts</strong></p>
<p>Of course you can take this farther. You can even set application windows as transparent as you like. The only problem with that is you need to be able to clearly see your work.</p>

	Tags: <a href="http://www.ghacks.net/tag/compiz/" title="Compiz" rel="tag">Compiz</a>, <a href="http://www.ghacks.net/tag/emerald/" title="emerald" rel="tag">emerald</a>, <a href="http://www.ghacks.net/tag/gnome/" title="GNOME" rel="tag">GNOME</a>, <a href="http://www.ghacks.net/tag/menus/" title="menus" rel="tag">menus</a>, <a href="http://www.ghacks.net/tag/transparent-panels/" title="transparent panels" rel="tag">transparent panels</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/" title="Configuring the appearance of the Compiz Cube (July 30, 2009)">Configuring the appearance of the Compiz Cube</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/" title="Add Emerald for slick window decorations (August 18, 2009)">Add Emerald for slick window decorations</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/06/22/the-different-ways-to-execute-a-linux-application/" title="The different ways to execute a Linux application (June 22, 2009)">The different ways to execute a Linux application</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/03/simple-gnome-note-taking-with-tomboy/" title="Simple GNOME Note Taking with Tomboy (April 3, 2009)">Simple GNOME Note Taking with Tomboy</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/15/quick-archiving-in-gnome/" title="Quick Archiving in GNOME (February 15, 2009)">Quick Archiving in GNOME</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add Emerald for slick window decorations</title>
		<link>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/</link>
		<comments>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 21:47:20 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[emerald]]></category>
		<category><![CDATA[startup applications]]></category>
		<category><![CDATA[transparent windows]]></category>
		<category><![CDATA[window decorator]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=15501</guid>
		<description><![CDATA[I am a fan of eye candy. I have been for a long time. And, thankfully, Linux does eye candy better than any other operating system. Windows Aero? Linux has been doing that for year. Transparency? Linux has had that for years. And with Linux there are so many ways to add eye candy to [...]]]></description>
			<content:encoded><![CDATA[<p>I am a fan of eye candy. I have been for a long time. And, thankfully, Linux does eye candy better than any other operating system. Windows Aero? Linux has been doing that for year. Transparency? Linux has had that for years. And with Linux there are so many ways to add eye candy to your desktop.</p>
<p>One of those ways is using the Compiz &#8220;3D&#8221; desktop. But using Compiz is not enough for me. I want my windows decorated far more than the average window manager can handle. That&#8217;s where Emerald comes in. Emerald is a window decorator that usually ships with Compiz but does not always include everything you need. And in some instances, Compiz doesn&#8217;t include Emerald. That&#8217;s an easiest enough problem to figure out and solve.</p>
<p><span id="more-15501"></span><strong>What is Emerald?</strong></p>
<p>As stated earlier, Emerald is a theme-able window decorator. But Emerald takes window decorating one step further by also allowing for full-composite window decorations. By adding composite to the decoration Emerald can include such features as transparency and drop shadow. And Emerald does this without taking any more of a hit on your resources than a normal window manager. That is, assuming you have the hardware that supports compositing. The main issue is that your graphics chip must support 3D/Direct Rendering. If your hardware can support that, your hardware will work with Emerald. You will also need to have Compiz installed (this article will assume you have Compiz up and running).</p>
<p><strong>Getting and installing</strong></p>
<p>The good news is that Emerald will be in your repository. Here are the steps to install Emerald:</p>
<ul>
<li>Open up your Add/Remove Software utility.</li>
<li>Do a search for &#8220;emerald&#8221; (no quotes)</li>
<li>Mark Emerald for installation.</li>
<li>Click Apply to install.</li>
</ul>
<p>Now, the bad news is that Emerald will only install with one theme. You will have to find new themes on line. There are plenty of places to find Emerald themes. The best location I have found is the <a title="Compiz Community" href="http://www.compiz-themes.org/index.php?xcontentmode=103" target="_blank">Compiz Community</a>. Search through those themes and download the ones you like. Download those files to a single directory (let&#8217;s say<strong> ~/THEMES</strong>) We&#8217;ll talk about adding them in a moment.</p>
<p><strong>Running Emerald</strong></p>
<p>In order to start Emerald you have to run it such that it will replace your current window decorator. To do this open up the Run Command dialog (in GNOME you&#8217;ll hit &lt;Alt&gt;F2) and enter the command:</p>
<p><em>emerald &#8211;replace</em></p>
<p>You will immediately see your window decorations change. The default theme is a transparent red-ish theme.</p>
<div id="attachment_15503" class="wp-caption alignleft" style="width: 516px"><a rel="attachment wp-att-15503" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/emerald_theme_manager/"><img class="size-full wp-image-15503" src="http://www.ghacks.net/wp-content/uploads/2009/08/emerald_theme_manager.png" alt="Figure 1" width="506" height="368" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Now you will want to open up the theme manager. You will find the Emerald Theme manager in the Preferences sub-menu of the System menu. When the theme manager opens (see Figure 1) you will see no themes listed. In Figure 1 you can see a theme (<a title="Overglass theme" href="http://www.compiz-themes.org/content/show.php/Overglass+Mod?content=110062&amp;PHPSESSID=c984e665640d52c5e35ae449a4d2f2dc" target="_blank">Overglass</a>) which has been added. All themes you have added to Emerald will be listed here.</p>
<p><strong>Adding themes</strong></p>
<p>The themes you download will be in .emerald format. All you need to do to add a theme is click on the Import button, navigate to the theme you want to add and click OK. The theme will change to the new theme, you actually have to select that new theme for it to take affect. To switch to the newly added them just select the theme from the listing in the Themes tab of the manager.</p>
<p><strong>Start Emerald at login</strong></p>
<p>One issue you will find is that Emerald doesn&#8217;t automatically start at login. Without setting it up to automatically start, you will have to start it via command line every time you log into your account. Fortunately you can set this up easily. To do so you open up the Startup Applications Preferences. Locate this tool in the Preferences sub-menu of the System menu.</p>
<div id="attachment_15509" class="wp-caption alignright" style="width: 323px"><a rel="attachment wp-att-15509" href="http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/startup/"><img class="size-full wp-image-15509" src="http://www.ghacks.net/wp-content/uploads/2009/08/startup.png" alt="Figure 2" width="313" height="250" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>When it opens up you will see a simple window with two tabs and a few buttons. Click on the Add button to open up the Add Startup Program window (see Figure 2). You can see, in Figure 2, the details you need to add for this to work. Once you have added the information click the Add button and then click the Close button.</p>
<p>Now the next time you log in to your desktop Emerald will be your window decorator.</p>
<p><strong>Final thoughts</strong></p>
<p>Of all the window decorators out there you will find Emerald to be the best of the best. Not only does it offer numerous attractive themes, it won&#8217;t take as much of a hit on your performance as you might think it would. Give Emerald a try and you will see just how far the desktop can go.</p>

	Tags: <a href="http://www.ghacks.net/tag/compiz/" title="Compiz" rel="tag">Compiz</a>, <a href="http://www.ghacks.net/tag/emerald/" title="emerald" rel="tag">emerald</a>, <a href="http://www.ghacks.net/tag/startup-applications/" title="startup applications" rel="tag">startup applications</a>, <a href="http://www.ghacks.net/tag/transparent-windows/" title="transparent windows" rel="tag">transparent windows</a>, <a href="http://www.ghacks.net/tag/window-decorator/" title="window decorator" rel="tag">window decorator</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/" title="Get some serious transparency in GNOME and Compiz (August 22, 2009)">Get some serious transparency in GNOME and Compiz</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/09/01/transparent-windows-with-tophaz/" title="Transparent Windows With Tophaz (September 1, 2008)">Transparent Windows With Tophaz</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/" title="Enabling the Cube in Compiz (May 25, 2009)">Enabling the Cube in Compiz</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/20/ecomorph-e17-coolest-desktop-ever/" title="Ecomorph + E17 = Coolest Desktop Ever! (February 20, 2009)">Ecomorph + E17 = Coolest Desktop Ever!</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/" title="Configuring the appearance of the Compiz Cube (July 30, 2009)">Configuring the appearance of the Compiz Cube</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/08/18/add-emerald-for-slick-window-decorations/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Configuring the appearance of the Compiz Cube</title>
		<link>http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/</link>
		<comments>http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 18:15:19 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[3d desktop]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[compiz cube]]></category>
		<category><![CDATA[compiz rotate cube]]></category>
		<category><![CDATA[GNOME]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14908</guid>
		<description><![CDATA[A while ago I covered &#8220;Enabling the Cube in Compiz&#8221; where I illustrated how simple it was to get the Cube working in the Compiz 3D desktop. That article did not go on to explain just how to configure the Cube once it is up and running. Normally such topics as configuring the appearance of [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I covered &#8220;<a title="Enabling the Cube in Compiz" href="http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/" target="_blank">Enabling the Cube in Compiz</a>&#8221; where I illustrated how simple it was to get the Cube working in the Compiz 3D desktop. That article did not go on to explain just how to configure the Cube once it is up and running. Normally such topics as configuring the appearance of the desktop is too simple for a tutorial. For the Compiz Cube, however, it helps to know what you are configuring before you try to configuring. Knowing what the &#8220;Skydome&#8221; is or the &#8220;Cube caps&#8221; are will go a long way to help you avoid frustration.</p>
<p>In this article I am going to show you how to configure:</p>
<ul>
<li>Skydome: The background image shown when your cube zooms out.</li>
<li>Cube caps: The images on the top and bottom of your cube.</li>
<li>Deformation and Reflection: Is your cube a sphere or a cylinder? Do you have a reflection of your cube or not?</li>
</ul>
<p>When you have these options configured, you will have a seriously cool desktop.</p>
<p><span id="more-14908"></span><strong>Skydome and Cube caps</strong></p>
<div id="attachment_14910" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-14910" href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/compiz_cube/"><img class="size-medium wp-image-14910 " src="http://www.ghacks.net/wp-content/uploads/2009/07/compiz_cube-500x292.png" alt="Figure 1" width="300" height="175" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>To begin your configuration you need to open up the CompizConfig Settings Manager. If you are using GNOME you will see this in the Preferences sub menu of the System menu. Once this opens click on the Desktop Cube entry. In this configuration you want to click on the Appearance tab (see Figure 1).</p>
<p>The first thing you need to do is make sure the Enable Desktop Cube is checked. With that out of the way take a look at the Appearance tab. You will see both Cube Caps and Skydome here. Oddly enough, you will only configure the Skydome here.</p>
<p>To configure your Skydome first click the check box to enable the Skydome. Now click on the folder icon to the right of the Skydome text area. This is where you will locate the image for your Skydome. You can use either .jpg or .png files for this.</p>
<p>Once you have this complete click the Back button at the bottom left.</p>
<p>Now if you want to better see your Skydome click on the Rotate Cube configuration and then adjust the Zoom option. The Zoom option zooms out of the Cube so as you rotate the Cube it is smaller. I keep mine at .6525. Click the Back button when you are done.</p>
<div id="attachment_14911" class="wp-caption alignright" style="width: 310px"><a rel="attachment wp-att-14911" href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/cube_caps/"><img class="size-medium wp-image-14911 " src="http://www.ghacks.net/wp-content/uploads/2009/07/cube_caps-500x292.png" alt="Figure 2" width="300" height="175" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Now to configure the Cube Caps. To do this click on the &#8220;Cube Reflection and Deformation&#8221; option. In this section expand the Appearance section of the Cube Caps section (see Figure 2). Here you will do the same thing you did with Skydome. Make sure you configure both the top and bottom Cube Caps.</p>
<p>Within this same section click on the Deformation tab. In this section click the Deformation drop down and select which type of Deformation you want. NOTE: The Sphere deformation does take a bit more resources than the Cylinder. If you have the power go for the Sphere, otherwise either None or the Cynlinder.</p>
<p>You can also enable Reflection which will reflect your cube either on the bottom or the top. To enable this click on the Reflection tab and then check the Enable box. After you have enabled it you can then customize it how ever you like.</p>
<p><strong>Results</strong></p>
<div id="attachment_14912" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-14912" href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/compiz_results/"><img class="size-medium wp-image-14912 " src="http://www.ghacks.net/wp-content/uploads/2009/07/compiz_results-500x312.png" alt="Figure 3" width="300" height="187" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>Figure 3 shows the results of these configurations. Obviously your results will vary depending upon what and how you configure these options.</p>
<p><strong>Final thoughts</strong></p>
<p>I am a big fan of Compiz. Although it doesn&#8217;t directly help you to be a better, more efficient worker, it will allow you to create an impressive working environment on your PC. Show off how powerful the Linux desktop can be by configuring the Compiz Cube.</p>
<p>UPDATE: Below are the images used in this tutorial:</p>
<div id="attachment_14933" class="wp-caption alignleft" style="width: 471px"><a rel="attachment wp-att-14933" href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/gnome-gnomegallery_1280x1024/"><img class="size-full wp-image-14933  " src="http://www.ghacks.net/wp-content/uploads/2009/07/GNOME-GnomeGallery_1280x1024.jpg" alt="Skydome image" width="461" height="368" /></a><p class="wp-caption-text">Skydome image</p></div>
<div id="attachment_14934" class="wp-caption alignleft" style="width: 471px"><a rel="attachment wp-att-14934" href="http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/wallpaperubuntu8/"><img class="size-full wp-image-14934  " src="http://www.ghacks.net/wp-content/uploads/2009/07/wallpaperubuntu8.jpg" alt="Wallpaper image" width="461" height="288" /></a><p class="wp-caption-text">Wallpaper image</p></div>

	Tags: <a href="http://www.ghacks.net/tag/3d-desktop/" title="3d desktop" rel="tag">3d desktop</a>, <a href="http://www.ghacks.net/tag/compiz/" title="Compiz" rel="tag">Compiz</a>, <a href="http://www.ghacks.net/tag/compiz-cube/" title="compiz cube" rel="tag">compiz cube</a>, <a href="http://www.ghacks.net/tag/compiz-rotate-cube/" title="compiz rotate cube" rel="tag">compiz rotate cube</a>, <a href="http://www.ghacks.net/tag/gnome/" title="GNOME" rel="tag">GNOME</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/22/get-some-serious-transparency-in-gnome-and-compiz/" title="Get some serious transparency in GNOME and Compiz (August 22, 2009)">Get some serious transparency in GNOME and Compiz</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/04/09/windows-desktop-alternative-bumptop/" title="Windows Desktop Alternative BumpTop (April 9, 2009)">Windows Desktop Alternative BumpTop</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/03/simple-gnome-note-taking-with-tomboy/" title="Simple GNOME Note Taking with Tomboy (April 3, 2009)">Simple GNOME Note Taking with Tomboy</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/15/quick-archiving-in-gnome/" title="Quick Archiving in GNOME (February 15, 2009)">Quick Archiving in GNOME</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/07/16/omnipresent-search-interface-gnome-deskbar/" title="Omnipresent Search Interface GNOME Deskbar (July 16, 2009)">Omnipresent Search Interface GNOME Deskbar</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/30/configuring-the-appearance-of-the-compiz-cube/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Enabling the Cube in Compiz</title>
		<link>http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/</link>
		<comments>http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/#comments</comments>
		<pubDate>Mon, 25 May 2009 18:30:43 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Cube]]></category>
		<category><![CDATA[Rotate Cube]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/</guid>
		<description><![CDATA[If you&#8217;ve ever seen Compiz in action I&#8217;m sure you were impressed. If you don&#8217;t know what Compiz is, it&#8217;s a 3D composite window manager for the Linux operating system that really takes your desktop to a level no one had realized before.
And with more modern distributions, like Ubuntu 9.04, Compiz is installed by default. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ghacks.net/wp-content/uploads/2009/05/logo_compiz.png"><img class="alignleft size-full wp-image-13066" src="http://www.ghacks.net/wp-content/uploads/2009/05/logo_compiz.png" alt="logo_compiz" width="100" height="89" /></a>If you&#8217;ve ever seen Compiz in action I&#8217;m sure you were impressed. If you don&#8217;t know what Compiz is, it&#8217;s a 3D composite window manager for the Linux operating system that really takes your desktop to a level no one had realized before.</p>
<p>And with more modern distributions, like Ubuntu 9.04, Compiz is installed by default. So if your hardware can handle Compiz, you can easily enjoy these amazing effects. One of those effects is the Cube. The cube is a three dimensional way to view your virtual desktops in Linux. By default the Cube might be enabled, but you won&#8217;t find it&#8217;s full effects withot a bit of tweaking.</p>
<p><span id="more-13074"></span></p>
<div id="attachment_13067" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/cube_rotation.png"><img class="size-medium wp-image-13067" src="http://www.ghacks.net/wp-content/uploads/2009/05/cube_rotation-500x312.png" alt="Figure 1" width="300" height="187" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>If you take a look at Figure 1 you can see just what the Compiz cube is all about. As you can see, in this example, I have an 8 sided &#8220;cube&#8221; with zoom enabled and 3D windows. I have found if you are trying to win someone over to the Linux desktop &#8211; this setup will do the trick.</p>
<p>So how do you go about getting this nifty feature up and running? It&#8217;s easier than you&#8217;d think.</p>
<p><strong>Enable effects</strong></p>
<p>The first thing you have to do is enable the Custom effects in the Appearances window. To open this go to the GNOME System menu and click on Preferences. From within this submenu click on the Appearances entry which will open a new window. In this new window you will see 5 tabs, of which one is Visual Effects. Click on this tab and then click on the Extra radio button. &#8220;Extra&#8221; will enable all visual effects. You do not need this for basic Compiz, but you will for the more advanced features (such as the cube).</p>
<p><strong>Configuring compiz</strong></p>
<p>What needs to be opened is the CompizConfig Settings manager. If installed you will find this labeled as CompizConfig Settings Manager in the same place as you found the Appearances configuration window (System | Preferences). If you do not find this, you will need to install it.</p>
<p>In order to install the CompizConfig tool open up a terminal and issue the command:</p>
<p><em>sudo apt-get install ccsm</em></p>
<p>This wil install the tool you need. Now you can go back to the System menu and find the CompizConfig Settings Manager in the Preferences submenu.</p>
<div id="attachment_13070" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/ccsm.png"><img class="size-medium wp-image-13070" src="http://www.ghacks.net/wp-content/uploads/2009/05/ccsm-500x308.png" alt="Figure 2" width="300" height="185" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Figure 2 shows the CompizConfig tool. Scroll down until you can see the Cube entry. Click on that to reveal the Desktop Cube settings. In this section you will see a check box in the left panel allowing you to enable the Desktop Cube. Make sure that box is checked. You can then go through the settings and configure it to your desire.</p>
<p>But you&#8217;re not ready to see your cube in action just yet. There are still some other options to take care. Click the Back button at the bottom left corner of the window and then click on the Rotate Cube button. First make sure Enable Rotate Cube is checked. Now that Rotate Cube is enabled you will find, near the bottom of the Rotate Cube section, the Zoom drag bar. Set that at around .75 and then click Back.</p>
<p><strong>General Options</strong></p>
<p>In the main window click on General Options. This next setting really counts toward making your Desktop Cube work. Click on the Desktop Size tab and change the following settings:</p>
<ul>
<li>Horizontal Virtual Size: 8</li>
<li>Vertical Virtual Size: 2</li>
<li>Number of Desktops: 4</li>
</ul>
<p>After these are set you should be ready to go.</p>
<p><strong>Testing</strong></p>
<p>Click Ctrl-Alt-right arrow. Did your cube rotate to the right? If so it&#8217;s working. Now click Ctrl-Alt-Middle Mouse button. Did your cube zoom out? If so, you&#8217;re ready to rock.</p>
<div id="attachment_13073" class="wp-caption alignleft" style="width: 144px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/keybinding.png"><img class="size-full wp-image-13073" src="http://www.ghacks.net/wp-content/uploads/2009/05/keybinding.png" alt="Figure 3" width="134" height="262" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>If you are using a laptop you will have a bit of trouble zooming out. With the default keybindings you would have to click Ctrl-Alt-Button1-Button2 and then zoom in or out with the trackpad. Not an easy feat. To simplify this go back to the Rotate Cube section in CompizConfig. What you will want to do is edit the Initiate keybinding. I changed mine to Ctrl-Alt-Button1. To change this click on the button that shows the current keybinding for Initiate. When you click that the Keybinding window will appear (see Figure 3).</p>
<p>What you want to do is select the combination of buttons you want and the mouse button you want to add to this. When you have ade your choices click OK to finalize the configuration.</p>
<p>Zooming and rotating your Cube should now be much easier on your laptop.</p>
<p><strong>Final Thoughts</strong></p>
<p>The Compiz Cube effect is too good a feature to not make use of. And once you realize how easy it is to work with, you&#8217;ll start making minute changes so it perfectly suits your needs. You can add skycap images, reflections, and much more. You&#8217;ll soon wonder how you worked on a desktop before Compiz.</p>

	Tags: <a href="http://www.ghacks.net/tag/compiz/" title="Compiz" rel="tag">Compiz</a>, <a href="http://www.ghacks.net/tag/cube/" title="Cube" rel="tag">Cube</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/rotate-cube/" title="Rotate Cube" rel="tag">Rotate Cube</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/20/ecomorph-e17-coolest-desktop-ever/" title="Ecomorph + E17 = Coolest Desktop Ever! (February 20, 2009)">Ecomorph + E17 = Coolest Desktop Ever!</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/12/06/widgets-for-linux-gdesklets/" title="Widgets for Linux: gDesklets (December 6, 2006)">Widgets for Linux: gDesklets</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/25/enabling-the-cube-in-compiz/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ecomorph + E17 = Coolest Desktop Ever!</title>
		<link>http://www.ghacks.net/2009/02/20/ecomorph-e17-coolest-desktop-ever/</link>
		<comments>http://www.ghacks.net/2009/02/20/ecomorph-e17-coolest-desktop-ever/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 18:27:54 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Compiz]]></category>
		<category><![CDATA[Coolest Desktop]]></category>
		<category><![CDATA[E17]]></category>
		<category><![CDATA[Ecomorph]]></category>
		<category><![CDATA[Elive Compiz]]></category>
		<category><![CDATA[Enlightenment]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[unetbootin]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10677</guid>
		<description><![CDATA[If you&#8217;ve been reading me long enough you know I am a fan of Enlightenment. I&#8217;ve always loved the melding of a clean desktop and all of the eye candy you could want. But recently I came across something quite special. The developers of Elive have pushed the boundaries of the desktop beyond anything I [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been reading me long enough you know I am a fan of Enlightenment. I&#8217;ve always loved the melding of a clean desktop and all of the eye candy you could want. But recently I came across something quite special. The developers of <a title="Elive" href="http://www.elivecd.org" target="_blank">Elive</a> have pushed the boundaries of the desktop beyond anything I have seen before and created a special version of Compiz called Ecomorph. This union of desktops, currently dubbed <a title="Elive Compiz" href="http://www.elivecd.org/Download/e17-compiz" target="_blank">Elive Compiz</a>, offers the best of both worlds: The desktop elements of Enlightenment with the eye-popping eye candy of Compiz.</p>
<p>There are many reasons why you should give this distribution a try. One of the reasons is that even when using the Live CD you can get the full benefit of what this distribution is all about. Even using a three year old machine I didn&#8217;t feel like I was using a Live CD. It&#8217;s that well put together.</p>
<p><span id="more-10677"></span><strong>How Did They Do It?</strong></p>
<p>It&#8217;s been known for a while that Compiz and Enlightenment wouldn&#8217;t work together. The developers have been asked over and over to roll Compiz support into Enlightenment. It wasn&#8217;t until Elive developer Thanatermesis put in the necessary time to develop a special version of Ecomorph which consists of a special version of Compiz and a special version of E17 that are able to work together. As of now the developers claim this is nothing more than a &#8220;hack&#8221; and in pre-alpha stages. What I have seen, however, is pretty stable. That doesn&#8217;t mean you should be putting this version of Elive on your production machines. This version should be going on a machine that can be wiped clean whenever you choose. But you should definitely put it on something&#8230;it&#8217;s that cool.</p>
<p><strong>What It Contains</strong></p>
<p>Upon first glance of this distribution you would think you using E17 with maybe a few extra applets on the desktop. That is not the case. The minute you hit Ctrl-Alt with a left mouse click you will see that famous 3D cube brought to the desktop care of Compiz. A little more digging and you will find some rather interesting (and very alpha released) video applications as well as some spiffy configuration tools.</p>
<p>There was one effect with this desktop that really caught me by surprise. When you close a window the window folds into a paper airplane and flys away. Useful? Not really. Impressive? Very.</p>
<p><strong>Graphic Requirements</strong></p>
<p>Obviously this is one of the first questions you will have to ask. On the site they highly recommend an NVidia card. I ran the LiveCD on an NVidia 6800 GT and it was smooth as silk.</p>
<p><strong>Have a Look</strong></p>
<p>There is a great video on Youtube that shows off the Elive Compize release. Take a look <a title="Elive Demo Video" href="http://www.youtube.com/watch?gl=ES&amp;hl=es&amp;v=cH9WLrcsrx8" target="_blank">here</a>. In this video you will notice Elive Compiz running on an Eee PC. You can use the fantastic <a title="UNetBootin" href="http://unetbootin.sourceforge.net/" target="_blank">UNetBootin</a> tool to install Elive Compiz onto a USB drive and get it working on an Eee PC.</p>
<p><strong>Final Thoughts</strong></p>
<p>If you are looking for a Debian-based distribution that takes the PC desktop to heights you have never experienced, Elive Compize is the Live CD for you. Just remember, while this is in such early stages, to not run this on a production machine.</p>

	Tags: <a href="http://www.ghacks.net/tag/compiz/" title="Compiz" rel="tag">Compiz</a>, <a href="http://www.ghacks.net/tag/coolest-desktop/" title="Coolest Desktop" rel="tag">Coolest Desktop</a>, <a href="http://www.ghacks.net/tag/e17/" title="E17" rel="tag">E17</a>, <a href="http://www.ghacks.net/tag/ecomorph/" title="Ecomorph" rel="tag">Ecomorph</a>, <a href="http://www.ghacks.net/tag/elive-compiz/" title="Elive Compiz" rel="tag">Elive Compiz</a>, <a href="http://www.ghacks.net/tag/enlightenment/" title="Enlightenment" rel="tag">Enlightenment</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-desktop/" title="linux desktop" rel="tag">linux desktop</a>, <a href="http://www.ghacks.net/tag/unetbootin/" title="unetbootin" rel="tag">unetbootin</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/15/installing-and-configuring-enlightenment-e16/" title="Installing and Configuring Enlightenment E16 (December 15, 2008)">Installing and Configuring Enlightenment E16</a> (10)</li>
	<li><a href="http://www.ghacks.net/2009/05/14/get-to-know-linux-enlightenment-e17/" title="Get to know Linux: Enlightenment E17 (May 14, 2009)">Get to know Linux: Enlightenment E17</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/05/11/add-transparent-windows-with-transset/" title="Add transparent windows with transset (May 11, 2009)">Add transparent windows with transset</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/15/manage-your-e17-menus/" title="Manage your E17 menus (August 15, 2009)">Manage your E17 menus</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/12/31/make-kde-4-more-user-friendly-by-changing-window-behavior/" title="Make KDE 4 More User-Friendly by Changing Window Behavior (December 31, 2008)">Make KDE 4 More User-Friendly by Changing Window Behavior</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/20/ecomorph-e17-coolest-desktop-ever/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
