Ignore:
Timestamp:
07/24/2014 03:40:59 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
a77f0d7
Parents:
8fe1ea6
Message:

Adjust kde5 section for systemd branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde5/plasma/starting.xml

    r8fe1ea6 r71a44f0  
    2020  <bridgehead renderas="sect4">Required</bridgehead>
    2121  <para role="required">
    22     <xref linkend="consolekit"/> (with configured PAM module),
    23     <xref linkend="dbus"/> (built with X11 autolaunch support) and
     22    <xref linkend="dbus"/>,
     23    <xref linkend="systemd"/> (for Logind) and
    2424    <xref linkend="xinit"/>
    2525  </para>
     
    3737<literal># Begin .xinitrc
    3838
    39 exec ck-launch-session dbus-launch --exit-with-session startkde
     39exec dbus-launch --exit-with-session startkde
    4040
    4141# End .xinitrc</literal>
     
    5050    </tip>
    5151
    52     <note>
    53       <para>
    54         If you are not using <application>ConsoleKit</application>, remove
    55         <command>ck-launch-session</command> from the command above.
    56       </para>
    57     </note>
    58 
    5952    <para>
    6053      You can now start <application>KDE Plasma 5</application> using the
Note: See TracChangeset for help on using the changeset viewer.