Update the docs to cover GNOME 2.2.

This commit is contained in:
Joe Marcus Clarke 2003-02-07 17:53:25 +00:00
parent 2beb7c2828
commit e4be796e71
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15945
11 changed files with 144 additions and 80 deletions

View file

@ -0,0 +1,59 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY title "FreeBSD GNOME Project: Known Issues with GNOME 2.2 on FreeBSD">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table border="0">
<tr>
<td>
<h3>1. notification-area-applet crashes at logout</h3>
<p>If you have a notification area on one of your panels,
you will receive a segfault when logging out. Bug
<a href="http://bugzilla.gnome.org/show_bug.cgi?id=105421">
105421</a> has been filed with GNOME Bugzilla. There is no
workaround other than not to use the notification area applet,
or simply ignore the crash dialog.</p>
<h3>2. Unable to use gst-thumbnail</h3>
<p>If you try to use the gst-thumbnail application to
thubmnail video files, you may encounter an error
saying colorspace is not available. You must rebuild
<tt>multimedia/gstreamer-plugins</tt> with Hermes
support to correct this. To do this, specify
<tt>-DWITH_HERMES</tt> when build <tt>gstreamer-plugins</tt>.
</p>
<h3>3. Wireless applet does not work</h3>
<p>The wireless monitoring applet does not work under
FreeBSD. It relies on files in the Linux proc file
system that do not exist under FreeBSD (even under linprocfs).
Work is underway to add FreeBSD Aironet support to this
applet. If you're interested in helping out, contact
<a href="mailto:marcus@FreeBSD.org">marcus@FreeBSD.org</a>.
</p>
<h3>4. gnomesystemmonitor does not display correct stats</h3>
<p>The gnomesystemmonitor may not list all processes or display
correct CPU or memory information under FreeBSD. Patches
are needed to correct this problem. If you are interested in
helping, please contact <a href="mailto:&email;@FreeBSD.org">
freebsd-gnome@FreeBSD.org</a>.
</p>
</td>
</tr>
</table>
&footer;
</body>
</html>

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.5 2002/01/30 18:18:27 sobomax Exp $
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.6 2002/07/05 06:31:40 marcus Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -12,5 +12,6 @@ DOCS+= faq2.sgml
DOCS+= porting.sgml
DOCS+= bugging.sgml
DOCS+= volunteer.sgml
DOCS+= 22knownissues.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.20 2002/12/07 06:39:32 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.21 2002/12/19 19:16:41 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.2 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -13,26 +13,26 @@
<td>
<h2>Contents</h2>
<ol>
<li> <a href="#q1">How do I get GNOME 2.0 for FreeBSD?</a>
<li> <a href="#q2">GNOME 2.0 is failing to build from ports. What
<li> <a href="#q1">How do I get GNOME 2.2 for FreeBSD?</a>
<li> <a href="#q2">GNOME 2.2 is failing to build from ports. What
do I do?</a>
<li> <a href="#q3">I installed GNOME 2.0, but I am missing
<li> <a href="#q3">I installed GNOME 2.2, but I am missing
application foo. What gives?</a>
<li> <a href="#q4">What is the best way to upgrade from GNOME
1.4 to GNOME 2.0?</a>
<li> <a href="#q5">How do I keep my GNOME 2.0 components
1.4 to GNOME 2?</a>
<li> <a href="#q5">How do I keep my GNOME 2.2 components
and applications up-to-date?</a>
<li> <a href="#q6">Can I install GNOME 1.4 applications under
GNOME 2.0 and vice versa?</a>
<li> <a href="#q7">Where can I get more themes for GNOME 2.0?</a>
<li> <a href="#q8">What window managers work well with GNOME 2.0?
GNOME 2.2 and vice versa?</a>
<li> <a href="#q7">Where can I get more themes for GNOME 2.2?</a>
<li> <a href="#q8">What window managers work well with GNOME 2.2?
</a>
<li> <a href="#q9">Does GNOME 2.0 support anti-aliased fonts?</a>
<li> <a href="#q9">Does GNOME 2.2 support anti-aliased fonts?</a>
<li> <a href="#q10">How do I edit my GNOME 2 menus?</a>
<li> <a href="#q11">How do I use GTK+ 2 resource settings for
GTK+ 2 applications when not in a GNOME environment?</a>
<li> <a href="#q12">How do I configure settings for GNOME 1.4
applications under GNOME 2.0?</a>
applications under GNOME 2.2?</a>
</ol>
<h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2">
@ -43,28 +43,31 @@
<b><a name="q1"> 1.</a></b>
</td>
<td align="left" valign="top" colspan="3">
<b>How do I get GNOME 2.0 for FreeBSD?</b>
<b>How do I get GNOME 2.2 for FreeBSD?</b>
</td>
</tr>
<tr>
<!-- A1 -->
<td width="10"> <br> </td>
<td align="left" valign="top" colspan="3">
<p>There are two ways to install GNOME 2.0 on FreeBSD. One way is to use
<p>There are two ways to install GNOME 2.2 on FreeBSD. One way is to use
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/packages-using.html">
packages</a>, and the other way is to use
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html">
ports</a>.</p>
ports</a>. Before doing either installation, you should
first familiarize yourself with the GNOME 2.2
<a href="http://www.gnome.org/start/2.2/notes/">
release notes</a>.</p>
<p>To install GNOME 2.0 from packages, use the command:</p>
<p>To install GNOME 2.2 from packages, use the command:</p>
<tt># pkg_add -r gnome2</tt>
<p>This will download the latest GNOME 2.0 packages from the
<p>This will download the latest GNOME 2.2 packages from the
FreeBSD FTP site, and proceed to install them on your system.
</p>
<p>To build and install GNOME 2.0 from ports, you should first
<p>To build and install GNOME 2.2 from ports, you should first
<a href="http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html">
cvsup</a> the latest ports tree. Then:</p>
@ -86,15 +89,15 @@
<td width="10">
<b><a name="q2"> 2.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>GNOME 2.0 is failing to build from ports. What do I do?</b>
<b>GNOME 2.2 is failing to build from ports. What do I do?</b>
</td>
</tr>
<!-- A2 -->
<tr>
<td width="10"> <br> </td>
<td align="left" valign="top" colspan="3">
<p>The majority of GNOME 2.0 compilation problems can be solved
by making sure all the necessary GNOME 2.0 components are
<p>The majority of GNOME 2.2 compilation problems can be solved
by making sure all the necessary GNOME 2.2 components are
<a href="#q5">up-to-date</a>. You may see compiler errors relating to pthreads
(POSIX threads), such as:</p>
@ -119,7 +122,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
work directory.</p>
<p>Ports such as <tt>devel/pth</tt> and <tt>devel/ngpt</tt> can
also cause pthread-related problems when compiling GNOME 2.0.
also cause pthread-related problems when compiling GNOME 2.2.
If you do not need these ports installed, it is recommended that
you remove them.
</p>
@ -133,7 +136,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
<td width="10">
<b><a name="q3"> 3.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>I installed GNOME 2.0, but I am missing application foo.
<b>I installed GNOME 2.2, but I am missing application foo.
What gives?</b>
</td>
</tr>
@ -142,15 +145,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.0 is so new, there
<tt>gnome2</tt> package. Since GNOME 2.2 is so 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.0.</p>
<a href="#q6">GNOME 1.4 applications</a> under GNOME 2.2.</p>
<p>Many applications that have already been ported are included
in the <tt>gnome2-fifth-toe</tt> meta-port.
<tt>gnome2-fifth-toe</tt> includes GNOME 2.0 versions
<tt>gnome2-fifth-toe</tt> includes GNOME 2.2 versions
of some GNOME 1.4 applications. Note, many of these
applications are still in the early development stages,
and may not be very stable.</p>
@ -178,7 +181,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
<td width="10">
<b><a name="q4"> 4.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>What is the best way to upgrade from GNOME 1.4 to GNOME 2.0?
<b>What is the best way to upgrade from GNOME 1.4 to GNOME 2?
</b>
</td>
</tr>
@ -189,7 +192,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
<p>Right now, the GNOME project is still very much in flux.
Work still must be done to the GNOME ports infrastructure in
order to get things working cleanly. However, if you have
GNOME 1.4, and you want to upgrade to GNOME 2.0, first
GNOME 1.4, and you want to upgrade to GNOME 2.2, first
familiarize yourself with the <a href="http://www.gnome.org/start/2.0/installation.html#upgrading">official</a> upgrade instructions from
the GNOME site. Next, make sure your GNOME 1.4 ports are
up-to-date, then remove the following GNOME 1.4 packages from
@ -203,7 +206,6 @@ gnomemedia
gtop
libgtop
nautilus
glade
gedit
xalf
bugbuddy
@ -213,7 +215,7 @@ gdm
eog
</pre>
<p>After those packages are removed, you can build GNOME 2.0 as per
<p>After those packages are removed, you can build GNOME 2.2 as per
the instructions listed above.</p>
</td>
@ -225,7 +227,7 @@ eog
<td width="10">
<b><a name="q5"> 5.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>How do I keep my GNOME 2.0 components and applications
<b>How do I keep my GNOME 2.2 components and applications
up-to-date?</b>
</td>
</tr>
@ -269,7 +271,7 @@ eog
<td width="10">
<b><a name="q6"> 6.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>Can I install GNOME 1.4 applications under GNOME 2.0 and vice
<b>Can I install GNOME 1.4 applications under GNOME 2.2 and vice
versa?</b>
</td>
</tr>
@ -314,7 +316,7 @@ USE_GNOME= yes
supfile contains the <b>ports-all</b> tag.
</p>
<p>To run GNOME 2.0 applications under GNOME 1.4, you will need
<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
install the <tt>gnome2-devel</tt> port. To install this port
do the following:</p>
@ -326,7 +328,7 @@ USE_GNOME= yes
</pre>
<p>After installing the <tt>gnome2-devel</tt> port, you will
be able to install <b>non-desktop</b> GNOME 2.0 applications
be able to install <b>non-desktop</b> GNOME 2.2 applications
(e.g. <tt>math/gcalctool</tt>).</p>
</td>
</tr>
@ -336,7 +338,7 @@ USE_GNOME= yes
<td width="10">
<b><a name="q7"> 7.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>Where can I get more themes for GNOME 2.0?</b>
<b>Where can I get more themes for GNOME 2.2?</b>
</td>
</tr>
<!-- A7 -->
@ -345,8 +347,8 @@ USE_GNOME= yes
<td align="left" valign="top" colspan="3">
<p>The website <a href="http://art.gnome.org">
art.gnome.org</a> has been setup as a general GNOME theme
repository. They offer some gtk+-2.0, metacity, sawfish,
nautilus, and gdm themes, as well as some backgrounds.</p>
repository. They offer some gtk+-2, metacity, sawfish,
nautilus, icon, and gdm themes, as well as some backgrounds.</p>
<p>A new theme site called <a href="http://www.themedepot.org">
The Theme Depot</a> has just been launched. This site contains
@ -370,7 +372,7 @@ USE_GNOME= yes
<td width="10">
<b><a name="q8"> 8.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>What window managers work well with GNOME 2.0?</b>
<b>What window managers work well with GNOME 2.2?</b>
</td>
</tr>
<!-- A8 -->
@ -378,24 +380,23 @@ USE_GNOME= yes
<td width="10"> <br> </td>
<td align="left" valign="top" colspan="3">
<p>The <tt>gnome2</tt> meta-port installs the
<a href="http://sawmill.sourceforge.net/">sawfish</a> and
metacity window managers by default. Both
work quite well in GNOME 2.0. A lot of people prefer metacity
since it is lighter weight. However, sawfish will be used as
the default Window manager.</p>
metacity window manager by default. Another popular window
manager that works well with GNOME 2.2 is
<a href="http://sawmill.sourceforge.net/">sawfish</a>. Sawfish
is distributed as part of the <tt>x11/gnome2-fifth-toe</tt>
meta-port.
<p>To switch between sawfish and metacity in GNOME 2, you will need
<p>To switch between metacity and sawfish in GNOME 2, you will need
to do the following:</p>
<pre>
killall sawfish; metacity &
killall metacity; sawfish &
gnome-session-save --gui
</pre>
<p>The <tt>gnome-session-save</tt> is important. Without it, the
window manager will revert back to the one previously configured
upon next login. To switch back, simply reverse sawfish and
metacity. In an upcoming release of gnomecontrolcenter2, there
will be a more user-friendly way of doing this.</p>
metacity.</p>
</td>
</tr>
<tr><td><br></td></tr>
@ -404,7 +405,7 @@ gnome-session-save --gui
<td width="10">
<b><a name="q9"> 9.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>Does GNOME 2.0 support anti-aliased fonts?</b>
<b>Does GNOME 2.2 support anti-aliased fonts?</b>
</td>
</tr>
<!-- A9 -->
@ -421,11 +422,10 @@ Load "freetype"
Load "type1"
</pre>
<p>Then, simply set the environment variable
<tt>GDK_USE_XFT</tt> to 1 before starting GNOME.
If you use gdm, you can add it to your <tt>~/.gnomerc</tt>
file (make sure this file is executable!). If you use startx,
then add it to your <tt>~/.xinitrc</tt> file.</p>
<p>Then, simply checkout the Fonts capplet under
Applications->Desktop Preferences. If you want a good set
of TrueType starter fonts, install the
<tt>x11-fonts/webfonts</tt> port.</p>
<p>If you have any questions, please send them to
<a href="mailto:&email;@FreeBSD.org">&email;@FreeBSD.org</a>.
@ -496,7 +496,7 @@ Load "type1"
<b><a name="q12"> 12.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>How do I configure settings for GNOME 1.4 applications under
GNOME 2.0?</b>
GNOME 2.2?</b>
</td>
</tr>
<!-- A12 -->

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/images/Makefile,v 1.7 2002/10/15 00:06:13 marcus Exp $
# $FreeBSD: www/en/gnome/images/Makefile,v 1.8 2003/02/01 01:14:22 marcus Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -19,10 +19,6 @@ DATA+= ss2.png
DATA+= ss2-tn.png
DATA+= ss3.png
DATA+= ss3-tn.png
DATA+= ss5.png
DATA+= ss5-tn.png
DATA+= ss6.png
DATA+= ss6-tn.png
DATA+= ss7.png
DATA+= ss7-tn.png
DATA+= ss8.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 KiB

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.32 2002/11/24 08:48:32 marcus Exp $ -->
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.33 2002/12/07 06:39:31 marcus Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -9,7 +9,7 @@
<xsl:import href="includes.xsl"/>
<xsl:variable name="base" select="'..'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.32 2002/11/24 08:48:32 marcus Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.33 2002/12/07 06:39:31 marcus Exp $'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
<xsl:output type="html" encoding="iso-8859-1"
@ -40,7 +40,7 @@
<small><br/>
&#183; <a href="http://www.FreeBSD.org/gnome/">GNOME on FreeBSD Home</a><br/>
&#183; <a href="docs/faq.html#q1">Installation Instructions for GNOME 1.4</a><br/>
&#183; <a href="docs/faq2.html#q1">Installation Instructions for GNOME 2.0</a><br/>
&#183; <a href="docs/faq2.html#q1">Installation Instructions for GNOME 2.2</a><br/>
&#183; <a href="../ports/gnome.html">Available Applications</a><br/>
&#183; <a href="docs/volunteer.html">How to Help</a><br/>
&#183; <a href="docs/bugging.html">Reporting a Bug</a><br/>
@ -51,8 +51,9 @@
<p><font size="+1" color="#990000"><b>Documentation</b></font>
<small><br/>
&#183; <a href="docs/faq.html">GNOME 1.4 FAQ</a><br/>
&#183; <a href="docs/faq2.html">GNOME 2.0 FAQ</a><br/>
&#183; <a href="docs/faq2.html">GNOME 2.2 FAQ</a><br/>
&#183; <a href="docs/porting.html">Creating Ports</a><br/>
&#183; <a href="docs/22knownissues.html">Known Issues with GNOME 2.2 on FreeBSD</a><br/>
</small></p>
<p><font size="+1" color="#990000"><b>Resources</b></font>
@ -125,7 +126,7 @@
<h2><font color="#990000">State of the port</font></h2>
<p>We currently support 4.x and 5-CURRENT FreeBSD systems
for GNOME 1.4 and 2.0. Anything prior to FreeBSD 4.5 is
for GNOME 1.4 and 2.2. Anything prior to FreeBSD 4.6 is
not supported. Most of GNOME has been ported to FreeBSD;
however, there is <a href="docs/volunteer.html">plenty left to
do</a>!</p>

