glfs/x/wm/wm.xml
Manuel Canales Esparcia 0c2d6385cb Tagged wm.xml
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4390 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-05-20 19:18:23 +00:00

62 lines
2.5 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<chapter id="x-wm">
<?dbhtml filename="wm.html" ?>
<title>Window Managers</title>
<sect1 id="Introduction">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Introduction</title>
<para>Window Mangers and Desktop Environments are the primary user
interfaces into the <application>X</application> Window System. A window
manager is a program that controls the appearance of windows and provides
the means by which the user can interact with them. A Desktop Environment
provides a more complete interface to the operating system, and provides a
range of integrated utilities and applications.</para>
<para>There are many Window Mangers available. Some of the more well
known ones include <application>fvwm2</application>, <application>Window
Maker</application>, <application>AfterStep</application>,
<application>Enlightenment</application>,
<application>Sawfish</application>,
and <application>Blackbox</application>.</para>
<para>The Desktop Environments available for Linux are
<application>GNOME</application>, <application>KDE</application>, and
<application>XFce</application>.</para>
<para>Choosing a Window Manager or Desktop Environment is highly
subjective. The choice depends on the look and feel of the packages, the
resources (RAM, disk space) required, and the utilities included.
One web site that provides a very good summary of what is available,
screenshots, and their respective features is
<ulink url="http://www.plig.org/xwinman/">Window Managers for
X</ulink>.</para>
<para>In this chapter, the installation instructions of several Window
Managers and one lightweight Desktop Environment are presented. Later in
the book, both <application>KDE</application> and
<application>GNOME</application> have their own sections.</para>
</sect1>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sawfish.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="fluxbox.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="metacity.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="xfce.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="other-wms.xml"/>
</chapter>