<?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 &#124; Latest Tech News, Software And Tutorials &#187; Fluxbox</title> <atom:link href="http://www.ghacks.net/tag/fluxbox/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Create a simple to use kiosk machine with Fluxbox</title><link>http://www.ghacks.net/2010/01/04/create-a-simple-to-use-kiosk-machine-with-fluxbox/</link> <comments>http://www.ghacks.net/2010/01/04/create-a-simple-to-use-kiosk-machine-with-fluxbox/#comments</comments> <pubDate>Mon, 04 Jan 2010 16:27:23 +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[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[customer computer]]></category> <category><![CDATA[Fluxbox]]></category> <category><![CDATA[kiosk]]></category> <category><![CDATA[linux desktop]]></category> <category><![CDATA[secure desktop]]></category> <category><![CDATA[single purpose computer]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22038</guid> <description><![CDATA[Have you ever had to create a kiosk PC for use in a business so that customers can either search a database of products or check out your services on line? If so, and you&#8217;ve tried to do this with Windows, you know how complex a task it can be. First and foremost &#8211; you [...]]]></description> <content:encoded><![CDATA[<p>Have you ever had to create a kiosk PC for use in a business so that customers can either search a database of products or check out your services on line? If so, and you&#8217;ve tried to do this with Windows, you know how complex a task it can be. First and foremost &#8211; you have to make it such that users can only launch specific applications. Second, you have to make it secure and reliable. Often, when using a Microsoft solution for something like this you will have to add third-party softwares to lock down and lock out applications and features. I have an easier solution.</p><p>If you&#8217;ve ever experienced the simplicity and minimalism that is <a
title="Fluxbox" href="http://www.fluxbox.org/" target="_blank">Fluxbox</a>. Fluxbox is a minimalist window manager for the Linux operating system that requires very little in the way of resources, can be easily configured to keep users from launching applications you don&#8217;t want them to launch, is lightning fast, and is very reliable.</p><p>In this tutorial I will show you how to install Fluxbox and configure it so that users will only find access to the applications you want them to use.</p><p><span
id="more-22038"></span><strong>Installation</strong></p><p>Because Fluxbox is an aging application, you will certainly find it in your package manager. What you want to look for (and install) are the following:</p><ul><li>fluxbox: Fluxbox Window Manger</li><li>fluxconf: Graphical configuration tool. Use very carefully as this tool can wreak havoc on your configuration files. I do recommend getting used to configuring Fluxbox using your favorite editor in place of this tool. But if you have to have a graphical tool &#8211; just remember, you&#8217;ve been warned.</li><li>bbtime: Time applet to site in the Fluxbox slit (panel)</li></ul><p>After you install these, you will probably want to install a style (if you want to make Fluxbox look a bit better). But there are plenty of built-in styles that will probably do.  Before we start, however, I want to introduce you to Fluxbox. To learn more about the basics of Fluxbox read my article &#8220;<a
title="Get to know Linux: Fluxbox" href="http://www.ghacks.net/2009/05/06/get-to-know-linux-fluxbox/" target="_blank">Get to know Linux: Fluxbox</a>&#8220;.</p><p><strong>Minimizing and relocating the menu</strong></p><p>Now that you know a bit about Fluxbox you are ready to start chipping away at the menu so that</p><p>Upon starting Fluxbox, you will notice very little. That is exactly what we want. But out of the box there is a behavior we will want to change. Out of the box to get to the application menu you have to click the right mouse button. This is counter-intuitive to most users. So let&#8217;s switch this menu to the left mouse button. To do this you have to open up a terminal window. So click the right mouse button, select Applications, go to the Terminal Emulators sub-menu, and select a terminal window from the list.</p><p>What you want to do is open up the <strong>~/.fluxbox/keys</strong> file. At the top of that file you will see three lines:</p><p><code>OnDesktop Mouse1 :HideMenus<br
/> OnDesktop Mouse2 :WorkspaceMenu<br
/> OnDesktop Mouse3 :RootMenu</code></p><p>Change this to:</p><p><code>OnDesktop Mouse1 :RootMenu<br
/> OnDesktop Mouse2 :WorkspaceMenu<br
/> OnDesktop Mouse3 :HideMenus</code></p><p>Now save that file and restart Fluxbox (right mouse click and select Restart from the menu). The root menu should now be found with the left mouse click.</p><p>Time to cut out all that we don&#8217;t want in that root menu. For our example we are going to set up a menu with a single entry &#8211; a browser. Of course before you deploy this you would need to set up a proxy server to keep customers from going anywhere you wouldn&#8217;t want them. You might want to limit them to only your website.</p><p>When you first open the <strong>~/.fluxbox/menu</strong> file you will see:</p><p><code>[begin] (fluxbox)<br
/> [include] (/etc/X11/fluxbox/fluxbox-menu)<br
/> [end]</code></p><p>What this is doing is including the full system-wide menu found in <strong>/etc/X11/fluxbox</strong>. You want to wipe that out and replace it with something like:<br
/> <code><code>[begin] (Click Below)<br
/> [exec] (BROWSE OUR PRODUCTS) {google-chrome}<br
/> [end]</code></code></p><div
id="attachment_22041" class="wp-caption alignleft" style="width: 330px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/01/fluxbox_menu.png"><img
class="size-full wp-image-22041" src="http://www.ghacks.net/wp-content/uploads/2010/01/fluxbox_menu.png" alt="" width="320" height="137" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Now, when a user/customer clicks the left mouse menu all they will see is what you see in Figure 1. The only tool the user has access to is a browser.</p><p>Of course for the administrator you can always hit &lt;Alt&gt;F2 to open up the run dialog and open whatever application you like. But to the average user, this PC will do one thing and only one thing.</p><p><strong>Final thoughts</strong></p><p>If you have a need for single-purpose machine to be used as a customer kiosk PC you don&#8217;t have to worry about looking for tools to lock down a Windows machine. All you have to do is have a Linux machine up and running and use Fluxbox.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/04/create-a-simple-to-use-kiosk-machine-with-fluxbox/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Adding dropshadows in Fluxbox with xcompmgr</title><link>http://www.ghacks.net/2009/05/10/adding-dropshadows-in-fluxbox-with-xcompmgr/</link> <comments>http://www.ghacks.net/2009/05/10/adding-dropshadows-in-fluxbox-with-xcompmgr/#comments</comments> <pubDate>Sun, 10 May 2009 14:31:48 +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[Software]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[drop shadows]]></category> <category><![CDATA[eye candy]]></category> <category><![CDATA[Fluxbox]]></category> <category><![CDATA[xcompmgr]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=12706</guid> <description><![CDATA[In my recent articles I have been covering various window managers and desktops for Linux. So far you can read about Fluxbox, Window Maker, and Xfce 4. These desktops and window managers are solid entries in the Linux desktop. But what if you want to take your Linux desktop further with a bit more eye [...]]]></description> <content:encoded><![CDATA[<p>In my recent articles I have been covering various window managers and desktops for Linux. So far you can read about <a
title="Fluxbox" href="http://www.ghacks.net/2009/05/06/get-to-know-linux-fluxbox/" target="_blank">Fluxbox</a>, <a
title="Window Maker" href="http://www.ghacks.net/2009/05/07/get-to-know-linux-window-maker/" target="_blank">Window Maker</a>, and <a
title="Xfce 4" href="http://www.ghacks.net/2009/05/08/get-to-know-linux-xfce-4/" target="_blank">Xfce 4</a>. These desktops and window managers are solid entries in the Linux desktop. But what if you want to take your Linux desktop further with a bit more eye candy? Any desktop can be made more modern looking with the simple addition of drop shadows. Although most would argue that drop shadows are fairly worthless to the desktop, they give open windows a more three dimensional, modern look which can make any desktop instantly look more relevant.</p><p>Fortunately there are composite managers that help you bring your old school desktop into the modern ages without having to lose your mind. One of those composite managers, xcompmgr, is really quite easy to use. For most window managers it&#8217;s as simple as installing and running a command with desired arguments. Let&#8217;s take a look at how this is done.</p><p><span
id="more-12706"></span><strong>Getting and installing</strong></p><p>Xcompmgr will most likely be found in your distributions repositories, so you can just open up your Add/Remove Software utility, do a search for &#8220;xcompmgr&#8221;, select the results, and apply the changes. Or, if you prefer the command line, you can install xcompmgr with a command like:</p><p>sudo apt-get install xcompmgr</p><p>or</p><p>yum install xcompmgr</p><p>NOTE: The first is a Ubuntu-based command the second is a Fedora-based command. When using the Fedora command you will have to have root permissions.</p><p>Once installed, you are ready to go.</p><p><strong>Basic usage</strong></p><p>The syntax of the xcompmgr command is simple:</p><p>xcompmgr OPTIONS</p><p>Where OPTIONS is a single letter or group of letters representing various options.</p><p><strong>The options</strong></p><p>Here is a list of the more useful options used in xcompmgr:</p><p>-r Specify the blur radius for the shadows.</p><p>-o Specify the opacity for the shadows.</p><p>-l Specify left offset for shadows (default is right offset.)</p><p>-t Specify top offset for shadows (default is bottom.)</p><p>-I Specify the opacity change between steps for fading in.</p><p>-O Specify the opacity change between steps for fading out.</p><p>-c Soft shadows with translucency support.</p><p>-f Enable smooth effects for transient windows in hiding and restoring. Only used in conjunction with the &#8220;c&#8221; option.</p><p>-C Disable shadows for panels and docks. Only used in conjunction with the &#8220;c&#8221; option.</p><p>-D Specify time (in milliseconds) between steps in a fade.</p><p><strong>Before and after</strong></p><div
id="attachment_12724" class="wp-caption alignleft" style="width: 360px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/xcompmgr_before2.png"><img
class="size-medium wp-image-12724" src="http://www.ghacks.net/wp-content/uploads/2009/05/xcompmgr_before2-500x312.png" alt="Figure 1" width="350" height="218" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Let&#8217;s take a look at before and after shots of the same desktop with and without the use of xcompmgr.</p><p>Figure 1 shows the Fluxbox desktop with a few windows open (some shaded). You see no drop shadows here.</p><p>Now we&#8217;ll employ xcompmgr with the following options:</p><p>xcompmgr -c -r10 -F -f -D5 -C -o0.8 &amp;</p><p>As you can see there are some numerical values with the options. Here&#8217;s what they mean:</p><p>r10 &#8211; Radius of 10 pixels.</p><p>D5 &#8211; 5 millisecond fade</p><p>o0.8 &#8211; Not sure what value this represents, but I know the default is .75. Play with anything between these and you&#8217;ll find a setting to your liking.</p><p>NOTE: The &amp; is added to the end of the command so you can get your bash prompt back. Otherwise you wouldn&#8217;t be able to u</p><div
id="attachment_12725" class="wp-caption alignright" style="width: 360px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/xcompmgr_after.png"><img
class="size-medium wp-image-12725" src="http://www.ghacks.net/wp-content/uploads/2009/05/xcompmgr_after-500x312.png" alt="Figure 2" width="350" height="218" /></a><p
class="wp-caption-text">Figure 2</p></div><p>As you can see, in Figure 2, the desktop has an added dimension it didn&#8217;t have before. It adds just enough eye candy, without taking a hit on your performance, to keep people from saying &#8220;Your desktop is old-school UNIX!&#8221;</p><p><strong>Make it stick</strong></p><p>The easiest way to make this stick is to make use of the .xinitrc file. This file will start your window manager exactly how you want it. If you are using Fluxbox your ~/.xinitrc file would look like this:</p><p><code>xcompmgr -c -r10 -F -f -D5 -C -o0.8 &amp;<br
/> </code></p><p><code>exec fluxbox</code></p><p>Of course, when using .xinitrc, you would have to not use your graphical log in and then use the command <em>startx </em>to start your window manager.</p><p><strong>Final thoughts</strong></p><p>No, it won&#8217;t make you a better user, programer, or win you any awards; but xcompmgr can at least make your desktop look more like it belongs in the current era.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/10/adding-dropshadows-in-fluxbox-with-xcompmgr/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Get to know Linux: Fluxbox</title><link>http://www.ghacks.net/2009/05/06/get-to-know-linux-fluxbox/</link> <comments>http://www.ghacks.net/2009/05/06/get-to-know-linux-fluxbox/#comments</comments> <pubDate>Wed, 06 May 2009 15:13:11 +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[Fluxbox]]></category> <category><![CDATA[Window Manager]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=12622</guid> <description><![CDATA[If you&#8217;ve been around Linux long enough, then you most likely will have heard about Fluxbox. Fluxbox is a desktop that was based on Blackbox 0.61.1, which makes it extremely light weight, fast, and reliable. Fluxbox is also very minimalistic which makes it ideal for certain situations. Although Fluxbox might seem somewhat lacking in the [...]]]></description> <content:encoded><![CDATA[<p>If you&#8217;ve been around Linux long enough, then you most likely will have heard about <a
title="Fluxbox" href="http://www.fluxbox.org" target="_blank">Fluxbox</a>. Fluxbox is a desktop that was based on Blackbox 0.61.1, which makes it extremely light weight, fast, and reliable. Fluxbox is also very minimalistic which makes it ideal for certain situations. Although Fluxbox might seem somewhat lacking in the features of a standard, modern desktop, don&#8217;t sell it short. Fluxbox is easy to use and doesn&#8217;t suffer from the bloat of other desktops.</p><p>But just what does Fluxbox offer if it is so minimal? Believe it or not it offers everything you need on a desktop to get your job done. Let&#8217;s take a look at the latest version of this old-school Linux desktop.</p><p><span
id="more-12622"></span><strong>Features</strong></p><div
id="attachment_12625" class="wp-caption alignleft" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/fluxbox_desktop2.png"><img
class="size-medium wp-image-12625" src="http://www.ghacks.net/wp-content/uploads/2009/05/fluxbox_desktop2-500x312.png" alt="Figure 1" width="300" height="187" /></a><p
class="wp-caption-text">Figure 1</p></div><ul><li>Mouse menu: This is the only menu you will find on the desktop.</li><li>Slit: This is a dock for any application that is &#8220;dockable&#8221;.</li><li>Toolbar: This bar (by default at the bottom of the screen) shows all of the windows of your desktop and contains the system tray, current workspace name, and more.</li><li>Workspaces: Switch between different workspaces to keep your desktop organized.</li><li>Tabs: Organize windows together into one or multiple tabbed windows to keep clutter to a minimum.</li><li>Keyboard Shortcuts: Create your own keyboard shortcuts via simple flat text configuration.</li><li>System Tray: This tool is used to house tiny applications that serve specific purposes (such as the Network Manager applet.)</li></ul><p>Figure 1 shows the Fluxbox desktop. As you can see it is, in fact, very minimal yet doesn&#8217;t suffer from a loss of useability.</p><p><strong>Configuring the menu</strong></p><p>By default you will notice a single right click on the desktop will bring up a rather barren menu. Figure 1 shows a menu with a couple of additions: Firefox, Thunderbird, Songbird, and GIMP.  Adding to this menu is simple. One of the entries in the menu is xterm, which you will need to open in order to edit the menu text file.</p><p>Once xterm is opened issue the command:</p><p><code>nano ~/.fluxbox/menu</code></p><p>to open up the menu configuration file. Each menu entry consists of a minimum of:</p><p><code>[exec] (NAME) {COMMAND}</code></p><p>Where NAME is the name of the application and COMMAND is the command to start up the application. So an entry for Firefox would look like:</p><p><code>[exec] (Firefox) {firefox}</code></p><p>You can also create submenus by starting each submenu with:</p><p><code>[submenu] (SUBMENU NAME)</code></p><p>Where SUBMENU NAME is the name of the submenu you want to use. So a Networking submenu could look like:</p><p><code>[submenu] (NETWORKING)<br
/> [exec] (Firefox) {firefox}<br
/> [exec] (Thunderbird) {thunderbird}</code></p><p>Once you have finished your menu, save it and you will automatically see the changes (no need to restart Fluxbox.)</p><p><strong>Tabs</strong></p><div
id="attachment_12635" class="wp-caption alignright" style="width: 310px"><a
href="http://www.ghacks.net/wp-content/uploads/2009/05/fluxbox_tabs1.png"><img
class="size-medium wp-image-12635" src="http://www.ghacks.net/wp-content/uploads/2009/05/fluxbox_tabs1-500x316.png" alt="Figure 2" width="300" height="190" /></a><p
class="wp-caption-text">Figure 2</p></div><p>This is one of the more unique features to Fluxbox. Tabs are similar to browser tabs in Firefox. You can join various windows together into one tabbed window in order to keep things organized. As you can see, in Figure 2, Firefox and Thunderbird have been joined together in one window. To switch back and forth between each just click the respective tab for the application you want to work with.</p><p>To join two windows together you simply middle mouse click (if you only have two buttons click them both at the same time) on the titlebar of one window and drag it to the titlebar of the window you want it to join. So to join Thunderbird with Firefox click on Thunderbird&#8217;s title bar with the middle mouse button and drag it to the Firefox titlebar. You can remove an application from a joined window by middle mouse clicking on the titlebar and dragging it out of the window.</p><p><strong>Setting a background</strong></p><p>One thing you will notice is that Fluxbox is bereft of any tool to help you set the background image. For many this isn&#8217;t an issue, but there are those who do prefer to have a personalized wallpaper on their desktop. In order to add a specific wallpaper you have to add a line to the <strong>~/.fluxbox/startup</strong> file. This line will look like:</p><p><code>fbsetbg -f /PATH/TO/IMAGE/FILE</code></p><p>Where /PATH/TO/IMAGE/FILE is the explicit path to the background image you want to use.</p><p>In the case of the background, you will have to restart Fluxbox in order for the change to take effect.</p><p><strong>Who is Fluxbox for?</strong></p><p>I get this question a lot. Who would want to use such a minimal window manager? The first, and obvious, answer, is anyone with an older or less powerful machine. Employing Fluxbox on a machine with less power will not gobble up precious CPU or memory leaving more for applications.</p><p>I have deployed Fluxbox on kiosk and cafe machines that are used for specific purposes. Say you want to allow only the web browser to be used. For this you can alter the menu file to only include a web browser. That way the user can not run another other program (unless they how to get to a console window).</p><p>Fluxbox is also a good window manager for anyone who prefers a very minimalistic approach to computing. There is little to get in the way of your work. And since Fluxbox is so reliable, you won&#8217;t be worrying about your desktop crashing.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/05/06/get-to-know-linux-fluxbox/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Get To Know Linux: Desktop Environment vs. Window Manager</title><link>http://www.ghacks.net/2008/12/09/get-to-know-linux-desktop-environment-vs-window-manager/</link> <comments>http://www.ghacks.net/2008/12/09/get-to-know-linux-desktop-environment-vs-window-manager/#comments</comments> <pubDate>Tue, 09 Dec 2008 18:06:52 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Advice]]></category> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Afterstep]]></category> <category><![CDATA[Compiz-fusion]]></category> <category><![CDATA[Desktop Environment]]></category> <category><![CDATA[Enlightenment]]></category> <category><![CDATA[Fluxbox]]></category> <category><![CDATA[GNOME]]></category> <category><![CDATA[KDE]]></category> <category><![CDATA[Linux Desktops]]></category> <category><![CDATA[Window Manager]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=8855</guid> <description><![CDATA[Ever since the inception of GNOME and KDE there has been confusion among new Linux users which is which and which is best to use. The former question is fairly simple to answer. The latter question, however, is a bit more complex due to user-specific needs/wants. With that in mind let us begin by illustrating [...]]]></description> <content:encoded><![CDATA[<p>Ever since the inception of GNOME and KDE there has been confusion among new Linux users which is which and which is best to use. The former question is fairly simple to answer. The latter question, however, is a bit more complex due to user-specific needs/wants.</p><p>With that in mind let us begin by illustrating the differences between a desktop environment and a window manager. We&#8217;ll begin by showing how the Linux graphical desktop is layered.</p><p><span
id="more-8855"></span>As you can see, in the image below, there are basically three layers that can be included in the Linux desktop:</p><ul><li> X Windows &#8211; This is the foundation that allows for graphic elements to be drawn on the display. X Windows builds the primitive framework that allows moving of windows, interactions with keyboard and mouse, and draws windows. This is required for any graphical desktop.</li><li>Window Manager: The Window Manager is the piece of the puzzle that controls the placement and appearance of windows. Window Managers include: Enlightenment, Afterstep, FVWM, Fluxbox, IceWM, etc. Requires X Windows but not a desktop environment.</li><li>Desktop Environment: This is where it begins to get a little fuzzy for some. A Desktop Environment includes a Window Manager but builds upon it. The Desktop Environment typically is a far more fully integrated system than a Window Manager. Requires both X Windows and a Window Manager.</li></ul><p>A Desktop Environment generally includes a suite of applications that are tightly integrated so that all applications are aware of one another. A Desktop Manager will also include some form of panel that includes a system tray where small widgets can be placed for quick action or information.</p><div
id="attachment_8856" class="wp-caption alignleft" style="width: 430px"><a
href="http://www.ghacks.net/wp-content/uploads/2008/12/desktop_layers.png"><img
class="size-medium wp-image-8856" src="http://www.ghacks.net/wp-content/uploads/2008/12/desktop_layers.png" alt="Linux Desktop Layering" width="420" height="300" /></a><p
class="wp-caption-text">Linux Desktop Layering</p></div><p>Much of the confusion starts to peek out when you examine such Window Managers as E17 (Enlightenment 17).</p><p>The most recent iteratio of Enlightenment includes many of the elements usually found only Desktop Environments even though Enlightenment is still considered a Window Manager. To this point I generally refer to such desktops as Desktop Managers.</p><p>There are two main Desktop Environments: GNOME and KDE. If you are curious as to which is right for you, here is some advice. The latest default GNOME will make users of OS X feel right at home, KDE 3.x will make Windows XP users feel at home, and KDE 4.x will make Windows Vista users feel at home.</p><p>[poll id="3"]</p><p>As to which Window Manager is best suited for which user? Since there are so many Window Managers I will highlight my favorites.</p><ul><li><a
title="Enlightenment" href="http://www.enlightenment.org" target="_blank">Enlightenment</a>: You want plenty of eye candy but not something as resource-intensive as <a
title="KDE" href="http://www.kde.org" target="_blank">KDE</a> or <a
title="GNOME" href="http://www.gnome.org/" target="_blank">GNOME</a>.</li><li><a
title="Fluxbox" href="http://www.fluxbox.org" target="_blank">Fluxbox</a>: You want minimal and fast.</li><li><a
title="Afterstep" href="http://afterstep.org/" target="_blank">Afterstep</a>: You want something old-school to give you hours of tinkering fun.</li><li><a
title="Xfce" href="http://www.xfce.org/projects/xfwm4/" target="_blank">Xfce</a>: You want a Windows-like interface without the bloatware of GNOME or KDE.</li><li><a
title="Compiz-fusion" href="http://www.compiz.org/" target="_blank">Compiz-Fusion</a>: This is a full-blown 3 dimensional window manager rife with plugs that do just about everything. If you want something to seriously impress your friends, this is where you want to look.</li></ul><p>One of the most wonderful things about the Linux desktop is that it is only limited to your imagination. You can make the Linux desktop look and feel exactly how you want it. You can go from complete minimalism to the full-blown 3D goodness of Compiz-Fusion. I will give you one warning: Playing with the Linux desktop might be as much of a time-suck as World of Warcraft.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/09/get-to-know-linux-desktop-environment-vs-window-manager/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> </channel> </rss>
