Add an FAQ on how to upgrade from gnome2-lite to the full GNOME 2 desktop.

This is covered in the gnome2-lite pkg-message, but might be missed by
users installing from packages.
This commit is contained in:
Joe Marcus Clarke 2004-09-21 02:39:30 +00:00
parent ab00b67913
commit c7bfe7a2c4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22407

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.76 2004/08/25 03:31:12 adamw Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.77 2004/08/29 03:06:07 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -51,6 +51,8 @@
GNOME?</a>
<li> <a href="#q23">How do I configure GDM for
automatic logins?</a>
<li> <a href="#q24">How do I upgrade from gnome2-lite to
the full GNOME &gnomever; desktop?</a>
</ol>
<h2>Full Text </h2>
@ -961,6 +963,39 @@ AutomaticLogin=marcus
<p>That will automatically login the user
<em>marcus</em> as soon as GDM launches.</p>
</li>
<!-- Q24 -->
<li style="padding-bottom: 0.5em"><a name="q24"></a>
<p><b>How do I upgrade from gnome2-lite to the full
GNOME &gnomever; desktop?</b></p>
<!-- A24 -->
<p>The <em>Lite</em> edition does not include all of
the components of the standard GNOME &gnomever; desktop.
If you wish to install the full desktop, first remove
the <tt>gnome2-lite</tt> package, then <a href="#q1">
install</a> the <tt>gnome2</tt> port or package. For
example:</p>
<pre>
# pkg_delete gnome2-lite
</pre>
<p>Then one of the following:</p>
<pre>
# cd /usr/ports/x11/gnome2
# make install clean
</pre>
<p>or:</p>
<pre>
# pkg_add -r gnome2
</pre>
<p>Alternatively, you can install additional GNOME
components individually using either their ports or
packages.</p>
</li>
</ol>
&footer;
</body>