Remove the old GNOME 2.4 Known Issues file, and link to the new GNOME 2.6

list instead.
This commit is contained in:
Joe Marcus Clarke 2004-04-08 04:09:48 +00:00
parent cfa6ce105d
commit 5fd6074c98
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=20585
3 changed files with 4 additions and 74 deletions

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.13 2004/01/07 23:38:16 adamw Exp $
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.14 2004/04/04 22:07:06 adamw Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -15,7 +15,6 @@ DOCS+= gnome2_porting.sgml
DOCS+= porting.sgml
DOCS+= bugging.sgml
DOCS+= volunteer.sgml
DOCS+= knownissues.sgml
DOCS+= develfaq.sgml
DOCS+= example-Makefile.sgml

View file

@ -1,69 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/knownissues.sgml,v 1.12 2004/04/04 22:07:06 adamw Exp $">
<!ENTITY title "FreeBSD GNOME Project: Known Issues with GNOME &gnomever; on FreeBSD">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<p>Below is a list of known issues with GNOME &gnomever; that are
specific to FreeBSD. These are not the only known issues,
however. Please familiarize yourself with the GNOME &gnomever;
<a href="http://www.gnome.org/start/&gnomever;/notes/">
release notes</a>.</p>
<p>Other release-specific issues can be found in the
<a href="faq2.html">general FAQ</a> and the
<a href="faq26.html">GNOME &gnomever; upgrade FAQ</a>.</p>
<h3>1. Upgrading from GNOME 2.4 to &gnomever; is tricky</h3>
<p>It certainly is tricky, and you are not expected to
accomplish it by hand. Read the
<a href="faq26.html">upgrade FAQ</a> for detailed
information.</p>
<h3>2. evolution has a problem with attachments under GNOME &gnomever;</h3>
<p> evolution-1.4.4 has a problem with attachments under
GNOME &gnomever;. To work around the problem, do the following, as root:
</p>
<pre>
# ln -s /usr/X11R6/share/icons/gnome/48x48/apps/gnome-unknown.png /usr/X11R6/share/gnome/pixmaps/gnome-unknown.png
</pre>
<p>This problem was fixed in evolution-1.4.5, and upgrading to
evolution-1.4.5 is probably the best solution.
</p>
<h3>3. gstreamer doesn't play nice with rhythmbox</h3>
<p> gstreamer-0.6.3 doesn't play nice with rhythmbox. It is
recommended you build rhythmbox with <tt>-DWITH_XINE</tt> for
now. (<b>UPDATE:</b> As of gstreamer-plugins-0.6.3_1, this
problem has been resolved.)
</p>
<h3>4. GDM crashes on startup</h3>
<p>GDM may crash on startup, especially on 5.1-RELEASE and
earlier. All GDM users need to copy
<tt>/usr/X11R6/etc/gdm/factory-gdm.conf</tt> over
<tt>/usr/X11R6/etc/gdm/gdm.conf</tt>. The old
config version from GNOME 2.2 will not work. Users of
5.1-RELEASE and earlier need to read the <tt>pkg-message</tt>
that comes with the GDM2 port/package on how to patch OpenPAM
to work with GDM2.</p>
<h3>5. gnomemeeting fails to build</h3>
<p>Gnomemeeting may fail to build if you have ffmepg installed.
If you do, remove ffmpeg, then build gnomemeeting, then
reinstall ffmpeg if so desired.</p>
&footer;
</body>
</html>