source: kde5/plasma/starting.xml@ 94b4def9

systemd-13485
Last change on this file since 94b4def9 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 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: krejzi $</othername>
13 <date>$Date: 2014-07-24 17:40:59 +0200 (Thu, 24 Jul 2014) $</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="dbus"/>,
23 <xref linkend="systemd"/> and
24 <xref linkend="xinit"/>
25 </para>
26
27 <sect2>
28 <title>Starting KDE Plasma 5 from the command line</title>
29
30 <note>
31 <para>
32 You can skip these instructions if you are going to
33 use a display manager such as <xref linkend="sddm"/>.
34 </para>
35 </note>
36
37 <para>
38 To start <application>KDE Plasma 5</application> from the command
39 line, you first need to modify your <filename>.xinitrc</filename>
40 file:
41 </para>
42
43<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; EOF
44<literal># Begin .xinitrc
45
46exec dbus-launch --exit-with-session startkde
47
48# End .xinitrc</literal>
49EOF</userinput></screen>
50
51 <tip>
52 <para>
53 If you are having problems starting <application>KDE Plasma 5</application>,
54 try replacing <command>startkde</command> with
55 <command>startkde-wrapper</command> in the command above.
56 </para>
57 </tip>
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.