Changeset a1cfa44 for x/dm/lightdm.xml


Ignore:
Timestamp:
02/21/2018 10:36:24 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
51d1fdbe
Parents:
a29d9e0
Message:

Fix W3m and lightdm

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/lightdm.xml

    ra29d9e0 ra1cfa44  
    4444    </para>
    4545
    46     &lfs81_checked;
     46    &lfs82_checked;
    4747
    4848    <bridgehead renderas="sect3">Lightdm Package Information</bridgehead>
     
    144144      <xref linkend="at-spi2-core"/>,
    145145      <xref linkend="exo"/>,
    146       <xref linkend="gtk-doc"/>, 
     146      <xref linkend="gtk-doc"/>,
    147147      <xref linkend="itstool"/>,
    148148      <xref linkend="qt5"/>,
     
    201201
    202202<screen role="root"><userinput>make install                                                  &amp;&amp;
    203 cp tests/src/lightdm-session /usr/bin                         &amp;&amp;
     203sed '\@/bin/sh@a\
     204\
     205. /etc/profile' tests/src/lightdm-session > /usr/bin/lightdm-session &amp;&amp;
     206chmod a+x /usr/bin/lightdm-session                            &amp;&amp;
    204207rm -rf /etc/init                                              &amp;&amp;
    205208install -v -dm755 -o lightdm -g lightdm /var/lib/lightdm      &amp;&amp;
     
    236239    </para>
    237240
    238 <screen><userinput>make install</userinput></screen>
     241<screen role="root"><userinput>make install</userinput></screen>
    239242
    240243  </sect2>
Note: See TracChangeset for help on using the changeset viewer.