source: kde/core/config.xml@ 1bac25ed

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1bac25ed was 1bac25ed, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • lxde-common-0.99.0: Minor grammar and typo fixes, after Bruce's ones for 'LXQt Desktop Final Instructions'.
  • LXQt Desktop Final Instructions: typo.
  • xfce4-session-4.12.1: Minor grammar and typo fixes, after Bruce's ones for 'LXQt Desktop Final Instructions'.
  • Starting KDE4: Minor grammar and typo fixes, after Bruce's ones for 'LXQt Desktop Final Instructions'.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16487 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.7 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 KDE4">
9 <?dbhtml filename="config.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Starting KDE4</title>
17
18 <bridgehead renderas="sect3">KDE4 Startup Dependencies</bridgehead>
19
20 <bridgehead renderas="sect4">Recommended Runtime Dependencies</bridgehead>
21 <para role="recommended">
22 <xref linkend="consolekit"/> and
23 <xref linkend="dbus"/>
24 </para>
25
26 <para>After <application>Kde-workspace</application> has been installed, the
27 first important milestone has been reached. Now you need to configure your
28 system to start KDE4.</para>
29
30 <sect2 role="content">
31 <title>Starting KDE4 from the command prompt</title>
32
33 <para>
34 You can start <application>KDE4</application> from runlevel 3, using
35 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
36 such as <xref linkend="sddm"/>.
37 </para>
38
39 <para>
40 To start <application>KDE4</application> using <xref linkend="xinit"/>,
41 run the following commands:
42 </para>
43
44<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
45<literal>ck-launch-session dbus-launch --exit-with-session startkde</literal>
46EOF
47
48startx</userinput></screen>
49
50 <para>
51 The X session starts on the first unused virtual terminal, normally vt7.
52 You can switch to another vt<emphasis>n</emphasis> simultaneously
53 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
54 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
55 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
56 <command>startx</command> was executed will display many messages,
57 including X starting messages, applications automatically started with
58 the session, and eventually, some warning and error messages. You may
59 prefer to redirect those messages to a log file, which not only will keep
60 the initial vt uncluttered, but can also be used for debug purposes. This
61 can be done starting X with:
62 </para>
63
64 <screen><userinput>startx &amp;&gt; ~/.x-session-errors</userinput></screen>
65
66 <note>
67 <para>
68 You may wish to drop consolekit and/or dbus-launch, e.g., just using
69 startkde in ~/.xinitrc. However some capabilities such as mounting or
70 umounting file systems from a file manager will not be possible, or the
71 reboot option will be absent or inoperative, among other problems.
72 </para>
73 </note>
74
75 <para>
76 When shutting down or rebooting, the shutdown messages appear on the vt
77 where X was running. If you wish to see those messages, simultaneously
78 press keys Alt-F7 (assuming that X was running on vt7).
79 </para>
80
81 </sect2>
82
83 <sect2 role="content">
84 <title>Starting KDE4 at boot</title>
85
86 <para>KDE4 comes with a graphical login interface called KDM (the KDE4 Display
87 Manager), which provides a customizable graphical login at boot. To use KDM,
88 you need to edit your <filename>/etc/inittab</filename> file (as the
89 <systemitem class="username">root</systemitem> user).
90 First, setup run-level 5 to start KDM (adjust
91 the path to kdm according to your system):</para>
92
93<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; EOF
94<literal>kd:5:respawn:/opt/kde/bin/kdm</literal>
95EOF</userinput></screen>
96
97 <para>Additionally, you need to change the default run-level from 3 to 5:</para>
98
99<screen><userinput>sed -i 's#id:3:initdefault:#id:5:initdefault:#' /etc/inittab</userinput></screen>
100
101 <para>You can now restart your system and see the KDE4 login
102 screen.</para>
103
104 </sect2>
105
106 <sect2 role="content">
107 <title>Installing further languages (l10n)</title>
108
109 <para>You may want to install support for your locale language. The l10n
110 packages can be found at <ulink
111 url="&kde-download-http;applications/&kde-apps-version;/src/kde-l10n/">
112 &kde-download-http;applications/&kde-apps-version;/src/kde-l10n/</ulink>.
113 See <xref linkend="kde-add-pkgs"/> for build instructions. If you are in a
114 KDE4 session when installing a new language and configure KDE4 to use it, the
115 session needs to be restarted, in order to see the effects.</para>
116
117 </sect2>
118
119 <sect2 role="content">
120 <title>Installing further KDE4 packages</title>
121
122 <para>Every subsequent package can be built while having
123 <application>KDE4</application> up and running, but remember to keep
124 <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.