Changeset f40b4f32 for lxde


Ignore:
Timestamp:
09/04/2014 04:57:50 PM (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.6, 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:
57caa5f
Parents:
b43538ae
Message:

LXDM-0.5.0: New fix, now, for sourcing /etc/profile.
Update to gimp-help-2.8.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    rb43538ae rf40b4f32  
    107107
    108108    <para>
    109       First, fix some files.
     109      First, some fixes.
    110110    </para>
    111111
     
    120120
    121121sed -i 's:sysconfig/i18n:profile.d/i18n.sh:g' data/lxdm.in &amp;&amp;
     122sed -i 's:/etc/xprofile:/etc/profile:g' data/Xsession &amp;&amp;
    122123sed -i 's/^bg/#&amp;/' data/lxdm.conf.in</userinput></screen>
    123124
     
    155156
    156157    <para>
    157       <command>sed -i ... lxdm.conf.in</command>: Fix the background to the
     158      <command>sed -i ... data/lxdm.conf.in</command>: Fix the background to the
    158159      default one.
    159160    </para>
    160161
    161162    <para>
    162       <command>sed -i data/lxdm.in</command>: Fix greeter's locale for BLFS
     163      <command>sed -i ... data/Xsession</command>: Source
     164      <filename>/etc/profile</filename>, instead of other file, according to
     165      BLFS standard.
     166    </para>
     167
     168    <para>
     169      <command>sed -i ... data/lxdm.in</command>: Fix greeter's locale for BLFS
    163170      specification.
    164171    </para>
Note: See TracChangeset for help on using the changeset viewer.