Bring the develfaq up-to-date with respect to known issues and current

known bugs.
This commit is contained in:
Joe Marcus Clarke 2004-01-31 00:19:09 +00:00
parent b22ceae2f0
commit 4b85adbd2b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19895

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/docs/develfaq.sgml,v 1.10 2004/01/18 21:33:19 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/develfaq.sgml,v 1.11 2004/01/24 21:48:12 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME Development Branch FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -169,22 +169,25 @@ STRIP=
development versions. None of the apps that use the C++
bindings work yet; the C++ bindings themselves are there, but
none of the Fifth Toe apps will currently compile against them.</p>
<p>After updating to libgnomeui-2.5.2, some components (e.g.
gnome-panel) are unable to load their icons.</p>
<p>Desktop icons have read-only emblems. It is said this only
happens for users in the wheel group.</p>
<p>Evolution 1.5.3 crashes during startup when trying to
migrate old settings. This does not happen on a clean
account. To get around this, you cna remove
<tt>~/evolution</tt>, <tt>~/.evolution</tt>, and
<tt>~/.gconf/apps/evolution</tt>.</p>
<p>Existing GNOME &gnomedevelver; users should do the
following to work around a file conflict with libgnome and
gnomecontrolcenter2 that caused key repeat to fail:</p>
<pre>
# portupgrade -f gnomecontrolcenter2
# portupgrade -f libgnome
</pre>
<p><b>Known Bugs:</b></p>
<ul>
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=129349">
#129349</a>: [gnome-terminal] keybindings don't work if menu bar
isn't visible</li>
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=131828">
#131828</a>: [gnome-vfs] file type taking precedence over extension
type</li>
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=132154">
#132154</a>: [gnome-keyboard-properties] Keyboard repeat
rate and delay are saved as floats</li>