Changeset 95abc325 for x/dm


Ignore:
Timestamp:
09/07/2019 07:39:00 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
c131a22
Parents:
4572fb2
Message:

More fixes for lightdm:

  • itstool is required too, and Accountsservice may be used at run time
  • having pam_elogind in the PAM files allows users to shutdown, restart, hibernate, or suspend the machine

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/lightdm.xml

    r4572fb2 r95abc325  
    131131<!-- required by exo      <xref linkend="gtk3"/>, -->
    132132      <xref linkend="libgcrypt"/>,
     133      <xref linkend="itstool"/>,
    133134      <xref linkend="linux-pam"/>, and
    134135      <xref linkend="pcre"/>
     
    144145    <bridgehead renderas="sect4">Optional</bridgehead>
    145146    <para role="optional">
     147      <xref role="runtime" linkend="accountsservice"/> (run time),
    146148      <xref linkend="at-spi2-core"/>,
    147149      <xref linkend="gtk-doc"/>,
    148       <xref linkend="itstool"/>,
    149150      <xref linkend="qt5"/>,
    150151      <ulink url="https://launchpad.net/ido">libido</ulink>, and
     
    173174         -u 65 -g lightdm    \
    174175         -s /bin/false lightdm</userinput></screen>
     176
     177    <para revision="sysv">
     178      Then change the <application>Linux-PAM</application> configuration files
     179      so that <application>elogind</application> is used:
     180    </para>
     181
     182<screen revision="sysv"><userinput>sed -i s/systemd/elogind/ data/pam/*</userinput></screen>
    175183
    176184    <para>
Note: See TracChangeset for help on using the changeset viewer.