source: kde/core/config.xml@ 85ec85ef

gnome
Last change on this file since 85ec85ef was fc0589b, checked in by Christopher Gregory <cjg@…>, 10 years ago

Replaced consolekit dependency on kde-workspace page with systemd Replaced consolekit dependency on starting kde page with systemd and added systemd
notes Replaced ibus external url to xref as ibus
page has been readded to kdeplasma-addons page kde-workspace lxde-common Added patch to
fix systemd-login and the Make file on the lxsession page Replaced consolekit
dependency on xfce4-session page with systemd and added optional patch deleted consolekit page

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

  • Property mode set to 100644
File size: 2.2 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="kde-core-config" xreflabel="Starting KDE">
9 <?dbhtml filename="config.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Starting KDE</title>
17
18 <bridgehead renderas="sect3">KDE Startup Dependencies</bridgehead>
19
20 <bridgehead renderas="sect4">Optional</bridgehead>
21 <para role="optional">
22 <xref linkend="dbus"/> (runtime)
23 </para>
24
25 <para>After <application>Kde-workspace</application> has been installed, the
26 first important milestone has been reached. Now you need to configure your
27 system to start KDE.</para>
28
29 <sect2 role="content">
30 <title>Starting KDE from the command prompt</title>
31
32 <para>To start <application>KDE</application> from the command prompt, you
33 first need to modify your <filename>.xinitrc</filename> file:</para>
34
35<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; EOF
36<literal># Begin .xinitrc
37
38exec dbus-launch --exit-with-session startkde
39
40# End .xinitrc</literal>
41EOF</userinput></screen>
42
43 <para>You can now start KDE using the <command>startx</command> command.</para>
44
45 </sect2>
46
47 <sect2 role="content">
48 <title>Starting KDE at boot</title>
49
50 <para>KDE comes with a graphical login interface called KDM (the KDE Display
51 Manager), which provides a customizable graphical login at boot. The <xref linkend="systemd-units"/>
52 package provides a native systemd unit file to enable it and use KDM,
53 (as the <systemitem class="username">root</systemitem> user).
54 :</para>
55
56<screen><userinput>make install-kdm</userinput></screen>
57
58 <para>You can now restart your system and see the KDE login
59 screen.</para>
60
61 </sect2>
62
63 <sect2 role="content">
64 <title>Installing further KDE packages</title>
65 <para>Every subsequent package can be built while having <application>KDE</application> up and
66 running, but remember to keep <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para>
67 </sect2>
68
69</sect1>
Note: See TracBrowser for help on using the repository browser.