Changeset f88457d


Ignore:
Timestamp:
08/30/2014 04:03:23 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
dfa4daf
Parents:
9759dc7
Message:

Improvements to lxdm page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    r9759dc7 rf88457d  
    1010
    1111  <!ENTITY lxdm-download-http "http://distfiles.alpinelinux.org/distfiles/lxdm-&lxdm-version;.tar.xz">
    12   <!ENTITY lxdm-download-ftp  "ftp://">
    13   <!ENTITY lxdm-md5sum        "MD5 sum: a51686720e606ca456d7f56ae4159d1f">
     12  <!ENTITY lxdm-download-ftp  "">
     13  <!ENTITY lxdm-md5sum        "a51686720e606ca456d7f56ae4159d1f">
    1414  <!ENTITY lxdm-size          "232 KB">
    1515  <!ENTITY lxdm-buildsize     "4.6 MB">
     
    1717]>
    1818
    19 <sect1 id="lxdm" xreflabel="lxdm-&lxdm-version;">
     19<sect1 id="lxdm" xreflabel="LXDM-&lxdm-version;">
    2020  <?dbhtml filename="lxdm.html"?>
    2121
     
    2828
    2929  <indexterm zone="lxdm">
    30     <primary sortas="a-lxdm">lxdm</primary>
     30    <primary sortas="a-LXDM">LXDM</primary>
    3131  </indexterm>
    3232
    3333  <sect2 role="package">
    34     <title>Introduction to lxdm</title>
    35 
    36     <para>
    37       The <application>lxdm</application> is a
    38       lightweight display manager for
    39       <application>lxde</application>.
     34    <title>Introduction to LXDM</title>
     35
     36    <para>
     37      The <application>LXDM</application> is a
     38      lightweight display manager for<application>LXDE</application>. It can also be used as an
     39      alternative to <application>GNOME's</application><application>GDM</application> or
     40      <application>KDE's</application><application>KDM</application>.
    4041    </para>
    4142
     
    7677    </itemizedlist>
    7778
    78     <bridgehead renderas="sect3">lxdm Dependencies</bridgehead>
     79    <bridgehead renderas="sect3">LXDM Dependencies</bridgehead>
    7980
    8081    <bridgehead renderas="sect4">Required</bridgehead>
     
    100101
    101102  <sect2 role="installation">
    102     <title>Installation of lxdm</title>
    103 
    104     <para>
    105       Install <application>lxdm</application> by running the following
     103    <title>Installation of LXDM</title>
     104
     105    <para>
     106      Install <application>LXDM</application> by running the following
    106107      commands:
    107108    </para>
    108109
    109     <para>
    110       First, fix the pam configuration file to use <application>logind</application>
    111     </para>
    112110<screen><userinput>sed -e "/pam_selinux.so/d" -i pam/lxdm &amp;&amp;
    113 awk '/system-auth/{c++;if(c==2){sub("system-auth","system-account");}}1'  pam/lxdm 2&gt;&amp;1 | tee pam/lxdm</userinput></screen>
    114 
    115 <screen><userinput>./configure --prefix=/usr \
    116                                --sysconfdir=/etc \
    117                                --with-pam \
    118                                --disable-consolekit \
     111awk '/system-auth/{c++;if(c==2){sub("system-auth","system-account");}}1'  pam/lxdm 2&gt;&amp;1 | tee pam/lxdm &amp;&amp;
     112                               ./configure --prefix=/usr \
     113                               --sysconfdir=/etc         \
     114                               --with-pam                \
     115                               --disable-consolekit      \
    119116                               --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
    120117make</userinput></screen>
     
    162159  </sect2>
    163160
    164    <sect2 id="lxdm-init">
     161  <sect2 role="configuration">
     162    <title>Configuring LXDM</title>
     163
     164   <sect3 id="lxdm-init">
    165165      <title>Systemd Units</title>
    166166
    167167      <para>
    168         To start the <command>lxdm</command> daemon at boot, enable
     168        To start the <command>LXDM</command> daemon at boot, enable
    169169        the previously installed systemd unit by running the following command
    170170        as the <systemitem class="username">root</systemitem> user:
     
    177177<screen role="root"><userinput>systemctl enable lxdm</userinput></screen>
    178178
    179     </sect2>
    180 
     179    </sect3>
     180 
     181  </sect2>
    181182  <!--Required section-->
    182183  <sect2 role="content">
     
    190191      <seglistitem>
    191192        <seg>
    192           lxdm-config, lxdm and lxdm-binary
     193          lxdm-config, lxdm and lxdm-binary.
    193194        </seg>
    194195        <seg>
Note: See TracChangeset for help on using the changeset viewer.