old-www/LDP/lame/LAME/linux-admin-made-easy/using-gnome.html

231 lines
4.4 KiB
HTML

<HTML
><HEAD
><TITLE
>GNOME Installation and Configuration</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="Linux Administration Made Easy"
HREF="index.html"><LINK
REL="UP"
TITLE="Configuring the X Window System"
HREF="xwindows-configuration.html"><LINK
REL="PREVIOUS"
TITLE="Choosing a Window Manager for X"
HREF="xwindows-winmgr.html"><LINK
REL="NEXT"
TITLE="KDE Installation and Configuration"
HREF="using-kde.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Linux Administration Made Easy</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="xwindows-winmgr.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 5. Configuring the X Window System</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="using-kde.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="USING-GNOME"
>5.5. GNOME Installation and Configuration</A
></H1
><P
>The GNU Network Object Model Environment (GNOME) is a windowing
environment that enhances your X window environment. It is full-featured,
including a large selection of applications you may find useful.
However, at the time of this writing, GNOME still has a few minor bugs,
meaning you may have to put up with errant behaviour at times. However, it
is fairly stable and definitely usable!</P
><P
>If you're using Red Hat 6.1, the latest version of GNOME (at least,
the latest at the time of this writing!) is included with the
distribution. Otherwise, you will need to download the latest RPM
distribution of the package. At the time of this writing, the RPM files
for Red Hat 6.0 i386 systems can be found at <A
HREF="ftp://ftp.gnome.org/pub/GNOME/RHAD/redhat-6.0/i386/"
TARGET="_top"
>ftp://ftp.gnome.org/pub/GNOME/RHAD/redhat-6.0/i386/</A
> (or from a
mirror site).</P
><DIV
CLASS="NOTE"
><BLOCKQUOTE
CLASS="NOTE"
><P
><B
>Note: </B
>Note: If you're using Red Hat 6.0, you should be aware that it
was shipped with a fairly buggy version of GNOME. You should download the
latest RPM's from the FTP site as described above.</P
></BLOCKQUOTE
></DIV
><P
>After you have all the necessary files, the GNOME package can be
installed with a simple command, typed as <SPAN
CLASS="QUOTE"
>"root"</SPAN
>:</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="SCREEN"
>rpm -Uvh gtk*.rpm *.rpm</PRE
></TD
></TR
></TABLE
><P
>(The above command ensures the GTK libraries are installed first, to
avoid dependency errors from occurring).</P
><P
>Contrary to popular belief, GNOME is actually
<EM
>not</EM
> a Window manager, but instead sits on top of your
favorite one, providing added functionality to it. Therefore, once you
have installed GNOME, you should decide which window manager you wish to
use, and create a ``<TT
CLASS="LITERAL"
><TT
CLASS="FILENAME"
>.xinitrc</TT
></TT
>''
file in your directory which loads the appropriate window manager and
starts GNOME. The file should look something like this:</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>afterstep &#38;
exec gnome-session</PRE
></TD
></TR
></TABLE
><P
>The above file will load AfterStep for the window manager, and then
run GNOME on top of it.</P
><P
>More information on the GNU Network Object Model Environment can be
found on the GNOME web page at <A
HREF="http://www.gnome.org/"
TARGET="_top"
>http://www.gnome.org/</A
>. Don't forget to check out the screen shots,
located at <A
HREF="http://www.gnome.org/screenshots/"
TARGET="_top"
>http://www.gnome.org/screenshots/</A
>.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="xwindows-winmgr.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="using-kde.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Choosing a Window Manager for X</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="xwindows-configuration.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>KDE Installation and Configuration</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>