Changeset 10f84304


Ignore:
Timestamp:
09/25/2014 02:54:04 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, 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:
2624411
Parents:
837e96ed
Message:

Modify /etc/lxdm/lxdm.conf to include XORG_PREFIX, which may be different
from /usr. Slightly modified from Bruce's suggestion.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r837e96ed r10f84304  
    4848      <para>September 24th, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Modify /etc/lxdm/lxdm.conf to include XORG_PREFIX,
     52          which may be different from /usr. Slightly modified from
     53          Bruce's suggestion.</para>
     54        </listitem>
    5055        <listitem>
    5156          <para>[bdubbs] - Update to glibmm-2.42.0.  Fixes
  • lxde/apps/lxdm.xml

    r837e96ed r10f84304  
    122122sed -i 's:/etc/xprofile:/etc/profile:g' data/Xsession &amp;&amp;
    123123sed -e 's/^bg/#&amp;/' -e '/reset=1/ s/# //' \
     124    -e "/arg=/a arg=$XORG_PREFIX/bin/X -background vt1" \
    124125    -e 's/logou$/logout/' -i data/lxdm.conf.in</userinput></screen>
    125126
     
    157158
    158159    <para>
    159       <command>sed -i ... data/lxdm.conf.in</command>: Three modifications in
    160       the default configuration: (1) fix the background to the default one; (2)
    161       restart X when session is close; and (3) typo.
     160      <command>sed -i ... data/lxdm.conf.in</command>: Modifications in the
     161      default configuration: (1) fix the background to the default one; (2)
     162      restart X when session is close; (3) typo; and (4) include
     163      <envar>XORG_PREFIX</envar>, which may be different from <filename
     164      class="directory">/usr</filename>.
    162165    </para>
    163166
Note: See TracChangeset for help on using the changeset viewer.