<?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; Afterstep</title> <atom:link href="http://www.ghacks.net/tag/afterstep/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 20:51:26 +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>Configuring Fvwm&#8217;s Wharf</title><link>http://www.ghacks.net/2010/07/16/configuring-fvwms-wharf/</link> <comments>http://www.ghacks.net/2010/07/16/configuring-fvwms-wharf/#comments</comments> <pubDate>Fri, 16 Jul 2010 11:36:59 +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[Afterstep]]></category> <category><![CDATA[application-launcher]]></category> <category><![CDATA[fvwm]]></category> <category><![CDATA[wharf]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28302</guid> <description><![CDATA[In this series we are discussing the Fvwm window manager for the Linux operating system. This little gem isn&#8217;t a full-blown desktop the likes of GNOME, KDE, or Xfce4, but you will be surprised how well this ICCM-Compliant window manager will work for you. It&#8217;s lightweight, powerful, flexible, and has some nifty, old-school Linux goodness. [...]]]></description> <content:encoded><![CDATA[<p>In this series we are discussing the Fvwm window manager for the Linux operating system. This little gem isn&#8217;t a full-blown desktop the likes of GNOME, KDE, or Xfce4, but you will be surprised how well this ICCM-Compliant window manager will work for you. It&#8217;s lightweight, powerful, flexible, and has some nifty, old-school Linux goodness.</p><p>One such bit of nifty, old-school Linux goodness is the Wharf. This tool was actually ported over from one of my old-school favorites AfterStep. What this tool does is house a application launchers, modules, action buttons, and the Linux pager. In this article we&#8217;ll examine how to invoke, use, and configure this handy module.</p><p><span
id="more-28302"></span><strong>Installation</strong></p><p>Fortunately, the Wharf will install along with the Fvwm installation. So there isn&#8217;t any need to bother with installation. You also do not start the Wharf from the command line. Instead you have to do that from within the Fvwm menu. Let&#8217;s take a look and see how.</p><p><strong>Starting the Wharf</strong></p><div
id="attachment_28303" class="wp-caption alignleft" style="width: 102px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/07/fvwm_wharf.png"><img
class="size-full wp-image-28303 " src="http://www.ghacks.net/wp-content/uploads/2010/07/fvwm_wharf.png" alt="" width="92" height="256" /></a><p
class="wp-caption-text">Figure 1</p></div><p>Sine the Wharf is a module within Fvwm, you have to start if from the Fvwm module menu. To do this left-click on the desktop to bring up the desktop root menu and click <strong>Fvwm Modules &gt; Wharf.</strong> This action will place the Wharf on the bottom left of your desktop (see Figure 1).  What you see in figure one is a somewhat default Fvwm Wharf. I have actually re-configured the File Manager button to illustrated that the Wharf can, in fact use icons for launchers. In fact, in this instance, I have configured it to use Thunar. I can label that &#8220;Thunar&#8221; should I choose (more on that in a moment).</p><p>The larger buttons on the Wharf are used for launching applications, whereas the square of smaller buttons is used to invoke various actions on windows. These actions include:</p><p>* Move</p><p>* Resize</p><p>* Minimize</p><p>* Maximize</p><p>* Shade</p><p>* Stick</p><p>* Kill</p><p>* Info</p><p>The next row down are the xload and xclock modules. Finally, below that, is the Linux pager. Now let&#8217;s take a look at customization.</p><p><strong>Configuration</strong></p><p>The configuration of the Wharf is handled by the <strong>~/.fvwm/modules</strong> file. The first section to check is the BarButtons section. This is where you configure your launchers. A sample BarButton line will look like:</p><p>﻿﻿*BarButtons (1&#215;2, Title editor, Icon lemacs.xpm, Action &#8216;Exec exec nedit&#8217;)</p><p>Now, let&#8217;s make that a bit more useful for our installation (or at least my installation). My editor of choice is Nano which is a text-based editor. Let&#8217;s say I want to open the simple xterm window automatically with the Nano editor open. Plus I want to use an icon in the Wharf instead of just text. That new entry would look like:</p><p>*BarButtons (1&#215;2 Title Nano, Icon /usr/share/pixmaps/mousepad.png, Action &#8216;Exec exec xterm nano&#8217;)</p><p>If you save that configuration file (after making the changes) and then restart Fvwm you will see the new launcher in the Wharf appear.</p><p><strong>ButtonBar</strong></p><p>I doubt you will want to try to change any of the buttons on the ButtonBar. What you might want to do is change the icon used for each button. By default the images aren&#8217;t there. In fact, if you do a search for any of the images you will come up blank. To use an image you will need to find fairly small icons. When you locate icons that will work you can configure them in the same file you used to configure the launchers (<strong>~/.fvwm/modules</strong>). Locate the section containing the list of <em>*BarButtons</em> and you will be right where you need to be. You can re-configure the icons and even re-arrange their order should you like. There is only a pre-determined set of actions that can be used for the ButtonBar. But if you&#8217;re really looking to have more launchers on your Wharf you could change out the Action for Exec and use the ButtonBar to launch more applications (or tools).</p><p><strong>Final thoughts</strong></p><p>If you are using the Fvwm window manager you owe it to yourself to get to know the Wharf. This is a tool that will make your Fvwm life much richer and much more efficient. Although the configuration of the tool is done via manually editing a configuration file, the time you spend will be time well spent.</p><div></div> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/16/configuring-fvwms-wharf/feed/</wfw:commentRss> <slash:comments>0</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>
