Ignore:
Timestamp:
09/03/2014 10:22:26 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:
f40b4f32
Parents:
2019fa9
Message:

LXDM-0.5.0 fixes: Now, hopefully, it is the definive localization fix.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    r2019fa9 rb43538ae  
    110110    </para>
    111111
    112 <screen><userinput>mv -vi pam/lxdm{,.orig} &amp;&amp;
    113 
    114 cat &gt; pam/lxdm &lt;&lt; "EOF" &amp;&amp;
     112<screen><userinput>cat &gt; pam/lxdm &lt;&lt; "EOF" &amp;&amp;
    115113<literal>#%PAM-1.0
    116114auth        required    pam_unix.so
     
    121119EOF
    122120
     121sed -i 's:sysconfig/i18n:profile.d/i18n.sh:g' data/lxdm.in &amp;&amp;
    123122sed -i 's/^bg/#&amp;/' data/lxdm.conf.in</userinput></screen>
    124123
     
    142141    </para>
    143142
    144 <screen role="root"><userinput>make install &amp;&amp;
    145 sed 's:/etc/sysconfig/i18n:/etc/profile.d/i18n.sh:g' \
    146     -i /usr/sbin/lxdm</userinput></screen>
     143<screen role="root"><userinput>make install</userinput></screen>
    147144
    148145  </sect2>
     
    163160
    164161    <para>
     162      <command>sed -i data/lxdm.in</command>: Fix greeter's locale for BLFS
     163      specification.
     164    </para>
     165
     166    <para>
    165167      <option>--with-pam</option>: This option enables use of pam
    166168      authentication.
     
    170172      <option>--with-systemdsystemunitdir=no</option>: BLFS does not support
    171173      systemd.
    172     </para>
    173 
    174     <para>
    175       <command>sed ... -i /usr/sbin/lxdm</command>: Fix <command>lxdm</command>
    176       greeter to user locale.
    177174    </para>
    178175
Note: See TracChangeset for help on using the changeset viewer.