mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
e316715825
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10192 af4574ff-66df-0310-9fd7-8a98e5e911e0
62 lines
2.5 KiB
XML
62 lines
2.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<chapter id="x-wm">
|
|
<?dbhtml filename="wm.html" ?>
|
|
|
|
<title>Window Managers</title>
|
|
|
|
<sect1 id="wm-introduction">
|
|
<?dbhtml filename="introduction.html" ?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Introduction</title>
|
|
|
|
<para>Window Managers 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 Managers 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/2001/XInclude" href="fluxbox.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openbox.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sawfish.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="other-wms.xml"/>
|
|
|
|
</chapter>
|