<?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; linux desktop</title>
	<atom:link href="http://www.ghacks.net/tag/linux-desktop/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>Tue, 24 Nov 2009 19:38:59 +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>Installing KDE 4.3.2 on Ubuntu</title>
		<link>http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/</link>
		<comments>http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 01:06:56 +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[desktop manager]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=18507</guid>
		<description><![CDATA[KDE is not a desktop that should be overlooked. Not only did it completely redefine itself upon the launch of 4.x, it has added features that have made it unique in the land of desktops. But because KDE completely re-invented itself at version 4 it&#8217;s almost as if you have to consider this a completely [...]]]></description>
			<content:encoded><![CDATA[<p>KDE is not a desktop that should be overlooked. Not only did it completely redefine itself upon the launch of 4.x, it has added features that have made it unique in the land of desktops. But because KDE completely re-invented itself at version 4 it&#8217;s almost as if you have to consider this a completely new desktop. That should explain the landslide of problems that surrounded the Linux desktop until some of the more recent releases fixed many of the major issues. And although not as slick and clean as the latest releases of GNOME, KDE 4.3.2 has made plenty of strides forward to once again became an outstanding desktop environment for the Linux operating system.</p>
<p>The only problem you will find is that some of the many distributions do not ship with KDE installed. If you want KDE on these distributions you must install it. In this article I am going to walk you through the steps for installing the latest KDE on a Ubuntu system. Now you may be saying to yourself: &#8220;Why don&#8217;t I just install <a title="Kubuntu" href="http://www.kubuntu.org/" target="_blank">Kubuntu</a> and be done with it? That&#8217;s a good question. The answer? Most new users have no idea that Kubuntu even exists and will have already installed the GNOME-based Ubuntu. For those people who already have their Linux running, they might want to give the KDE desktop a try as well. That is where tutorials like this come in handy. And of course, once we get KDE installed, we will also take it one step further and install support for Compiz so you can have your 3D effects just like you can on GNOME.</p>
<p><span id="more-18507"></span><strong>Installation</strong></p>
<p>Unfortunately you can&#8217;t just open up the Ubuntu Software Center, do a search for KDE, and install. You will have to add repositories to you <strong>/etc/apt/sources.list </strong>file before you can run the installation command. Fortunately, this is as simple as issuing a few commands.</p>
<p>The first two commands you need to issue will add the proper repositories to your <strong>sources.list </strong>file. With the help of these commands you will not need to open that file up in an editor, as they will simply add the necessary lines for you. So open up a terminal window and issue these two commands (NOTE: Each command is one line long so just copy and paste each command, one at a time, into your terminal. After you copy one command hit enter and then copy paste the next command.):</p>
<p><code>sudo sh -c "echo 'deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu jaunty main' &gt;&gt; /etc/apt/sources.list"</code></p>
<p>and:</p>
<p><code>sudo sh -c "echo 'deb http://ppa.launchpad.net/kubuntu-ppa/staging/ubuntu jaunty main' &gt;&gt; /etc/apt/sources.list"</code></p>
<p>Now that you have the necessary lines you will need to add the correct GPG key with this command:</p>
<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8AC93F7A</code></p>
<p>Finally, for the installation, issue the command:</p>
<p><code>sudo aptitude install kubuntu-desktop</code></p>
<p>This will require a fairly hefty download, so give this some time.  During the installation you will have to do one bit of configuration which is to choose your graphical login manager. I would suggest sticking with the GNOME login manager GDM.</p>
<p><strong>Compiz support</strong></p>
<p>Now it&#8217;s time to build in some Compiz support. You will find, after you install KDE that, no matter how you configure it, KDE will not work with Compiz &#8211; even if Compiz is working perfectly with GNOME. That is because you have to add KDE Compiz support. To do this issue the command:</p>
<p><em>sudo apt-get install compiz-kde</em></p>
<p>Once that installation has completed you will then need to open the Compiz Configuration Settings Manager (use the command <em>ccsm</em>) and then, under the General category, check the KDE Compatibility check box. You should now be good to go with both KDE and Compiz.</p>
<p><strong>Final thoughts</strong></p>
<p>Do not judge KDE 4.x on previous releases. You owe it to yourself and to the developers of KDE to give the 4.3 release a try. Once you do I think you will see it has matured quite a bit over the last year. And now, with the help of this tutorial, you can do just that.</p>

	Tags: <a href="http://www.ghacks.net/tag/desktop-manager/" title="desktop manager" rel="tag">desktop manager</a>, <a href="http://www.ghacks.net/tag/kde/" title="KDE" rel="tag">KDE</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/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/12/08/choosing-the-right-distributio-will-ease-your-migration/" title="Choosing the right distribution will ease your migration (December 8, 2008)">Choosing the right distribution will ease your migration</a> (19)</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/20/why-you-should-switch-your-parents-pc-to-ubuntu/" title="Why you should switch your parents pc to ubuntu (December 20, 2006)">Why you should switch your parents pc to ubuntu</a> (20)</li>
	<li><a href="http://www.ghacks.net/2009/04/02/which-ubuntu-derivative-is-right-for-you/" title="Which Ubuntu Derivative Is Right For You? (April 2, 2009)">Which Ubuntu Derivative Is Right For You?</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/10/06/what-makes-ubuntu-so-user-friendly/" title="What makes Ubuntu so user friendly? (October 6, 2009)">What makes Ubuntu so user friendly?</a> (47)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Customizing your Avant Window Navigator dock</title>
		<link>http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/</link>
		<comments>http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:55:18 +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[Avant Window Navigator]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[dock]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[task bar]]></category>
		<category><![CDATA[Window Manager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=16102</guid>
		<description><![CDATA[In my first post that showcased the Avant Window Navigator (&#8221;Avant Window Navigator: OSX-like dock on Linux desktop&#8220;) I showed you how to install this spiffy dock on your Linux desktop. Of course that article just barely scrathed the surface by showing how to install Avant and add launchers. This time around, however, we will [...]]]></description>
			<content:encoded><![CDATA[<p>In my first post that showcased the Avant Window Navigator (&#8221;<a title="Avant Window Navigator" href="http://www.ghacks.net/2009/08/12/avant-window-navigator-os-x-dock-on-linux-desktop/" target="_blank">Avant Window Navigator: OSX-like dock on Linux desktop</a>&#8220;) I showed you how to install this spiffy dock on your Linux desktop. Of course that article just barely scrathed the surface by showing how to install Avant and add launchers. This time around, however, we will do a little customizing with themes and fonts.</p>
<p>In the period since my first article about Avant I have become quite fond of this dock. Not only is it a handy means to launch applications (or have various applets reside), it is also quite aesthetically pleasing. And for those of us who demand more from the look and feel of their desktop, this little tool is a real gift. But out of the box it is fairly pedestrian. Of course we do not want pedestrian, we want something that will make others say &#8220;I want that desktop!&#8221; And with that in mind, let&#8217;s get to the goods.</p>
<p><span id="more-16102"></span><strong>Theming Avant</strong></p>
<p>The first step in customizing Avant is to install and assign a good theme. But where to get those themes. There are a couple of locations for themes:</p>
<p><a title="AWN Wiki" href="http://wiki.awn-project.org/index.php?title=Themes" target="_blank">AWN Wiki</a></p>
<p><a title="AWN Theme Pack" href="http://www.queervisions.com/img/awn/themes.tar.gz" target="_self">QV AWN Theme pack</a></p>
<p>Hopefully more theme sites will pop up for AWN. Until then, the above themes should tied you over.</p>
<p>Now how do you install these themes? Simple. What you will most likely download is a tarball file in tgz format. You do not need to unpack that file UNLESS you download the entire theme pack. If you download the pack you will have to unpack the main tarball which will result in a newly created directory, <strong>themes</strong>. Within that new directory you will see approximately sixteen files all ending in .tgz. These are also tarball files, but you do not want to unpack them. These files will be what you install for a new theme.</p>
<div id="attachment_16103" class="wp-caption alignleft" style="width: 602px"><a rel="attachment wp-att-16103" href="http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/awn_icons/"><img class="size-full wp-image-16103" src="http://www.ghacks.net/wp-content/uploads/2009/09/awn_icons.png" alt="Figure 1" width="592" height="56" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>In order to install a new theme open up AWN Manager click the icon that is shown second from the left side in Figure 1.  When you click on that icon the AWN Manager will open. To add themes click on the Theme &#8220;tab&#8221; to see where your themes are located (see Figure 2). Most likely your default installation will only have the Default theme included.</p>
<div id="attachment_16105" class="wp-caption alignright" style="width: 250px"><a rel="attachment wp-att-16105" href="http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/awn_themes-2/"><img class="size-full wp-image-16105" src="http://www.ghacks.net/wp-content/uploads/2009/09/awn_themes1.png" alt="Figure 2" width="240" height="194" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>To install a new theme click on the Add button, navigate to where you have your theme files, select your theme, and click Open. This will install your them, but not apply the theme.  In order use your theme select the newly installed theme from the list and click Apply. Your theme will now automatically apply to your desktop.</p>
<p>If you look back up at Figure 1 you will see the Glass 3D theme is, in effect, a 3D-like theme. When you first apply this theme you might very well find the bar to not be 3D, but instead be a flat appearance. To change this you need to go back to the AWN</p>
<div id="attachment_16106" class="wp-caption alignleft" style="width: 250px"><a rel="attachment wp-att-16106" href="http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/awn_bar/"><img class="size-full wp-image-16106" src="http://www.ghacks.net/wp-content/uploads/2009/09/awn_bar.png" alt="Figure 3" width="240" height="195" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>Manager General &#8220;tab&#8221; and click the &#8220;Bar Appearance&#8221; tab. In this tab (see Figure 3) you can change the appearance of the bar from Flat Bar to 3D by selecting 3D from the Look drop down list.</p>
<p>From this same tab you can change a few other appearance configurations that can further customize your AWN dock.</p>
<p><strong>Fonts</strong></p>
<div id="attachment_16107" class="wp-caption alignright" style="width: 380px"><a rel="attachment wp-att-16107" href="http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/awn_prefont/"><img class="size-full wp-image-16107" src="http://www.ghacks.net/wp-content/uploads/2009/09/awn_prefont.png" alt="Figure 4" width="370" height="130" /></a><p class="wp-caption-text">Figure 4</p></div>
<p>Fonts can also make a big difference in the way your AWN looks. Although text usually only appears. Take a look at Figure 4. This image shows the default look of the mouse-over font for AWN icons.</p>
<p>As you can see there is a black rectangle behind the font which, for some (like myself) blows the overall look and feel of the desktop. I want to change this, and to do so I go to the AWN Manager, click on the Task Appearance tab under the General heading. In this tab I can</p>
<div id="attachment_16108" class="wp-caption alignleft" style="width: 398px"><a rel="attachment wp-att-16108" href="http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/awn_postfont/"><img class="size-full wp-image-16108" src="http://www.ghacks.net/wp-content/uploads/2009/09/awn_postfont.png" alt="Figure 5" width="388" height="154" /></a><p class="wp-caption-text">Figure 5</p></div>
<p>change the font use as well as make the background color transparent. To get rid of the background color click on the Background color selector and then drag the opacity bar all the way to the left. The final results are shown in Figure 5. The look is much cleaner now.</p>
<p><strong>Final thoughts</strong></p>
<p>Some people do not look at the computer desktop as a functioning work of art. Others, like myself, see the desktop in exactly this way. My desktop is constantly being tweaked and changed. Some of these tweaks are very minor but have a bit impact. With the help of the Avant Window Navigator I can keep tweaking that overall look and feel to perfection.</p>

	Tags: <a href="http://www.ghacks.net/tag/avant-window-navigator/" title="Avant Window Navigator" rel="tag">Avant Window Navigator</a>, <a href="http://www.ghacks.net/tag/bar/" title="bar" rel="tag">bar</a>, <a href="http://www.ghacks.net/tag/dock/" title="dock" rel="tag">dock</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/task-bar/" title="task bar" rel="tag">task bar</a>, <a href="http://www.ghacks.net/tag/window-manager/" title="Window Manager" rel="tag">Window Manager</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/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>
	<li><a href="http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/" title="Installing KDE 4.3.2 on Ubuntu (November 15, 2009)">Installing KDE 4.3.2 on Ubuntu</a> (9)</li>
	<li><a href="http://www.ghacks.net/2006/09/10/how-to-add-my-computer-to-the-task-bar/" title="How to add My Computer to the Task Bar (September 10, 2006)">How to add My Computer to the Task Bar</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/12/22/ghacks-christmas-giveaway-winsnap-and-windowspace/" title="Ghacks Christmas Giveaway: WinSnap And WindowSpace (December 22, 2008)">Ghacks Christmas Giveaway: WinSnap And WindowSpace</a> (78)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/09/07/customizing-your-avant-window-navigator-dock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get To Know Linux: The GNOME Panel</title>
		<link>http://www.ghacks.net/2009/03/04/get-to-know-linux-the-gnome-panel/</link>
		<comments>http://www.ghacks.net/2009/03/04/get-to-know-linux-the-gnome-panel/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:46:10 +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[GNOME]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[panel]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10232</guid>
		<description><![CDATA[As far as PC desktops are concerned the Linux operating system runs the gamut of look and feel. But like most user-space applications, there are certain elements of the desktop that users expect. One of those elements is the panel. Most desktops have, in one form or another, a panel. Microsoft has the taskbar, OS [...]]]></description>
			<content:encoded><![CDATA[<p>As far as PC desktops are concerned the Linux operating system runs the gamut of look and feel. But like most user-space applications, there are certain elements of the desktop that users expect. One of those elements is the panel. Most desktops have, in one form or another, a panel. Microsoft has the taskbar, OS X has the Dock, Enlightenment has the Shelf, KDE has the Kicker, and GNOME has the panel. They all serve the same purpose and fundamentally they all work similarly.</p>
<p>In this article I will show you the bits and pieces that make up the GNOME panel. From there you will have a solid understanding of how to work with the GNOME panel.</p>
<p><span id="more-10232"></span><strong>&#8220;Start&#8221; Menu</strong></p>
<div id="attachment_10919" class="wp-caption alignleft" style="width: 257px"><a href="http://www.ghacks.net/wp-content/uploads/2009/03/menu.png"><img class="size-full wp-image-10919" src="http://www.ghacks.net/wp-content/uploads/2009/03/menu.png" alt="Applications Menu" width="247" height="217" /></a><p class="wp-caption-text">Applications Menu</p></div>
<p>You will notice, right away, that there is not just one Panel menu but three. This is done to keep the menu from getting out of hand and to keep it well organized.</p>
<p>The menu has been split into three smaller menus:</p>
<p><strong>Applications</strong>: This is where you can launch all of the user applications installed on your machine.</p>
<p><strong>Places</strong>: This menu contains shortcuts to removeable media as well as networked locations and Nautilus bookmarks. NOTE: Nautilus is the GNOME file manager.</p>
<p><strong>System</strong>: This menu contains desktop preference tools as well as administrative tools. From within this menu you can also log out of GNOME, lock the screen, and launch the &#8220;About GNOME&#8221; window.</p>
<p><strong>Launchers</strong></p>
<div id="attachment_10920" class="wp-caption alignright" style="width: 309px"><a href="http://www.ghacks.net/wp-content/uploads/2009/03/add_launcher.png"><img class="size-medium wp-image-10920" src="http://www.ghacks.net/wp-content/uploads/2009/03/add_launcher-499x457.png" alt="Add Application Launcher" width="299" height="274" /></a><p class="wp-caption-text">Add Application Launcher</p></div>
<p>The Launchers on the panel are small application icons that allow you to launch an application with a single click. You add new launchers by right clicking an empty space on the panel and selecting Add To Panel. A new window will open where you can select to add either an Application Launcher or a Custom Application Launcher. Choose to add an Application Launcher if the application in question is already within the GNOME Applications menu. If the application is not in the Applications menu you will select Custom Application Launcher.</p>
<p>You can move launchers around be right clicking the launcher and selecting Move. Once you have selected Move you just drag the launcher to where you want to move it. If the launcher is locked to the panel you will have to de-select that option from the right-click menu of the launcher.</p>
<p><strong>Winlist</strong></p>
<p><strong></strong></p>
<div id="attachment_10921" class="wp-caption alignleft" style="width: 310px"><strong><strong><a href="http://www.ghacks.net/wp-content/uploads/2009/03/winlist.png"><img class="size-medium wp-image-10921" src="http://www.ghacks.net/wp-content/uploads/2009/03/winlist-500x31.png" alt="Winlist" width="300" height="19" /></a></strong></strong><p class="wp-caption-text">Winlist</p></div>
<p><strong></strong>The Winlist is a simple Panel element that holds all of the minimized windows you have running. When you minimize a window you can get that window back by simply clicking on the Winlist entry for that window on the panel.</p>
<p><strong>Notification Area</strong></p>
<div id="attachment_10922" class="wp-caption alignright" style="width: 239px"><a href="http://www.ghacks.net/wp-content/uploads/2009/03/notifcation_area.png"><img class="size-full wp-image-10922" src="http://www.ghacks.net/wp-content/uploads/2009/03/notifcation_area.png" alt="Notification Area" width="229" height="29" /></a><p class="wp-caption-text">Notification Area</p></div>
<p>Most people call this the &#8220;system tray&#8221;. The true name of this feature is the Notification Area. The name is fitting because this area holds small applets that notify you of various actions or offer you information about your system or even the time. The Notification Area also lets you know when updates are available for your system.</p>
<p><strong>Panel Properties</strong></p>
<p><a href="http://www.ghacks.net/wp-content/uploads/2009/03/panel_properties1.png"><img class="size-full wp-image-10925" src="http://www.ghacks.net/wp-content/uploads/2009/03/panel_properties1.png" alt="Panel Properties" width="126" height="197" /></a></p>
<p>If you want to alter the look of your panel you can do so by right clicking the panel (in an empty spot) and selecting the Properties entry in the menu. Here you can configure the color, size, transparency, the autohide, and the location of your panel.</p>
<p><strong>Final Thoughts</strong></p>
<p>The GNOME Panel is one of the easiest desktop panels to use. You will find it very flexible, stable, and user-friendly.</p>

	Tags: <a href="http://www.ghacks.net/tag/gnome/" title="GNOME" rel="tag">GNOME</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/panel/" title="panel" rel="tag">panel</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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/03/12/manage-network-devices-in-fedora/" title="Manage Network Devices in Fedora (March 12, 2009)">Manage Network Devices in Fedora</a> (3)</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>
	<li><a href="http://www.ghacks.net/2009/01/29/leave-no-trace-in-kde-with-sweeper/" title="Leave No Trace in KDE with Sweeper (January 29, 2009)">Leave No Trace in KDE with Sweeper</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/04/get-to-know-linux-the-gnome-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get To Know Linux: Copy and Paste</title>
		<link>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/</link>
		<comments>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 22:25:39 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy paste]]></category>
		<category><![CDATA[Linux applications]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[linux terminal]]></category>
		<category><![CDATA[paste]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10862</guid>
		<description><![CDATA[It may sound like we&#8217;ve stepped back to Computers 101, but copy and pasting in Linux can sometimes be a bit different than it is in either Windows or Mac. The good news is that it is most often far easier to copy and paste in Linux than it is in any other operating system. [...]]]></description>
			<content:encoded><![CDATA[<p>It may sound like we&#8217;ve stepped back to Computers 101, but copy and pasting in Linux can sometimes be a bit different than it is in either Windows or Mac. The good news is that it is most often far easier to copy and paste in Linux than it is in any other operating system. How can such a basic function be any easier? Read on to find out.</p>
<p>The typical action of cutting and pasting does and should (in most cases) work across applications as well as into the command line. The trick is knowing either the key combinations or the correct mouse buttons. So whether your copying and pasting from one document to another, from document to email (or vice versa), or just about any application to any application Linux can copy and paste. Let&#8217;s find out just how.</p>
<p><span id="more-10862"></span></p>
<p><strong>The Mouse</strong></p>
<p>This is the big one that makes your copy/paste life very simple. With the Linux operating system there are three mouse buttons: 1, 2, 3. The left mouse button is button 1, the right mouse button is button 2, and the mouse wheel is button 3. If your mouse doesn&#8217;t have a mouse wheel then pressing both 1 and 2 together is the equivalent of button 3. Now that we have that out of the way I am going to show you a nice trick. Go to a document (OpenOffice, Abiword, or even compose an email). Highlight some text by clicking button 1 and dragging the mouse over the text you want to highlight (simple text selection). Once you have selected your text click your cursor in a blank area of the document and click button 3. What you should see is the selected text is pasted where you clicked with button 3. So the action of highlighting text with button 1 is <strong>copying</strong> and clicking with button 3 is <strong>pasting</strong>. How simple is that? This action also works from document to command line and vice versa.</p>
<p><strong>The Keyboard</strong></p>
<p>Naturally the standard keyboard key combinations will work for copying and pasting. There are a couple of exceptions. When copying within (or to and from) some terminal windows there are different key combinations to use. For example, in gnome-terminal instead of Ctrl-c and Ctrl-v (for copy and paste) you use Ctrl-shift-c and Ctrl-shift-v for copying and pasting. This can be changed within the profile editor in gnome-terminal (if you want this feature to echo the standard combination.) Be aware, however, that if you copy text by selecting via the left mouse you can not paste by using Ctrl-v. The Ctrl-v combination (or Ctrl-Shift-v combination) only works in conjunction with the Ctrl-c or Ctrl-Shift-c combinations.</p>
<p><strong>The Menu</strong></p>
<p>As you can imagine nearly every Linux GUI application has an Edit menu that includes the Copy/Paste entries. These work exactly as you would expect. These menu entries also work in conjunction with the Ctrl-c/v combinations, but not the button 1 highlight action (button 1 copy action only works with the button 3 paste action).</p>
<p><strong>Final Thoughts</strong></p>
<p>I will warn you that once you get used to the button1/3 copy/paste action you will find yourself attempting it in all other operating systems. This method of copy/paste is the easiest means of copying and pasting content bar none. It is nice, however, that the various Linux distributions include other means for those users who prefer the standard methods.</p>

	Tags: <a href="http://www.ghacks.net/tag/copy/" title="copy" rel="tag">copy</a>, <a href="http://www.ghacks.net/tag/copy-paste/" title="copy paste" rel="tag">copy paste</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/linux-applications/" title="Linux applications" rel="tag">Linux applications</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/linux-terminal/" title="linux terminal" rel="tag">linux terminal</a>, <a href="http://www.ghacks.net/tag/paste/" title="paste" rel="tag">paste</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<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>
	<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/2006/12/03/how-to-easily-dump-ps3-movies-and-games/" title="How to easily dump PS3 movies and games (December 3, 2006)">How to easily dump PS3 movies and games</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/12/21/getting-to-know-linux-installing-applications-in-unbuntu/" title="Getting to Know Linux: Installing applications in Ubuntu (December 21, 2008)">Getting to Know Linux: Installing applications in Ubuntu</a> (9)</li>
	<li><a href="http://www.ghacks.net/2009/03/04/get-to-know-linux-the-gnome-panel/" title="Get To Know Linux: The GNOME Panel (March 4, 2009)">Get To Know Linux: The GNOME Panel</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/feed/</wfw:commentRss>
		<slash:comments>5</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>
		<item>
		<title>Make KDE 4 More User-Friendly by Changing Window Behavior</title>
		<link>http://www.ghacks.net/2008/12/31/make-kde-4-more-user-friendly-by-changing-window-behavior/</link>
		<comments>http://www.ghacks.net/2008/12/31/make-kde-4-more-user-friendly-by-changing-window-behavior/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 02:40:16 +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[auto raise]]></category>
		<category><![CDATA[focus follows mouse]]></category>
		<category><![CDATA[KDE 4]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[window behavior]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9459</guid>
		<description><![CDATA[If you are using a distribution that now ships with KDE 4 you might notice the desktop is less than user-friendly. From the main menu to the panel, KDE 4 has a way to go before it fits the bill for every-day production use. But there are ways to make your KDE 4 desktop much [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using a distribution that now ships with KDE 4 you might notice the desktop is less than user-friendly. From the main menu to the panel, KDE 4 has a way to go before it fits the bill for every-day production use. But there are ways to make your KDE 4 desktop much better. Once portion of the desktop you can change for the better is the default window behaviour. These behaviors can be changed quickly in order to make KDE 4 much more user-friendly.</p>
<p><span id="more-9459"></span>The default behaviors we are going to change are:</p>
<ul>
<li>Focus</li>
<li>Auto-raise</li>
<li>Title Bar double click</li>
</ul>
<p>These behaviors are configured in the System Settings window. To get to the System Settings window go to the main menu and select System Settings in the Favorites tab. Once the System Settings window opens click on the Window Behavior and you&#8217;ll see a number of tabs.</p>
<div id="attachment_9460" class="wp-caption alignnone" style="width: 510px"><img class="size-medium wp-image-9460" src="http://www.ghacks.net/wp-content/uploads/2008/12/window_behavior-500x429.png" alt="Window Behavior Settings" width="500" height="429" /><p class="wp-caption-text">Window Behavior Settings</p></div>
<p>The first configuration is the Policy. From the Policy drop-down select &#8220;Focus Follows Mouse&#8221; (The window directly under the mouse has focus). Now click the Auto Raise option (When a window has focus it raises above all other windows). If you want to configure an delay for the auto raise you can enter a value (in milliseconds) in the Delay text area.</p>
<p>Now click on the Titlebar Actions tab. In this tab you will want to take a look at the Titlebar Double-Click action. One of the best options is the Shade option. When you enable the Shade option your window will roll up into the titlebar on a titlebar double click.</p>
<p>Once you have made the changes click the Apply button and the changes will be in place.</p>
<div id="attachment_9468" class="wp-caption alignnone" style="width: 510px"><img class="size-medium wp-image-9468" src="http://www.ghacks.net/wp-content/uploads/2008/12/shaded_windows-500x312.png" alt="Shaded Windows" width="500" height="312" /><p class="wp-caption-text">Shaded Windows</p></div>
<p>Above you can see how a grouping of shaded windows can help to keep your desktop organized. Need to use one of your windows&#8230;double click it to unshade it.</p>
<p>There are plenty of options to configure in KDE 4. But for some quick and simple configurations that will make your desktop workspace much easier to use, you can&#8217;t be these Window Behavior settings.</p>

	Tags: <a href="http://www.ghacks.net/tag/auto-raise/" title="auto raise" rel="tag">auto raise</a>, <a href="http://www.ghacks.net/tag/focus-follows-mouse/" title="focus follows mouse" rel="tag">focus follows mouse</a>, <a href="http://www.ghacks.net/tag/kde-4/" title="KDE 4" rel="tag">KDE 4</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/window-behavior/" title="window behavior" rel="tag">window behavior</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/03/04/get-to-know-linux-the-gnome-panel/" title="Get To Know Linux: The GNOME Panel (March 4, 2009)">Get To Know Linux: The GNOME Panel</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/03/get-to-know-linux-copy-and-paste/" title="Get To Know Linux: Copy and Paste (March 3, 2009)">Get To Know Linux: Copy and Paste</a> (5)</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/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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/31/make-kde-4-more-user-friendly-by-changing-window-behavior/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing and Configuring Enlightenment E16</title>
		<link>http://www.ghacks.net/2008/12/15/installing-and-configuring-enlightenment-e16/</link>
		<comments>http://www.ghacks.net/2008/12/15/installing-and-configuring-enlightenment-e16/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 16:29:32 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[E16]]></category>
		<category><![CDATA[Enlightenment]]></category>
		<category><![CDATA[linux desktop]]></category>
		<category><![CDATA[Window Manager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9057</guid>
		<description><![CDATA[Over the  years I have used countless Linux desktops and window managers. But no matter how amazing a desktop (read: Compiz-Fusion) I always seem to wind up going straight back to Enlightenment. Enlightenment is one of those window managers that has a very small footprint yet offers enough eye candy to impress. But the appeal [...]]]></description>
			<content:encoded><![CDATA[<p>Over the  years I have used countless Linux desktops and window managers. But no matter how amazing a desktop (read: Compiz-Fusion) I always seem to wind up going straight back to Enlightenment. Enlightenment is one of those window managers that has a very small footprint yet offers enough eye candy to impress. But the appeal of Enlightenment goes beyond eye candy. Enlightenment is easy to use, flexible, and stable. Another bonus of Enlightenment &#8211; you can configure the desktop to have a psuedo-limiting effect on the users. Say, for example, you want to limit your users to certain applications &#8211; only have those applications in the menu and leave out any terminal window entry in the menu so they can&#8217;t configure their <em>user_apps.menu</em> (more on that in a bit.)</p>
<p><span id="more-9057"></span></p>
<p>But let&#8217;s not jump ahead of ourselves. Before we get to the actual configuration let&#8217;s first take a look at Enlightenment (version E16 which is the stable version).</p>
<div id="attachment_9058" class="wp-caption alignnone" style="width: 510px"><img class="size-medium wp-image-9058" src="http://www.ghacks.net/wp-content/uploads/2008/12/e16_screen-500x400.png" alt="Enlightenment Screenshot" width="500" height="400" /><p class="wp-caption-text">Enlightenment Screenshot</p></div>
<p>As you can see Enlightenment has a lot of neat tricks up its sleeve. On the above screenshot you can see The Gimp open, a <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> browser shaded to only show its title bar, the aterm terminal will full transparency running the top application, the iconbox (bottom right) which is where applications are minimized, and the pager (bottom left).</p>
<p>Now let&#8217;s install E16. It shouldn&#8217;t be necessary to jump through any hoops. On most modern Linux operating systems you can just open up the Add/Remove Software application (on Ubuntu this is Synaptic, on Fedora 10 running GNOME it is gpk-application) and do a search for &#8220;enlightenment&#8221;. The package manager should pick up all dependencies.</p>
<p>If you&#8217;d prefer to use the command line you can run one of these (either as root or using sudo):</p>
<ul>
<li>apt-get install enlightenment</li>
<li>yum install enlightenment</li>
<li>urpmi enlightenment</li>
</ul>
<p>If, by chance, your distribution doesn&#8217;t find &#8220;enlightenment&#8221;, you can try &#8220;e16&#8243; instead.</p>
<p>That should do it. Now, if you use a graphical login screen you&#8217;ll want to choose the E16 entry before you log in. This should be under &#8220;Sessions&#8221;. If you use text-based log in you will want to create an <em>.xinitrc</em> file with the following contents:</p>
<p><em>exec e16</em></p>
<p>If that doesn&#8217;t work us:</p>
<p><em>exec enlightenment</em></p>
<p>Most likely the former will work.</p>
<p><strong>Configuration</strong></p>
<p>If you do a left mouse click you will see the configuration window.</p>
<div id="attachment_9059" class="wp-caption alignnone" style="width: 295px"><img class="size-full wp-image-9059" src="http://www.ghacks.net/wp-content/uploads/2008/12/e16_config_menu.png" alt="E16 Configuration Menu" width="285" height="481" /><p class="wp-caption-text">E16 Configuration Menu</p></div>
<p>The one thing you can not configure via the configuration menu is the menu itself. To configure the menu you have to actually edit the file <em>~/.e16/menus/user_apps.menu</em>. It is very easy to edit this menu. Open this menu up in your favorite text editor and you will see entries that resemble:</p>
<p><em>&#8220;aterm&#8221; NULL exec &#8220;aterm -tr -fg blue -bg green +sb&#8221;<br />
&#8220;XTerm&#8221; NULL exec &#8220;xterm&#8221;<br />
&#8220;rxvt&#8221; NULL exec &#8220;rxvt&#8221;<br />
&#8220;Basket&#8221; NULL exec &#8220;basket&#8221;<br />
&#8220;Mozilla&#8221; NULL exec &#8220;mozilla&#8221;<br />
&#8220;K3B&#8221; NULL exec &#8220;k3b&#8221;<br />
&#8220;Firefox&#8221; NULL exec &#8220;firefox&#8221;<br />
&#8220;Flock&#8221; NULL exec &#8220;/home/jlwallen/flock/flock-browser&#8221;<br />
&#8220;Thunderbird&#8221; NULL exec &#8220;thunderbird&#8221;<br />
&#8220;gnucash&#8221; NULL exec &#8220;gnucash&#8221;<br />
&#8220;Amarok&#8221; NULL exec &#8220;amarok&#8221;<br />
&#8220;Banshee&#8221; NULL exec &#8220;banshee&#8221;<br />
&#8220;The GIMP&#8221; NULL exec &#8220;gimp&#8221;</em></p>
<p>A menu entry is set up like so:</p>
<p>Comment Icon <strong>exec</strong> &#8220;command&#8221;</p>
<p>The comment is the text that appears in the menu. Icon is the actual path to an icon image to use (NULL means none), The <strong>exec</strong> command is necessary to tell the system that what follows is an executable command. The command section is the actual command.</p>
<p>Once you edit that file, save it, and the changes are made in real time.</p>
<p><strong>Final Thoughts</strong></p>
<p>And that&#8217;s pretty much it to configuring Enlightenment E16. If you have a Linux box you should certainly give Enlightenment a try. It might wind up being your &#8220;go-to&#8221; desktop.</p>
<p>UPDATE: Here&#8217;s a new screenshot, full size, for your enjoyment.</p>
<div id="attachment_9080" class="wp-caption alignnone" style="width: 510px"><img src="http://www.ghacks.net/wp-content/uploads/2008/12/e16_screen_new-500x400.png" alt="New Screenshot" title="e16_screen_new" width="500" height="400" class="size-medium wp-image-9080" /><p class="wp-caption-text">New Screenshot</p></div>

	Tags: <a href="http://www.ghacks.net/tag/e16/" title="E16" rel="tag">E16</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/window-manager/" title="Window Manager" rel="tag">Window Manager</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/01/01/enable-composit-for-window-transparency-in-enlightenment/" title="Enable Composite for Window Transparency in Enlightenment (January 1, 2009)">Enable Composite for Window Transparency in Enlightenment</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/01/04/get-vertical-titlebars-in-e16-themes/" title="Get Vertical Titlebars in E16 Themes (January 4, 2009)">Get Vertical Titlebars in E16 Themes</a> (1)</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/2008/12/09/get-to-know-linux-desktop-environment-vs-window-manager/" title="Get To Know Linux: Desktop Environment vs. Window Manager (December 9, 2008)">Get To Know Linux: Desktop Environment vs. Window Manager</a> (6)</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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/15/installing-and-configuring-enlightenment-e16/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
