Clarify the GDM D-BUS session. Doing so will head off any potential questions.

This commit is contained in:
Joe Marcus Clarke 2005-08-17 05:16:53 +00:00
parent 4dd6b24e30
commit fd1ebc26e4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25388

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/faq2.sgml,v 1.94 2005/08/06 22:21:04 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.95 2005/08/17 05:08:09 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -1042,8 +1042,21 @@ exec dbus-launch --exit-with-session gnome-session
</pre>
<p>If you use GDM to start GNOME, <a href="#q16">create a
new GDM session</a> that calls the command above to
start GNOME.</p>
new GDM session</a> with the following parameters:</p>
<pre>
[Desktop Entry]
Encoding=UTF-8
Name=GNOME with D-BUS
Comment=GNOME Desktop with D-BUS support
Exec=/usr/local/bin/dbus-launch --exit-with-session /usr/X11R6/bin/gnome-session
TryExec=/usr/local/bin/dbus-launch
Icon=
Type=Application
</pre>
<p>Call this new GDM session
<tt>gnome-dbus.desktop</tt>.</p>
</li>
</ol>
&footer;