Add a "known issue" about upgrading, and list the workaround for getting
Evo to play nice with GNOME 2.4.
This commit is contained in:
parent
575baebf1c
commit
d3bf724746
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18207
1 changed files with 23 additions and 6 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/knownissues.sgml,v 1.3 2003/09/19 21:27:35 adamw Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/knownissues.sgml,v 1.4 2003/09/20 18:53:02 marcus 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;
|
||||
|
@ -17,20 +17,37 @@
|
|||
<a href="http://www.gnome.org/start/&gnomever;/notes/rnknownissues.html">
|
||||
list</a> of known issues that affect all platforms.</p>
|
||||
|
||||
<h3>1. evolution has a problem with attachments under GNOME &gnomever;</h3>
|
||||
<h3>1. Upgrading from GNOME 2.2 to &gnomever; is tricky</h3>
|
||||
|
||||
<p> evolution-1.4.4 has a problem with attachments under
|
||||
GNOME &gnomever;. This will be fixed in Evo 1.4.5 due out shortly.
|
||||
<p> You should follow the
|
||||
<a href="http://www.freebsd.org/gnome/docs/faq2.html#q5">
|
||||
instructions</a> for updating to GNOME &gnomever;. This may
|
||||
still produce errors, however. You may have to re-run
|
||||
<tt>pkgdb -F</tt> after each step. If you continue to
|
||||
encounter errors after following the upgrade instructions,
|
||||
log the entire upgrade procedure (you can use the <tt>-l</tt>
|
||||
option to <tt>portupgrade</tt> to accomplish this).
|
||||
<b>Compress</b> and send the log to
|
||||
<a href="mailto:&email;@FreeBSD.org">&email;@FreeBSD.org</a>.
|
||||
</p>
|
||||
|
||||
<h3>2. gstreamer doesn't play nice with rhythmbox</h3>
|
||||
<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;. This will be fixed in Evo 1.4.5 due out shortly. To workaround 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>
|
||||
|
||||
<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 the libxine backend for
|
||||
now.
|
||||
</p>
|
||||
|
||||
<h3>3. GDM crashes on startup</h3>
|
||||
<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
|
||||
|
|
Loading…
Reference in a new issue