* Update the instructions for starting GNOME from xinitrc to include a call

to ck-launch-session
* Add a QA about missing users in GDM.  GNOME still requires procfs.
This commit is contained in:
Joe Marcus Clarke 2010-07-07 22:25:40 +00:00
parent 8e6ca575b9
commit e48916dfc2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35978

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.143 2009/06/16 20:02:42 remko Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.144 2010/06/16 21:34:19 kwm Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY email "freebsd-gnome">
<!ENTITY % navinclude.gnome "INCLUDE">
@ -74,6 +74,8 @@ Note: links for existing questions should NEVER be changed.
GNOME?</a>
<li> <a href="#q29">How can I get GDM to respect my locale
settings?</a>
<li> <a href="#procfs">Why do I not see any users in
GDM?</a>
</ol>
<h2>Full Text </h2>
@ -158,7 +160,7 @@ gnome_enable="YES"
<tt>startx(1)</tt>):</p>
<pre>
exec gnome-session
exec ck-launch-session gnome-session
</pre>
</li>
@ -1126,7 +1128,19 @@ export LC_ALL=&lt;locale&gt;
define <tt>gdm_lang</tt> to the desired locale
in <tt>/etc/rc.conf</tt>.</p>
</li>
<!-- QPROCFS -->
<li style="padding-bottom: 0.5em"><a name="procfs"></a>
<p><b>Why do I not see any users in GDM?</b></p>
<!-- APROCFS -->
<p>You did not mount the <tt>procfs</tt> file system.
Procfs is not mounted by default in recent releases of FreeBSD.
You must add the following line to your <tt>/etc/fstab</tt>
file:</p>
<pre>
proc /proc procfs rw 0 0
</pre>
</li>
</ol>
&footer;
</body>