Changeset 3565e02 for gnome


Ignore:
Timestamp:
11/19/2005 11:59:27 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cdb6f7a
Parents:
01bf7b38
Message:

Added notes to start a D-BUS session daemon to the D-BUS, GDM and GNOME Configuration instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5283 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
gnome
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gdm.xml

    r01bf7b38 r3565e02  
    181181      </indexterm>
    182182
    183       <para><command>gdm</command> can be tested by executing it from a
    184       <systemitem class="username">root</systemitem> console.</para>
     183      <para id="gdm-config-dbus">If you have <application>D-BUS</application>
     184      installed and you want to start the session
     185      <application>D-BUS</application> daemon when you start the GNOME desktop
     186      environment using <command>gdm</command>, you'll need to create a new
     187      Xsession file. Create the file using the following command as the root
     188      user.</para>
     189
     190<screen role="root"><userinput>cat &gt; $GNOME_PREFIX/share/xsessions/gnome-dbus.desktop &lt;&lt; "EOF"
     191<literal>[Desktop Entry]
     192Encoding=UTF-8
     193Name=GNOME with D-BUS
     194Comment=GNOME Desktop with D-BUS support
     195Exec=dbus-launch --exit-with-session gnome-session
     196TryExec=/usr/bin/dbus-launch
     197Icon=
     198Type=Application</literal>
     199
     200EOF</userinput></screen>
     201
     202      <para>Choose this session using the session selection dialog on the
     203      display manager login screen. You also have the opportunity to make this
     204      your default session.</para>
     205
     206      <para><command>gdm</command> can be tested by executing it as the
     207      <systemitem class="username">root</systemitem> user. Use the
     208      <command>gdm-stop</command> command if you wish to stop the display
     209      manager.</para>
    185210
    186211    </sect3>
     
    194219      <envar>GNOME_PREFIX</envar> environment variable is anything other than
    195220      <filename class='directory'>/usr</filename> or
    196       <filename class='directory'>/opt/gnome-2.10</filename>, you will need to
    197       modify the <envar>PATH</envar> statement in the script to include the
    198       path where you have <application>GNOME</application> installed.</para>
     221      <filename class='directory'>/opt/gnome-&gnome-version;</filename>, you
     222      will need to modify the <envar>PATH</envar> statement in the script to
     223      include the path where you have <application>GNOME</application>
     224      installed.</para>
    199225
    200226      <indexterm zone="gdm gdm-init">
  • gnome/core/config.xml

    r01bf7b38 r3565e02  
    2727  daemon here, use the following command instead of the one shown above:</para>
    2828
    29 <screen><userinput>echo "exec dbus-launch --sh-syntax --exit-with-session gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
     29<screen><userinput>echo "exec dbus-launch --exit-with-session gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
    3030
    3131  <note>
Note: See TracChangeset for help on using the changeset viewer.