* 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:
parent
8e6ca575b9
commit
e48916dfc2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35978
1 changed files with 16 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!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 title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
|
||||||
<!ENTITY email "freebsd-gnome">
|
<!ENTITY email "freebsd-gnome">
|
||||||
<!ENTITY % navinclude.gnome "INCLUDE">
|
<!ENTITY % navinclude.gnome "INCLUDE">
|
||||||
|
@ -74,6 +74,8 @@ Note: links for existing questions should NEVER be changed.
|
||||||
GNOME?</a>
|
GNOME?</a>
|
||||||
<li> <a href="#q29">How can I get GDM to respect my locale
|
<li> <a href="#q29">How can I get GDM to respect my locale
|
||||||
settings?</a>
|
settings?</a>
|
||||||
|
<li> <a href="#procfs">Why do I not see any users in
|
||||||
|
GDM?</a>
|
||||||
</ol>
|
</ol>
|
||||||
<h2>Full Text </h2>
|
<h2>Full Text </h2>
|
||||||
|
|
||||||
|
@ -158,7 +160,7 @@ gnome_enable="YES"
|
||||||
<tt>startx(1)</tt>):</p>
|
<tt>startx(1)</tt>):</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
exec gnome-session
|
exec ck-launch-session gnome-session
|
||||||
</pre>
|
</pre>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
@ -1126,7 +1128,19 @@ export LC_ALL=<locale>
|
||||||
define <tt>gdm_lang</tt> to the desired locale
|
define <tt>gdm_lang</tt> to the desired locale
|
||||||
in <tt>/etc/rc.conf</tt>.</p>
|
in <tt>/etc/rc.conf</tt>.</p>
|
||||||
</li>
|
</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>
|
</ol>
|
||||||
&footer;
|
&footer;
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue