Ignore:
Timestamp:
06/09/2019 06:26:35 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
f677c49
Parents:
22b8124
Message:

Merge to HEAD 21666.
Add lxpolkit and remove LXDE dependencies on consolekit.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gdm.xml

    r22b8124 r7991b1f  
    250250      </indexterm>
    251251
     252      <para revision="sysv">
     253        In order to permanently set the default to 5, starting the
     254        <command>gdm</command> greeter screen automatically, you can modify
     255        <filename>/etc/inittab</filename>. As the  <systemitem
     256        class="username">root</systemitem> user:
     257      </para>
     258
    252259<screen role="root" revision="sysv"><userinput>make install-gdm &amp;&amp;
    253260sed /initdefault/s/3/5/ -i /etc/inittab</userinput></screen>
     261
     262      <para revision="sysv">
     263          You should also disable default elogind power management:
     264      </para>
     265
     266<screen role="root" revision="sysv"><userinput>cat &gt;&gt; /etc/elogind/logind.conf &lt;&lt; "EOF"
     267AllowSuspend=no
     268AllowHibernaion=no
     269EOF</userinput></screen>
    254270
    255271<screen role="root" revision="systemd"><userinput>systemctl enable gdm</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.