source: kde5/plasma/starting.xml@ 8fe1ea6

systemd-11177
Last change on this file since 8fe1ea6 was 8fe1ea6, checked in by Krejzi <krejzi@…>, 10 years ago

Import kde5 from kde5 branch, but keep it disabled for the time being.

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

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="plasma-starting" xreflabel="Starting KDE Plasma 5">
9 <?dbhtml filename="starting.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Starting KDE Plasma 5</title>
17
18 <bridgehead renderas="sect3">KDE Plasma 5 Startup Dependencies</bridgehead>
19
20 <bridgehead renderas="sect4">Required</bridgehead>
21 <para role="required">
22 <xref linkend="consolekit"/> (with configured PAM module),
23 <xref linkend="dbus"/> (built with X11 autolaunch support) and
24 <xref linkend="xinit"/>
25 </para>
26
27 <sect2>
28 <title>Starting KDE Plasma 5 from the command line</title>
29
30 <para>
31 To start <application>KDE Plasma 5</application> from the command
32 line, you first need to modify your <filename>.xinitrc</filename>
33 file:
34 </para>
35
36<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; EOF
37<literal># Begin .xinitrc
38
39exec ck-launch-session dbus-launch --exit-with-session startkde
40
41# End .xinitrc</literal>
42EOF</userinput></screen>
43
44 <tip>
45 <para>
46 If you are having problems starting <application>KDE Plasma 5</application>,
47 try replacing <command>startkde</command> with
48 <command>startkde-wrapper</command> in the command above.
49 </para>
50 </tip>
51
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
59 <para>
60 You can now start <application>KDE Plasma 5</application> using the
61 <command>startx</command> command.
62 </para>
63
64 </sect2>
65
66</sect1>
Note: See TracBrowser for help on using the repository browser.