* Remove the section that talked about GNOMENG
* Update the Fifth Toe section now that it's been beefed up * Change the fontconfig manpage reference from fontconfig(3) to fonts-conf(5) * s/Xft2/Xft/
This commit is contained in:
parent
4495a50f4e
commit
91b6bed201
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16463
1 changed files with 20 additions and 50 deletions
|
@ -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.26 2003/02/23 16:21:35 marcus Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.27 2003/02/28 06:08:55 marcus Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.2 FAQ">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -161,18 +161,15 @@ options _KPOSIX_PRIORITY_SCHEDULING
|
|||
<td width="10"> <br> </td>
|
||||
<td align="left" valign="top" colspan="3">
|
||||
<p>Only the core components, and a few extras, are included in the
|
||||
<tt>gnome2</tt> package. Since GNOME 2 is relatively new, there
|
||||
have not 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="#q6">GNOME 1.4 applications</a> under GNOME 2.2.</p>
|
||||
<tt>gnome2</tt> package. While you can still run
|
||||
<a href="#q6">GNOME 1.4 applications</a> under GNOME 2.2,
|
||||
a number of applications have already been ported to
|
||||
GNOME 2.2.</p>
|
||||
|
||||
<p>Many applications that have already been ported are included
|
||||
<p>The applications that have been ported are included
|
||||
in the <tt>gnome2-fifth-toe</tt> meta-port.
|
||||
<tt>gnome2-fifth-toe</tt> includes GNOME 2.2 versions
|
||||
of some GNOME 1.4 applications. Note, some of these
|
||||
applications are still in the early development stages,
|
||||
and may not be very stable.</p>
|
||||
Note, some of these applications are still in the early
|
||||
development stages, and may not be very stable.</p>
|
||||
|
||||
<p>To install <tt>gnome2-fifth-toe</tt> from packages:</p>
|
||||
|
||||
|
@ -296,42 +293,15 @@ ggv
|
|||
<tr>
|
||||
<td width="10"> <br> </td>
|
||||
<td align="left" valign="top" colspan="3">
|
||||
<p>Sure! Right now, the FreeBSD GNOME team is in the process of
|
||||
migrating all GNOME 1.4 ports to a new build infrastructure.
|
||||
This new infrastructure, called <b>GNOMENG</b>, will allow
|
||||
GNOME 2 users to install GNOME 1.4 ports without overwriting
|
||||
their GNOME 2 desktop.</p>
|
||||
|
||||
<p>Before building a GNOME 1.4 port under GNOME 2, take a
|
||||
look at the port's Makefile, and check that it contains:</p>
|
||||
|
||||
<pre>
|
||||
USE_GNOMENG= yes
|
||||
</pre>
|
||||
|
||||
<p>If it does, you can safely build this port under GNOME 2.
|
||||
If the Makefile contains the following, do not build it
|
||||
as it will overwrite your GNOME 2 desktop:</p>
|
||||
|
||||
<pre>
|
||||
USE_GNOME= yes
|
||||
</pre>
|
||||
|
||||
<p>In that case, send email to
|
||||
<a href="mailto:&email;@FreeBSD.org">&email;@FreeBSD.org</a>
|
||||
mentioning the name of the port, and we will convert it to the
|
||||
new layout. Alternatively, you are free to convert the port
|
||||
yourself, and submit a PR.</p>
|
||||
|
||||
<p><b>NOTE!</b> You <b>must</b> have a current
|
||||
<tt>/usr/ports/Mk</tt> directory in order to make use
|
||||
of the new GNOMENG framework. If you do not have a current
|
||||
Mk directory, you will still overwrite your GNOME 2 desktop
|
||||
even when USE_GNOMENG is defined. To update your Mk directory,
|
||||
make sure your ports supfile is set to retrieve the
|
||||
<b>ports-base</b> tag. This is done automatically if your
|
||||
supfile contains the <b>ports-all</b> tag.
|
||||
</p>
|
||||
<p>Sure! Note, however, that certain ports assume you are
|
||||
running either the GNOME 1 or GNOME 2 desktop. That is,
|
||||
they rely on certain desktop features such as the
|
||||
gnome-panel. To ensure that a port does not overwrite
|
||||
your current preferred desktop, set the
|
||||
<tt>GNOME_DESKTOP_VERSION</tt> variable to either 1 or 2
|
||||
(depending on your desktop version of choice) in
|
||||
<tt>/etc/make.conf</tt>. Then just install the GNOME port
|
||||
you wish.</p>
|
||||
|
||||
<p>To run GNOME 2.2 applications under GNOME 1.4, you will need
|
||||
to make sure your GNOME 1.4 components are up-to-date, then
|
||||
|
@ -471,7 +441,7 @@ Load "type1"
|
|||
<tr>
|
||||
<td width="10"><br></td>
|
||||
<td align="left" valign="top" colspan="3">
|
||||
<p>GNOME 2.2 makes use of Xft2 and fontconfig to handle
|
||||
<p>GNOME 2.2 makes use of Xft and fontconfig to handle
|
||||
anti-aliasing. Fontconfig is a very powerful XML-based
|
||||
font configuration package. You can create a
|
||||
<tt>~/.fonts.conf</tt> file that controls virtually
|
||||
|
@ -495,7 +465,7 @@ Load "type1"
|
|||
</fontconfig>
|
||||
</pre>
|
||||
|
||||
<p>Refer to fontconfig(3) for more information.</p>
|
||||
<p>Refer to fonts-conf(5) for more information.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><br></td></tr>
|
||||
|
@ -513,7 +483,7 @@ Load "type1"
|
|||
<td align="left" valign="top" colspan="3">
|
||||
<p>You need to use Nautilus to edit your GNOME 2 menus. If you
|
||||
want to edit any menu other than Favorites, you must be
|
||||
root. This feature requires GNOME 2.0.2 or later.</p>
|
||||
root.</p>
|
||||
|
||||
<p>To edit the menus, launch Nautilus, and enter the URL
|
||||
<b>applications:///</b>. From there you should be able to edit
|
||||
|
|
Loading…
Reference in a new issue