source: kde/core/config.xml@ 8e6f4f8

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 8e6f4f8 was 8e6f4f8, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Reorganize KDE4 and put in placeholders for KF5 and Phonon 5.
Oxygen Icons are now put in /usr.

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

  • Property mode set to 100644
File size: 3.2 KB
RevLine 
[d275f967]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
[8e6f4f8]8<sect1 id="kde-core-config" xreflabel="Starting KDE4">
[d275f967]9 <?dbhtml filename="config.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
[8e6f4f8]16 <title>Starting KDE4</title>
[0d7900a]17
[8e6f4f8]18 <bridgehead renderas="sect3">KDE4 Startup Dependencies</bridgehead>
[de1a0d9]19
20 <bridgehead renderas="sect4">Optional</bridgehead>
21 <para role="optional">
[4e349b9]22 <xref linkend="dbus"/> (runtime)
[de1a0d9]23 </para>
24
[0d7900a]25 <para>After <application>Kde-workspace</application> has been installed, the
26 first important milestone has been reached. Now you need to configure your
[8e6f4f8]27 system to start KDE4.</para>
[0d7900a]28
[d275f967]29 <sect2 role="content">
[8e6f4f8]30 <title>Starting KDE4 from the command prompt</title>
[d275f967]31
[8e6f4f8]32 <para>To start <application>KDE4</application> from the command prompt, you
[d275f967]33 first need to modify your <filename>.xinitrc</filename> file:</para>
[0d7900a]34
[2a7334e8]35<screen><userinput>cat &gt; ~/.xinitrc &lt;&lt; EOF
36<literal># Begin .xinitrc
[d275f967]37
38exec ck-launch-session dbus-launch --exit-with-session startkde
39
[2a7334e8]40# End .xinitrc</literal>
[d275f967]41EOF</userinput></screen>
42
[0d7900a]43 <note><para>If you are not using <application>ConsoleKit</application>, remove
[d275f967]44 <userinput>ck-launch-session</userinput>.</para></note>
[0d7900a]45
[8e6f4f8]46 <para>You can now start KDE4 using the <command>startx</command> command.</para>
[0d7900a]47
[d275f967]48 </sect2>
[0d7900a]49
[d275f967]50 <sect2 role="content">
[8e6f4f8]51 <title>Starting KDE4 at boot</title>
[0d7900a]52
[8e6f4f8]53 <para>KDE4 comes with a graphical login interface called KDM (the KDE4 Display
[2a7334e8]54 Manager), which provides a customizable graphical login at boot. To use KDM,
[0d7900a]55 you need to edit your <filename>/etc/inittab</filename> file (as the
[d275f967]56 <systemitem class="username">root</systemitem> user).
[2a7334e8]57 First, setup run-level 5 to start KDM (adjust
[d275f967]58 the path to kdm according to your system):</para>
[0d7900a]59
[2a7334e8]60<screen><userinput>cat &gt;&gt; /etc/inittab &lt;&lt; EOF
61<literal>kd:5:respawn:/opt/kde/bin/kdm</literal>
62EOF</userinput></screen>
[d275f967]63
[2a7334e8]64 <para>Additionally, you need to change the default run-level from 3 to 5:</para>
[d275f967]65
[2a7334e8]66<screen><userinput>sed -i 's#id:3:initdefault:#id:5:initdefault:#' /etc/inittab</userinput></screen>
[d275f967]67
[8e6f4f8]68 <para>You can now restart your system and see the KDE4 login
[d275f967]69 screen.</para>
[0d7900a]70
[d275f967]71 </sect2>
[0d7900a]72
[3e5e86a]73 <sect2 role="content">
74 <title>Installing further languages (l10n)</title>
75
76 <para>You may want to install support for your locale language. The l10n
[131b1b7]77 packages can be found at <ulink
[5a87e66d]78 url="&kde-download-http;applications/&kde-apps-version;/src/kde-l10n/">
79 &kde-download-http;applications/&kde-apps-version;/src/kde-l10n/</ulink>.
[3e5e86a]80 See <xref linkend="kde-add-pkgs"/> for build instructions. If you are in a
[8e6f4f8]81 KDE4 session when installing a new language and configure KDE4 to use it, the
[3e5e86a]82 session needs to be restarted, in order to see the effects.</para>
[131b1b7]83
[3e5e86a]84 </sect2>
85
[d275f967]86 <sect2 role="content">
[8e6f4f8]87 <title>Installing further KDE4 packages</title>
[3e5e86a]88
89 <para>Every subsequent package can be built while having
[8e6f4f8]90 <application>KDE4</application> up and running, but remember to keep
[3e5e86a]91 <envar>&kde-dir;</envar> and <envar>&qt4-dir;</envar> set.</para>
92
[d275f967]93 </sect2>
[0d7900a]94
[de1a0d9]95</sect1>
Note: See TracBrowser for help on using the repository browser.