Changeset 761b96b for lxde/apps


Ignore:
Timestamp:
09/21/2014 10:00:18 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:
7533b650
Parents:
9ed46c0
Message:

Pidgin-2.10.9 and LXDM-0.5.0: fixes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    r9ed46c0 r761b96b  
    121121sed -i 's:sysconfig/i18n:profile.d/i18n.sh:g' data/lxdm.in &amp;&amp;
    122122sed -i 's:/etc/xprofile:/etc/profile:g' data/Xsession &amp;&amp;
    123 sed -i 's/^bg/#&amp;/' data/lxdm.conf.in</userinput></screen>
     123sed -e 's/^bg/#&amp;/' -e '/reset=1/ s/# //' \
     124    -e 's/logou$/logout/' -i data/lxdm.conf.in</userinput></screen>
    124125
    125126    <para>
     
    156157
    157158    <para>
    158       <command>sed -i ... data/lxdm.conf.in</command>: Fix the background to the
    159       default one.
     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.
    160162    </para>
    161163
Note: See TracChangeset for help on using the changeset viewer.