Changeset 6745246


Ignore:
Timestamp:
08/31/2014 04:03:10 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14686, systemd-13485
Children:
080c201
Parents:
f94dcd5
Message:

Minor fixes to LXDM page.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    rf94dcd5 r6745246  
    3636    <para>
    3737      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>.
     38      lightweight display manager for the <application>LXDE</application> desktop. 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>.
    4141    </para>
    4242
     
    109109
    110110<screen><userinput>sed -e "/pam_selinux.so/d" -i pam/lxdm &amp;&amp;
    111 awk '/system-auth/{c++;if(c==2){sub("system-auth","system-account");}}1'  pam/lxdm 2&gt;&amp;1 | tee pam/lxdm &amp;&amp;
     111awk '/system-auth/{c++;if(c==2){sub("system-auth","system-account");}}1' pam/lxdm 2&gt;&amp;1 | tee pam/lxdm &amp;&amp;
    112112                               ./configure --prefix=/usr \
    113113                               --sysconfdir=/etc         \
     
    192192        It is also possible to set the preferred session on a per-user basis by
    193193        editing the ~/.dmrc file for each user and adding:
    194         <screen><literal>[Desktop]
     194        <screen><literal>
     195        [Desktop]
    195196        Session=xfce</literal></screen>
    196197      </para>
Note: See TracChangeset for help on using the changeset viewer.