Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gdm.xml

    rbf96a53 rd515b88  
    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-minor-38;/gdm-&gdm-version;.tar.xz">
     8  <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-minor-38;/gdm-&gdm-version;.tar.xz">
     9  <!ENTITY gdm-md5sum        "ddc782eaf0b0345ee34fb396f67bd44d">
     10  <!ENTITY gdm-size          "772 KB">
     11  <!ENTITY gdm-buildsize     "35 MB">
     12  <!ENTITY gdm-time          "0.2 SBU">
    1313]>
    1414
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    144145
    145146meson --prefix=/usr               \
    146       --buildtype=release         \
     147      -Dplymouth=disabled         \
    147148      -Dgdm-xsession=true         \
     149      -Dpam-mod-dir=/lib/security \
    148150      -Dsystemd-journal=false     \
    149151      -Dsystemdsystemunitdir=/tmp \
     
    155157
    156158meson --prefix=/usr               \
    157       --buildtype=release         \
    158       -Dgdm-xsession=true ..      &amp;&amp;
     159      -Dplymouth=disabled         \
     160      -Dgdm-xsession=true         \
     161      -Dpam-mod-dir=/lib/security .. &amp;&amp;
    159162ninja</userinput></screen>
    160163
     
    176179  <sect2 role="commands">
    177180    <title>Command Explanations</title>
    178 
    179     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    180       href="../../xincludes/meson-buildtype-release.xml"/>
    181181
    182182    <para>
     
    184184      to make <application>GDM</application> start on VT7
    185185      instead of the first free VT.
     186    </para>
     187
     188    <para>
     189      <parameter>-Dplymouth=disabled</parameter>: GDM now explicitly requires
     190      plymouth to be installed. Use this switch to disable this dependency.
    186191    </para>
    187192
     
    322327        <listitem>
    323328          <para>
    324             is a login prompt for <application>GNOME</application>
     329            is a login prompt for <application>GNOME</application>.
    325330          </para>
    326331          <indexterm zone="gdm gdm-prog">
     
    334339        <listitem>
    335340          <para>
    336             is a screenshot tool for <application>GDM</application>
     341            is a screenshot tool for <application>GDM</application>.
    337342          </para>
    338343          <indexterm zone="gdm gdm-screenshot">
Note: See TracChangeset for help on using the changeset viewer.