Changeset e906244


Ignore:
Timestamp:
06/21/2019 11:32:39 PM (4 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

Files:
3 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
  • lxde/desktop/lxde-common.xml

    ra20b398b re906244  
    157157
    158158<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
    159 <literal revision="sysv"># No need to run dbus-launch, since it is run by startlxde
    160 ck-launch-session startlxde</literal><literal revision="systemd"># No need to run dbus-launch, since it is run by startlxde
     159<literal># No need to run dbus-launch, since it is run by startlxde
    161160startlxde</literal>
    162161EOF
  • x/installing/libinput.xml

    ra20b398b re906244  
    8888      <xref linkend="gtk3"/> (to build the GUI event viewer),
    8989      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink> (required for tests),
    90       <ulink revision="sysv" url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink>
    91       <xref revision="systemd" linkend="libwacom"/>
    92       <!-- commas outside the rev get rendered on either version -->
    93       , and
     90      <xref linkend="libwacom"/>, and
    9491      <ulink url="https://pypi.org/project/pyparsing/">PyParsing</ulink> (for one non-root test)
    9592    </para>
Note: See TracChangeset for help on using the changeset viewer.