Changeset 6b0840d


Ignore:
Timestamp:
07/25/2014 02:02:24 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
562810de
Parents:
f918c58
Message:

Updated gdm page.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13631 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/desktop/gdm.xml

    rf918c58 r6b0840d  
    99  <!ENTITY gdm-md5sum        "88cb6fcd8f35d60f0f7ffcd15d074c1f">
    1010  <!ENTITY gdm-size          "1.5 MB">
    11   <!ENTITY gdm-buildsize     "65 MB">
    12   <!ENTITY gdm-time          "0.5 SBU">
     11  <!ENTITY gdm-buildsize     "43 MB">
     12  <!ENTITY gdm-time          "0.3 SBU">
    1313]>
    1414
     
    127127            --sysconfdir=/etc \
    128128            --localstatedir=/var \
    129             --libexecdir=/usr/lib/gdm \
    130             --with-initial-vt=7 \
    131             --with-systemdsystemunitdir=/lib/systemd/system \
    132             --with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
    133             --with-authentication-agent-directory=/usr/lib/polkit-gnome \
    134             --with-check-accelerated-directory=/usr/lib/gnome-session \
    135             --with-gnome-settings-daemon-directory=/usr/lib/gnome-settings-daemon \
    136129            --disable-static &amp;&amp;
    137130make</userinput></screen>
     
    141134      the testsuite, issue: <command>make check</command>.
    142135    </para>
    143 
    144     <para>
    145       Now, as the <systemitem class="username">root</systemitem> user:
    146     </para>
    147 
    148 <screen role="root"><userinput>make install &amp;&amp;
    149 chown -R -v gdm:gdm /var/lib/gdm /var/cache/gdm /var/log/gdm</userinput></screen>
    150136
    151137  </sect2>
     
    160146    </para>
    161147
    162     <para>
    163       <parameter>--with-*-directory=...</parameter>: These switches
    164       specify the location of programs that are used at runtime.
    165     </para>
    166148
    167149    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    224206    </sect3>
    225207
    226     <sect3 id="gdm-init-systemd">
    227       <title>Systemd Unit File</title>
    228 
    229       <para>
    230         This package provides a systemd unit file in the source tarball.
    231         To enable it as the <systemitem class="username">root</systemitem> user:
    232       </para>
    233 
    234       <indexterm zone="gdm gdm-init-systemd">
     208    <sect3 id="gdm-init">
     209      <title>Systemd Unit</title>
     210
     211      <para>
     212        To enable the previously installed unit file issue the following
     213        command as the <systemitem class="username">root</systemitem> user:
     214      </para>
     215
     216      <indexterm zone="gdm gdm-init">
    235217        <primary sortas="f-gdm">gdm</primary>
    236218      </indexterm>
     
    256238        </seg>
    257239        <seg>
    258           libgdm.so and libgdmsimplegreeter.so
     240          libgdm.so
    259241        </seg>
    260242        <seg>
    261           /etc/dconf/db/gdm.d,
    262243          /etc/gdm,
    263244          /usr/include/gdm,
    264           /usr/lib/gdm,
    265245          /usr/share/gdm,
    266           /usr/share/help/*/gdm,
    267246          /var/cache/gdm,
    268247          /var/gdm,
Note: See TracChangeset for help on using the changeset viewer.