Ignore:
Timestamp:
06/21/2019 11:32:39 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
3c750f6
Parents:
a20b398b
Message:

Remove remaining ck-launch in LXDE and Plasma, and drop external libinput reference.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/plasma5/plasma-all.xml

    ra20b398b re906244  
    359359    </para>
    360360
    361 <screen revision="sysv"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    362 <literal>ck-launch-session dbus-launch --exit-with-session $KF5_PREFIX/bin/startkde</literal>
    363 EOF
    364 
    365 startx</userinput></screen>
    366 
    367 <screen revision="systemd"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
     361<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    368362<literal>dbus-launch --exit-with-session $KF5_PREFIX/bin/startkde</literal>
    369363EOF
     
    387381    <screen><userinput>startx &amp;&gt; ~/x-session-errors</userinput></screen>
    388382
    389     <note revision="sysv">
    390       <para>
    391         You may wish to drop consolekit and/or dbus-launch, e.g., just using
    392         startkde in ~/.xinitrc. However some capabilities such as mounting or
    393         umounting file systems from a file manager will not be possible, or the
    394         reboot option may be absent or inoperative, among other problems.
    395       </para>
    396     </note>
    397383    <para>
    398384      When shutting down or rebooting, the shutdown messages appear on the vt
Note: See TracChangeset for help on using the changeset viewer.