* Fix a bad link in the GNOME 2 FAQ

* Clarify how detrimental a pkg_delete f pkgconfig can be
* Sync the "up-to-date" question and answer in both FAQs
This commit is contained in:
Joe Marcus Clarke 2002-08-25 19:12:55 +00:00
parent eae76d4625
commit 3ecc7cdee6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14010
2 changed files with 28 additions and 9 deletions

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/faq.sgml,v 1.33 2002/06/02 02:56:22 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq.sgml,v 1.34 2002/07/05 06:31:40 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 1.4.1 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -18,7 +18,8 @@
I do?</a>
<li> <a href="#q3">I installed GNOME, but I'm missing application
foo. What gives?</a>
<li> <a href="#q4">What's the best way to upgrade GNOME?</a>
<li> <a href="#q4">How do I keep my GNOME components and
applications up-to-date?</a>
<li> <a href="#q5">What is the difference between GNOME and KDE?
Which one is better?</a>
<li> <a href="#q6">Where can I get more themes for GNOME?</a>
@ -193,7 +194,8 @@ options _KPOSIX_PRIORITY_SCHEDULING
<td width="10">
<b><a name="q4"> 4.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>What's the best way to upgrade GNOME?</b>
<b>How do I keep my GNOME components and applications
up-to-date?</b>
</td>
</tr>
<!-- A4 -->
@ -203,21 +205,30 @@ options _KPOSIX_PRIORITY_SCHEDULING
<p>I find that <tt>/usr/ports/sysutils/portupgrade</tt> works really
well. For example:</p>
<tt># portupgrade -r ORBit</tt>
<tt># portupgrade -r pkgconfig</tt>
<p>This will upgrade ORBit and every other port that depends on it
(that needs updating).</p>
<p>This will upgrade pkgconfig and every other port that depends
on it (that needs updating).</p>
<p>However, sometimes so much changes that it becomes
necessary to do a little housekeeping first. In that case, this
usually works:</p>
<pre>
# pkg_delete -r ORBit\*
# pkg_delete -r pkgconfig\*
# cd /usr/ports/x11/gnome
# make clean
# make install clean
</pre>
<p>These steps will remove <b>all</b> the GNOME 1 and 2 components
and applications from your machine, but only reinstalls the
GNOME 1 desktop. You should be aware, that if it comes to
this, you will need to reinstall your applications after
reinstalling the desktop. Fortunately, this extreme measure
is only rarely needed.
</p>
</td>
</tr>
<tr><td><br></td></tr>

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.9 2002/08/25 06:05:41 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.10 2002/08/25 19:02:13 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -141,7 +141,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
haven't been a great deal of applications ported over to it.
As more applications become available, they will be ported
over. In the meantime, you can, however, run
<a href="#q5">GNOME 1.4.1 applications</a> under GNOME 2.0.</p>
<a href="#q6">GNOME 1.4.1 applications</a> under GNOME 2.0.</p>
</td>
</tr>
<tr><td><br></td></tr>
@ -223,6 +223,14 @@ eog
# make clean
# make install clean
</pre>
<p>These steps will remove <b>all</b> the GNOME 1 and 2 components
and applications from your machine, but only reinstalls the
GNOME 2 desktop. You should be aware, that if it comes to
this, you will need to reinstall your applications after
reinstalling the desktop. Fortunately, this extreme measure
is only rarely needed.
</p>
</td>
</tr>