- Update list ot known issues for GNOME 2.4

- 22knownissues.sgml -> knownissues.sgml
This commit is contained in:
Alexander Nedotsukov 2003-09-18 16:13:26 +00:00
parent 0915b04a71
commit f351405027
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18151
5 changed files with 42 additions and 76 deletions

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/22knownissues.sgml,v 1.7 2003/08/26 07:47:30 marcus Exp $">
<!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;
<p>Below are a list of known issues with GNOME 2.2 that are
specific to FreeBSD. They are not the only known issues,
however. Please familiarize yourself with the GNOME 2.2
<a href="http://www.gnome.org/start/2.2/notes/">
release notes</a> which contains a
<a href="http://www.gnome.org/start/2.2/notes/rnknownissues.html">
list</a> of known issues that affect all platforms.</p>
<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. [<b>UPDATE:</b> This is
fixed as of version 2.2.0.1_1 of gnomepanel.]</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>.
[<b>UPDATE:</b> As of version 0.6.0_1 of gstreamer-plugins,
Hermes support is enabled by default, and thus this error
should no longer occur.]
</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>.
[<b>UPDATE:</b> As of version 2.2.0_1 of gnomeapplets2,
support for Aironet cards is working in the
wireless-applet. As of version 2.2.2_1 of gnomeapplets2,
support for both Aironet and wi-driven cards is working
in the wireless-applet (thanks to David Jonas).]
</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>
&footer;
</body>
</html>

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.8 2003/04/20 22:58:11 adamw Exp $
# $FreeBSD: www/en/gnome/docs/Makefile,v 1.9 2003/07/15 21:27:53 marcus Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -13,6 +13,6 @@ DOCS+= gnome2_porting.sgml
DOCS+= porting.sgml
DOCS+= bugging.sgml
DOCS+= volunteer.sgml
DOCS+= 22knownissues.sgml
DOCS+= knownissues.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,35 @@
<!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.4 on FreeBSD">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<p>Below are a list of known issues with GNOME 2.4 that are
specific to FreeBSD. They are not the only known issues,
however. Please familiarize yourself with the GNOME 2.4
<a href="http://www.gnome.org/start/2.4/notes/">
release notes</a> which contains a
<a href="http://www.gnome.org/start/2.4/notes/rnknownissues.html">
list</a> of known issues that affect all platforms.</p>
<h3>1. evolution has a problem with attachments under GNOME 2.4</h3>
<p> evolution-1.4.4 has a problem with attachments under
GNOME 2.4. This will be fixed in Evo 1.4.5 due out shortly.
</p>
<h3>2. gstreamer doesn't play nice with rhythmbox</h3>
<p> gstreamer-0.6.3 doesn't play nice with rhythmbox. It is
recommended you build rhtymbox with the libxine backend for
now.
</p>
&footer;
</body>
</html>

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.37 2003/07/20 17:54:30 marcus Exp $ -->
<!-- $FreeBSD: www/en/gnome/index.xsl,v 1.38 2003/08/26 07:44:05 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.37 2003/07/20 17:54:30 marcus Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/gnome/index.xsl,v 1.38 2003/08/26 07:44:05 marcus Exp $'"/>
<xsl:variable name="title" select="'FreeBSD GNOME Project'"/>
<xsl:output type="html" encoding="iso-8859-1"
@ -51,7 +51,7 @@
<small><br/>
&#183; <a href="docs/faq2.html">GNOME FAQ</a><br/>
&#183; <a href="docs/porting.html">Creating Ports</a><br/>
&#183; <a href="docs/22knownissues.html">Known Issues</a><br/>
&#183; <a href="docs/knownissues.html">Known Issues</a><br/>
</small></p>
<p><font size="+1" color="#990000"><b>Resources</b></font>

View file

@ -21,7 +21,7 @@
<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.45 2003/09/04 18:08:59 marcus Exp $
$FreeBSD: www/en/gnome/news.xml,v 1.46 2003/09/11 19:51:17 marcus Exp $
</cvs:keyword>
</cvs:keywords>
@ -303,7 +303,7 @@
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>
<a href="docs/knownissues.html">here</a>.</p>
</event>
</day>
</month>