Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gdm.xml

    r6c6b4190 rb6b01cb  
    55  %general-entities;
    66
    7   <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-40;/gdm-&gdm-version;.tar.xz">
    8   <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-40;/gdm-&gdm-version;.tar.xz">
    9   <!ENTITY gdm-md5sum        "fa32fee88d242ebf5d1c2fb69e74457e">
    10   <!ENTITY gdm-size          "788 KB">
    11   <!ENTITY gdm-buildsize     "36 MB">
    12   <!ENTITY gdm-time          "0.1 SBU">
     7  <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-43;/gdm-&gdm-version;.tar.xz">
     8  <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-43;/gdm-&gdm-version;.tar.xz">
     9  <!ENTITY gdm-md5sum        "d9ca2abdf2359d0420dc71a1bd1d7530">
     10  <!ENTITY gdm-size          "812 KB">
     11  <!ENTITY gdm-buildsize     "33 MB">
     12  <!ENTITY gdm-time          "0.3 SBU">
    1313]>
    1414
     
    1616  <?dbhtml filename="gdm.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>GDM-&gdm-version;</title>
     
    3532    </para>
    3633
    37     &lfs110a_checked;
     34    &lfs112_checked;
    3835
    3936    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    284281
    285282    </sect3>
     283
     284  </sect2>
     285
     286  <sect2 role="starting">
     287    <title>Starting GNOME</title>
     288
     289    <para>
     290      It is possible to start <application>GNOME</application> from the command
     291      line, rather than using GDM. However, you must still have GDM installed
     292      for some portions of the desktop to work. One reason to start from the
     293      command line is if you want Wayland support on a system that has the
     294      proprietary NVIDIA driver installed, since GDM will not show the Wayland
     295      session type on such a system.
     296    </para>
     297
     298    <para>
     299      To start <application>GNOME</application> using
     300      <xref role="nodep" linkend="xinit"/>, run the following commands:
     301    </para>
     302
     303<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     304<literal>dbus-run-session gnome-session</literal>
     305EOF
     306
     307startx</userinput></screen>
     308
     309    <para>
     310      Alternatively, to start <application>GNOME</application> with Wayland
     311      support, run the following command:
     312    </para>
     313
     314<screen role="nodump"><userinput>dbus-run-session -- gnome-shell --display-server --wayland</userinput></screen>
    286315
    287316  </sect2>
     
    305334          /etc/gdm,
    306335          /usr/include/gdm,
    307           /usr/share/gdm,
    308           /usr/share/help/*/gdm,
     336          /usr/share/gdm, and
     337          /usr/share/help/*/gdm
     338<!-- seems those diretories are not created at install, but at
     339     runtime
    309340          /var/cache/gdm,
    310341          /var/lib/gdm,
    311342          /var/log/gdm, and
    312           /var/run/gdm
     343          /var/run/gdm-->
    313344        </seg>
    314345      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.