Changeset f3979ba for lxde/apps/lxdm.xml


Ignore:
Timestamp:
09/02/2014 10:53:27 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:
cf694de
Parents:
37ffedf2
Message:

Update to exempi-2.2.2.
Update to libunistring-0.9.4.
Update to lxde-common-0.5.6.
Update to iso-codes-3.56.
Update to appstream-glib-0.3.0.
LXDM-0.5.0 fixes: typo in configure, localization and starting.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lxde/apps/lxdm.xml

    r37ffedf2 rf3979ba  
    131131            --sysconfdir=/etc \
    132132            --with-pam        \
    133             --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
     133            --with-systemdsystemunitdir=no &amp;&amp;
    134134make</userinput></screen>
    135135
     
    143143
    144144<screen role="root"><userinput>make install</userinput></screen>
     145
    145146  </sect2>
    146147
     
    165166
    166167    <para>
    167       <option>--with-systemdsystemunitdir=no</option>: Main BLFS does not
    168       support systemd.
     168      <option>--with-systemdsystemunitdir=no</option>: BLFS does not support
     169      systemd.
    169170    </para>
    170171
     
    213214        image to your home directory, with the name <filename>.face</filename>.
    214215      </para>
     216
     217    </sect3>
     218
     219    <sect3>
     220      <title>Localization</title>
     221
     222      <para>
     223        If you wish <command>lxdm</command> greeter in your native language,
     224        for non-English speakers, a fix is necessary, as <systemitem
     225        class="username">root</systemitem> user:
     226      </para>
     227
     228<screen role="root"><userinput>sed -i '1a\\nexport <replaceable>&lt;your_LANG&gt;</replaceable>' /usr/sbin/lxdm</userinput></screen>
     229
     230      <para>
     231       where the value to be used in
     232       <replaceable>&lt;your_LANG&gt;</replaceable> is the same you obtain with
     233       <command>echo $LANG</command> command.
     234      </para>
     235
     236    </sect3>
     237
     238    <sect3>
     239      <title>Starting lxdm</title>
     240
     241      <para>
     242        You can manually start <command>lxdm</command>, e.g, if you install the
     243        bootscript, by running, as <systemitem
     244        class="username">root</systemitem> user:
     245      </para>
     246
     247<screen role="root"><userinput>/etc/rc.d/init.d/lxdm start</userinput></screen>
     248
     249      <para>
     250        Another option, change to runlevel 5, as <systemitem
     251        class="username">root</systemitem> user:
     252      </para>
     253
     254<screen role="root"><userinput>init 5</userinput></screen>
     255
     256      <para>
     257          Runlevel 5 is necessary, by definition. However, BLFS default is
     258          runlevel 3. To permanently change the default to 5, thus obtaining
     259          the <command>lxdm</command> greeter screen automatically, you need to
     260          modify <filename>/etc/inittab</filename>, as <systemitem
     261          class="username">root</systemitem> user:
     262      </para>
     263
     264<screen role="root"><userinput>mov -vi /etc/inittab{,-orig} &amp;&amp;
     265sed -i '/initdefault/ s/3/5/' /etc/inittab</userinput></screen>
    215266
    216267    </sect3>
Note: See TracChangeset for help on using the changeset viewer.