Changeset ecbf490 for x/dm


Ignore:
Timestamp:
10/09/2018 07:51:41 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
42ae206
Parents:
322b688
Message:

Update to mariadb-10.3.10.
Update to cmake-3.12.3.
Update to mercurial-4.7.2.

Install a lightdm support file with fixes
to ensure the system environment matches the environment
when starting the graphical interface from the command line.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20609 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/lightdm.xml

    r322b688 recbf490  
    201201<screen role="root"><userinput>make install                                                  &amp;&amp;
    202202cp tests/src/lightdm-session /usr/bin                         &amp;&amp;
    203 chmod a+x /usr/bin/lightdm-session                            &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.