Bring the develfaq up-to-date with respect to known issues and current
known bugs.
This commit is contained in:
parent
b22ceae2f0
commit
4b85adbd2b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=19895
1 changed files with 16 additions and 13 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!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 title "FreeBSD GNOME Project: GNOME Development Branch FAQ">
|
||||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
|
|
@ -169,22 +169,25 @@ STRIP=
|
||||||
development versions. None of the apps that use the C++
|
development versions. None of the apps that use the C++
|
||||||
bindings work yet; the C++ bindings themselves are there, but
|
bindings work yet; the C++ bindings themselves are there, but
|
||||||
none of the Fifth Toe apps will currently compile against them.</p>
|
none of the Fifth Toe apps will currently compile against them.</p>
|
||||||
|
|
||||||
<p>After updating to libgnomeui-2.5.2, some components (e.g.
|
<p>Evolution 1.5.3 crashes during startup when trying to
|
||||||
gnome-panel) are unable to load their icons.</p>
|
migrate old settings. This does not happen on a clean
|
||||||
|
account. To get around this, you cna remove
|
||||||
<p>Desktop icons have read-only emblems. It is said this only
|
<tt>~/evolution</tt>, <tt>~/.evolution</tt>, and
|
||||||
happens for users in the wheel group.</p>
|
<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>
|
<p><b>Known Bugs:</b></p>
|
||||||
|
|
||||||
<ul>
|
<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">
|
<li><a href="http://bugzilla.gnome.org/show_bug.cgi?id=132154">
|
||||||
#132154</a>: [gnome-keyboard-properties] Keyboard repeat
|
#132154</a>: [gnome-keyboard-properties] Keyboard repeat
|
||||||
rate and delay are saved as floats</li>
|
rate and delay are saved as floats</li>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue