Changeset c5207e4 for x/dm/lightdm.xml


Ignore:
Timestamp:
10/12/2018 11:55:59 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
8d4d84d
Parents:
9fb63b5
Message:

perl modules branch: merge trunk r20598:20625.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/lightdm.xml

    r9fb63b5 rc5207e4  
    200200
    201201<screen role="root"><userinput>make install                                                  &amp;&amp;
    202      
    203 chmod a+x /usr/bin/lightdm-session                            &amp;&amp;
     202cp tests/src/lightdm-session /usr/bin                         &amp;&amp;
     203sed -i '1 s/sh/bash --login/' /usr/bin/lightdm-session        &amp;&amp;
    204204rm -rf /etc/init                                              &amp;&amp;
    205205install -v -dm755 -o lightdm -g lightdm /var/lib/lightdm      &amp;&amp;
     
    234234
    235235  </sect2>
    236 <!--
     236
    237237  <sect2 role="commands">
    238238    <title>Command Explanations</title>
    239 
     239    <para>
     240
     241      <command>sed ... /usr/bin/lightdm-session</command>:
     242      This command ensures that the initial login via the greeter sources
     243      /etc/profile and ~/.bash_profile.  Without this, commands that depend on
     244      different environment variables may not work as expected. 
     245    </para>
     246<!--
    240247    <para>
    241248      <parameter>ITSTOOL=/bin/true</parameter>: although
     
    256263      system. This parameter prevents the error.
    257264    </para>
    258 
     265-->
    259266  </sect2>
    260 -->
     267
    261268  <sect2 role="configuration">
    262269    <title>Configuring lightdm</title>
Note: See TracChangeset for help on using the changeset viewer.