View file

@ -21,12 +21,32 @@
<news>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/gnome/news.xml,v 1.30 2003/01/19 23:06:40 marcus Exp $
$FreeBSD: www/en/gnome/news.xml,v 1.31 2003/01/29 03:59:30 marcus Exp $
</cvs:keyword>
</cvs:keywords>
<year>
<name>2003</name>
<month>
<name>February</name>
<day>
<name>7</name>
<event>
<title>GNOME 2.2 Desktop available for FreeBSD</title>
<p>The GNOME 2.2 Desktop has been released, and ports are
available for FreeBSD. Checkout the GNOME 2.2
<a href="http://www.gnome.org/start/2.2/notes/">
release notes</a> for the full scoop on what has changed.
A list of known issues with the FreeBSD port
can be found
<a href="docs/22knownissues.html">here</a>.</p>
</event>
</day>
</month>
<month>
<name>January</name>

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/screenshots.sgml,v 1.14 2002/10/15 00:06:12 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/screenshots.sgml,v 1.15 2003/02/01 01:14:22 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Screenshots">
<!ENTITY % gnomeincludes SYSTEM "includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -31,19 +31,6 @@
</a>
</p>
<h3>GNOME 2.0 Screenshots</h3>
<p><b>GNOME 2.0 with Nautilus 2 on FreeBSD-CURRENT:</b><br>
<a href="images/ss5.png"><img src="images/ss5-tn.png" border="0" alt="Screen Shot 5">
</a>
</p>
<p><b>GNOME 2.0 with anti-aliasing, showing off various themes:
</b><br>
<a href="images/ss6.png"><img src="images/ss6-tn.png" border="0" alt="Screen Shot 6">
</a>
</p>
<h3>GNOME 2.2 Screenshots</h3>
<p><b>GNOME 2.2 shot showing Galeon 1.3.1, Nautilus with its