Grammar nits, spelling nits, qualify the pathnames for the gdm configgeration

files, and apply some consistency to capitalization of "GDM."
This commit is contained in:
Adam Weinberger 2003-09-19 21:27:35 +00:00
parent 392d982fb9
commit 5a24e37442
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18175

View file

@ -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/knownissues.sgml,v 1.1 2003/09/18 16:13:26 bland Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/knownissues.sgml,v 1.2 2003/09/19 19:46:43 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: Known Issues with GNOME 2.4 on FreeBSD"> <!ENTITY title "FreeBSD GNOME Project: Known Issues with GNOME 2.4 on FreeBSD">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -9,8 +9,8 @@
<html> <html>
&header; &header;
<p>Below are a list of known issues with GNOME 2.4 that are <p>Below is a list of known issues with GNOME 2.4 that are
specific to FreeBSD. They are not the only known issues, specific to FreeBSD. These are not the only known issues,
however. Please familiarize yourself with the GNOME 2.4 however. Please familiarize yourself with the GNOME 2.4
<a href="http://www.gnome.org/start/2.4/notes/"> <a href="http://www.gnome.org/start/2.4/notes/">
release notes</a> which contains a release notes</a> which contains a
@ -26,19 +26,20 @@
<h3>2. gstreamer doesn't play nice with rhythmbox</h3> <h3>2. gstreamer doesn't play nice with rhythmbox</h3>
<p> gstreamer-0.6.3 doesn't play nice with rhythmbox. It is <p> gstreamer-0.6.3 doesn't play nice with rhythmbox. It is
recommended you build rhtymbox with the libxine backend for recommended you build rhythmbox with the libxine backend for
now. now.
</p> </p>
<h3>3. GDM crashes on startup</h3> <h3>3. GDM crashes on startup</h3>
<p>GDM may crash on startup especially on 5.1-RELEASE and <p>GDM may crash on startup, especially on 5.1-RELEASE and
earlier. All gdm users need to copy the earlier. All GDM users need to copy
<tt>factory-gdm.conf</tt> over the <tt>gdm.conf</tt>. The old <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 config version from GNOME 2.2 will not work. Users of
5.1-RELEASE and earlier need to read the <tt>pkg-message</tt> 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 that comes with the GDM2 port/package on how to patch OpenPAM
to work with gdm2.</p> to work with GDM2.</p>
&footer; &footer;
</body> </body>