source: kde/core/kdebase.xml@ 6732c094

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6732c094 was 6732c094, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated all the XML files (and the one stylesheet) to use the 4.5 version of DocBook XML DTD

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

  • Property mode set to 100644
File size: 15.5 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 <!ENTITY kdebase-download-http "&kde-download-http;/kdebase-&kde-version;.tar.bz2">
7 <!ENTITY kdebase-download-ftp "&kde-download-ftp;/kdebase-&kde-version;.tar.bz2">
8 <!ENTITY kdebase-md5sum "a53f589f58012e655a52220a6a151019">
9 <!ENTITY kdebase-size "23.1 MB">
10 <!ENTITY kdebase-buildsize "265 MB (additional 33 MB for API docs)">
11 <!ENTITY kdebase-time "12.8 SBU (additional 0.4 SBU for API docs)">
12]>
13
14<sect1 id="kdebase" xreflabel="kdebase-&kde-version;">
15 <?dbhtml filename="kdebase.html"?>
16
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Kdebase-&kde-version;</title>
23
24 <indexterm zone="kdebase">
25 <primary sortas="a-kdebase">Kdebase</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Kdebase</title>
30
31 <para><application>kdebase</application> is the last mandatory package
32 required for the <application>K Desktop Environment</application>. It
33 provides various applications, infrastructure files and libraries.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing='compact'>
37 <listitem>
38 <para>Download (HTTP): <ulink url="&kdebase-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&kdebase-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &kdebase-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &kdebase-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &kdebase-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &kdebase-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Kdebase Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="kdelibs"/></para>
61
62 <bridgehead renderas="sect4">Recommended</bridgehead>
63 <para role="recommended"><xref linkend="libjpeg"/>,
64 <xref linkend="libart_lgpl"/>,
65 <xref linkend="libxml2"/>,
66 <xref linkend="openssl"/>, and
67 <xref linkend="jdk"/></para>
68
69 <bridgehead renderas="sect4">Optional</bridgehead>
70 <para role="optional"><xref linkend="libusb"/>,
71 <xref linkend="linux-pam"/>,
72 <xref linkend="openldap"/>,
73 <xref linkend="cyrus-sasl"/>,
74 <xref linkend="samba3"/>,
75 <xref linkend="hal"/>,
76 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/>,
77 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
78 <ulink url="http://www.openexr.com/">OpenEXR</ulink>,
79 <ulink url="http://www.linux1394.org/">libraw1394</ulink>,
80 <ulink url="http://secure.netroedge.com/~lm78/">lm_sensors</ulink>
81 (requires <ulink url="http://sourceforge.net/projects/linux-diag">Sysfs
82 Utilities</ulink>),
83 <ulink url="http://www.opensource.apple.com/darwinsource/tarballs/apsl/">mDNSResponder</ulink>,
84 <xref linkend="graphviz"/>, and
85 <xref linkend="doxygen"/></para>
86
87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/kdebase"/></para>
89
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of Kdebase</title>
94
95 <note>
96 <para>You should ensure a <systemitem
97 class="groupname">nogroup</systemitem> group exists on your system before
98 performing the <command>configure</command> command, as
99 <application>kdebase</application> installs a program
100 (<filename>$KDE_PREFIX/bin/kdesud</filename>) with group ownership of
101 <systemitem class="groupname">nogroup</systemitem>.</para>
102 </note>
103
104 <para>This package does not come with a test suite.</para>
105
106 <para>Install <application>kdebase</application> with:</para>
107
108 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
109 href="../../xincludes/kde-sysconfdir.xml"/>
110
111<screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
112 --disable-debug --disable-dependency-tracking &amp;&amp;
113make</userinput></screen>
114
115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
116 href="../../xincludes/kde-apidocs.xml"/>
117
118 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
119
120<screen role='root'><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="configuration">
125 <title>Configuring Kdebase</title>
126
127
128 <sect3><title>Configuration Information</title>
129
130 <para>There is no real configuration necessary for this package other
131 than to ensure you follow the steps outlined in the last section of
132 this chapter, <xref linkend="kde-core-config"/>.</para>
133
134 </sect3>
135
136 </sect2>
137
138 <sect2 id="kdebase-runtime-dependencies"
139 xreflabel="KDE Base Runtime Dependencies">
140 <title>Run-Time Dependencies</title>
141
142 <para>Note that there are two additional packages you can install that
143 are used at run-time for <command>konqueror</command> ioslave protocols.
144 You can install the <ulink
145 url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>
146 package to enable the <quote>floppy</quote> ioslave protocol. This will
147 allow easy access to the floppy disk drives on your system. The <ulink
148 url="http://packages.debian.org/stable/source/hfsplus">hfsplus</ulink>
149 package can be installed to access HFS+ partitions on a Mac OS system
150 using the <quote>mac</quote> ioslave.</para>
151
152 <para>One additional package that can be used at run time is <xref
153 linkend="pciutils"/>. This enables the <application>KDE Info
154 Center</application> to use <application>lspci</application> for its "pci"
155 info section.</para>
156
157 </sect2>
158
159
160 <sect2 role="content">
161 <title>Contents</title>
162
163 <segmentedlist>
164 <segtitle>Installed Programs</segtitle>
165 <segtitle>Installed Libraries</segtitle>
166 <segtitle>Installed Directories</segtitle>
167
168 <seglistitem>
169 <seg>appletproxy, drkonqi, extensionproxy, genkdmconf, kaccess,
170 kappfinder, kapplymousetheme, kasbar, kate, kblankscrn.kss,
171 kbookmarkmerger, kcheckpass, kcheckrunning, kcminit, kcontrol,
172 kcontroledit, kdcop, kdebugdialog, kdeeject, kdeinstallktheme,
173 kdepasswd, kdeprintfax, kdesktop, kdesktop_lock, kdesu, kdesud, kdialog,
174 kdm, kdm_config, kdm_greet, kdmctl, keditbookmarks, keditfiletype,
175 kfind, kfmclient, kfontinst, kfontview, khc_docbookdig.pl, khc_htdig.pl,
176 khc_htsearch.pl, khc_indexbuilder, khc_mansearch.pl, khelpcenter,
177 khotkeys, kicker, kinfocenter, kio_media_mounthelper,
178 kio_system_documenthelper, kjobviewer, klipper,
179 klocaldomainurifilterhelper, kmenuedit, knetattach, kompmgr, konqueror,
180 konsole, kpager, kpersonalizer, kpm, kprinter, krandom.kss, krandrtray,
181 krdb, kreadconfig, krootimage, ksmserver, ksplash, ksplashsimple, kstart,
182 ksysguard, ksysguardd, ksystraycmd, ktip, ktrash, kwebdesktop, kwin,
183 kwin_killer_helper, kwin_rules_dialog, kwrite, kwriteconfig, kxkb,
184 nspluginscan, nspluginviewer, and startkde</seg>
185 <seg>Numerous KDE support libraries, helper modules, and kioslaves</seg>
186 <seg>/etc/xdg/menus/applications-merged and the following subdirectories
187 of &kde-dir;/: include/{kate, ksgrd, ksplash, kwin},
188 lib/kconf_update_bin, share/{applnk, apps/{too many to list},
189 config, config.kcfg, desktop-directories, doc/kdm, fonts,
190 /mimelnk/{fonts, media, print}, services/{searchproviders,
191 useragentstrings}, sounds, templates, wallpapers, and /var/lib/kdm</seg>
192 </seglistitem>
193 </segmentedlist>
194
195 <variablelist>
196 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
197 <?dbfo list-presentation="list"?>
198 <?dbhtml list-presentation="table"?>
199
200 <varlistentry id="kate">
201 <term><command>kate</command></term>
202 <listitem>
203 <para> is a programmer's text editor for <application>KDE</application>.</para>
204 <indexterm zone="kdebase kate">
205 <primary sortas="b-kate">kate</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="kcontrol">
211 <term><command>kcontrol</command></term>
212 <listitem>
213 <para> is the <application>KDE</application> Control Center.</para>
214 <indexterm zone="kdebase kcontrol">
215 <primary sortas="b-kcontrol">kcontrol</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="kdebugdialog">
221 <term><command>kdebugdialog</command></term>
222 <listitem>
223 <para>is a dialog box for managing diagnostic messages at runtime.</para>
224 <indexterm zone="kdebase kdebugdialog">
225 <primary sortas="b-kdebugdialog">kdebugdialog</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="kdesu">
231 <term><command>kdesu</command></term>
232 <listitem>
233 <para>is a graphical front end for the Unix
234 <command>su</command> command.</para>
235 <indexterm zone="kdebase kdesu">
236 <primary sortas="b-kdesu">kdesu</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="kdm">
242 <term><command>kdm</command></term>
243 <listitem>
244 <para>is the <application>KDE</application> display manager
245 (a replacement for <command>xdm</command>).</para>
246 <indexterm zone="kdebase kdm">
247 <primary sortas="b-kdm">kdm</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="kfind">
253 <term><command>kfind</command></term>
254 <listitem>
255 <para>is a utility to find files.</para>
256 <indexterm zone="kdebase kfind">
257 <primary sortas="b-kfind">kfind</primary>
258 </indexterm>
259 </listitem>
260 </varlistentry>
261
262 <varlistentry id="khelpcenter">
263 <term><command>khelpcenter</command></term>
264 <listitem>
265 <para>is the <application>KDE</application> help tool.</para>
266 <indexterm zone="kdebase khelpcenter">
267 <primary sortas="b-khelpcenter">khelpcenter</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="kicker">
273 <term><command>kicker</command></term>
274 <listitem>
275 <para>is the <application>KDE</application> control panel.</para>
276 <indexterm zone="kdebase kicker">
277 <primary sortas="b-kicker">kicker</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="kinfocenter">
283 <term><command>kinfocenter</command></term>
284 <listitem>
285 <para>provides a centralized and convenient overview of your
286 <application>KDE</application> and system settings.</para>
287 <indexterm zone="kdebase kinfocenter">
288 <primary sortas="b-kinfocenter">kinfocenter</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="kioslaves">
294 <term>kioslaves</term>
295 <listitem>
296 <para>are support modules designed to be intimately familiar with a
297 certain protocol, so that a standard interface (most often these are
298 used by <command>konqueror</command>) can be used to get at data from
299 any number of places. Examples are the http and ftp kioslaves,
300 which will retrieve data from an http or ftp server respectively.</para>
301 <indexterm zone="kdebase kioslaves">
302 <primary sortas="c-kioslaves">kioslaves</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="klipper">
308 <term><command>klipper</command></term>
309 <listitem>
310 <para> is a clipboard utility.</para>
311 <indexterm zone="kdebase klipper">
312 <primary sortas="b-klipper">klipper</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="kmenuedit">
318 <term><command>kmenuedit</command></term>
319 <listitem>
320 <para>is a utility to rearrange or add items to the K-menu.</para>
321 <indexterm zone="kdebase kmenuedit">
322 <primary sortas="b-kmenuedit">kmenuedit</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="konqueror">
328 <term><command>konqueror</command></term>
329 <listitem>
330 <para>is a filesystem and web browser.</para>
331 <indexterm zone="kdebase konqueror">
332 <primary sortas="b-konqueror">konqueror</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
336
337 <varlistentry id="konsole">
338 <term><command>konsole</command></term>
339 <listitem>
340 <para>is a highly configurable <application>X</application>
341 terminal emulator.</para>
342 <indexterm zone="kdebase konsole">
343 <primary sortas="b-konsole">konsole</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="kpager">
349 <term><command>kpager</command></term>
350 <listitem>
351 <para>provides a thumbnail view of all virtual desktops.</para>
352 <indexterm zone="kdebase kpager">
353 <primary sortas="b-kpager">kpager</primary>
354 </indexterm>
355 </listitem>
356 </varlistentry>
357
358 <varlistentry id="kprinter">
359 <term><command>kprinter</command></term>
360 <listitem>
361 <para>is the printing module in <application>KDE</application>. It
362 manages the actual printing from <application>KDE</application>
363 applications. It handles print job administration and handles printer and
364 print system management.</para>
365 <indexterm zone="kdebase kprinter">
366 <primary sortas="b-kprinter">kprinter</primary>
367 </indexterm>
368 </listitem>
369 </varlistentry>
370
371 <varlistentry id="ksplash">
372 <term><command>ksplash</command></term>
373 <listitem>
374 <para>is a splash screen that shows the progress of an application
375 that is loading.</para>
376 <indexterm zone="kdebase ksplash">
377 <primary sortas="b-ksplash">ksplash</primary>
378 </indexterm>
379 </listitem>
380 </varlistentry>
381
382 <varlistentry id="ksysguard">
383 <term><command>ksysguard</command></term>
384 <listitem>
385 <para>is a network enabled task manager and system monitor application,
386 with the additional functionality of <command>top</command>.</para>
387 <indexterm zone="kdebase ksysguard">
388 <primary sortas="b-ksysguard">ksysguard</primary>
389 </indexterm>
390 </listitem>
391 </varlistentry>
392
393 <varlistentry id="kwrite">
394 <term><command>kwrite</command></term>
395 <listitem>
396 <para>is a text editor for <application>KDE</application>.</para>
397 <indexterm zone="kdebase kwrite">
398 <primary sortas="b-kwrite">kwrite</primary>
399 </indexterm>
400 </listitem>
401 </varlistentry>
402
403 <varlistentry id="kxkb">
404 <term><command>kxkb</command></term>
405 <listitem>
406 <para>is a keyboard layout switching utility based on the X11 xkb
407 extension.</para>
408 <indexterm zone="kdebase kxkb">
409 <primary sortas="b-kxkb">kxkb</primary>
410 </indexterm>
411 </listitem>
412 </varlistentry>
413
414 </variablelist>
415
416 </sect2>
417
418</sect1>
Note: See TracBrowser for help on using the repository browser.