source: kde/core/kdebase.xml@ eac02a0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc2 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 eac02a0 was eac02a0, checked in by Bruce Dubbs <bdubbs@…>, 17 years ago

Correct another typo

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

  • Property mode set to 100644
File size: 15.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 <!--
109 Why was this removed? Too obvious?
110
111 <note>
112 <para>The <parameter>-\-sysconfdir</parameter> parameter must be
113 the same as the command used in <application>kdelibs</application>.</para>
114 </note> -->
115
116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
117 href="../../xincludes/kde-sysconfdir.xml"/>
118
119<screen><userinput>./configure --prefix=&kde-dir; --sysconfdir=/etc/kde \
120 --disable-debug --disable-dependency-tracking &amp;&amp;
121make</userinput></screen>
122
123 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
124 href="../../xincludes/kde-apidocs.xml"/>
125
126 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
127
128<screen role='root'><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="configuration">
133 <title>Configuring Kdebase</title>
134
135
136 <sect3><title>Configuration Information</title>
137
138 <para>There is no real configuration necessary for this package other
139 than to ensure you follow the steps outlined in the last section of
140 this chapter, <xref linkend="kde-core-config"/>.</para>
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 </sect3>
153
154 </sect2>
155
156 <sect2 id="kdebase-runtime-dependencies"
157 xreflabel="KDE Base Runtime Dependencies">
158 <title>Run-Time Dependencies</title>
159
160 <para>Some <application>KDE</application> base programs access other
161 programs at run time. One additional package that has not been mentioned
162 already is <xref linkend="pciutils"/>. This enables the <application>KDE
163 Info Center</application> to use <application>lspci</application> for its
164 "pci" info section.</para>
165
166 </sect2>
167
168
169 <sect2 role="content">
170 <title>Contents</title>
171
172 <segmentedlist>
173 <segtitle>Installed Programs</segtitle>
174 <segtitle>Installed Libraries</segtitle>
175 <segtitle>Installed Directories</segtitle>
176
177 <seglistitem>
178 <seg>appletproxy, drkonqi, extensionproxy, genkdmconf, kaccess,
179 kappfinder, kapplymousetheme, kasbar, kate, kblankscrn.kss,
180 kbookmarkmerger, kcheckpass, kcheckrunning, kcminit, kcontrol,
181 kcontroledit, kdcop, kdebugdialog, kdeeject, kdeinstallktheme,
182 kdepasswd, kdeprintfax, kdesktop, kdesktop_lock, kdesu, kdesud, kdialog,
183 kdm, kdm_config, kdm_greet, kdmctl, keditbookmarks, keditfiletype,
184 kfind, kfmclient, kfontinst, kfontview, khc_docbookdig.pl, khc_htdig.pl,
185 khc_htsearch.pl, khc_indexbuilder, khc_mansearch.pl, khelpcenter,
186 khotkeys, kicker, kinfocenter, kio_media_mounthelper,
187 kio_system_documenthelper, kjobviewer, klipper,
188 klocaldomainurifilterhelper, kmenuedit, knetattach, kompmgr, konqueror,
189 konsole, kpager, kpersonalizer, kpm, kprinter, krandom.kss, krandrtray,
190 krdb, kreadconfig, krootimage, ksmserver, ksplash, ksplashsimple, kstart,
191 ksysguard, ksysguardd, ksystraycmd, ktip, ktrash, kwebdesktop, kwin,
192 kwin_killer_helper, kwin_rules_dialog, kwrite, kwriteconfig, kxkb,
193 nspluginscan, nspluginviewer, and startkde</seg>
194 <seg>Numerous KDE support libraries, helper modules, and kioslaves</seg>
195 <seg>/etc/xdg/menus/applications-merged and the following subdirectories
196 of &kde-dir;/: include/{kate, ksgrd, ksplash, kwin},
197 lib/kconf_update_bin, share/{applnk, apps/{too many to list},
198 config, config.kcfg, desktop-directories, doc/kdm, fonts,
199 /mimelnk/{fonts, media, print}, services/{searchproviders,
200 useragentstrings}, sounds, templates, wallpapers, and /var/lib/kdm</seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="kate">
210 <term><command>kate</command></term>
211 <listitem>
212 <para> is a programmer's text editor for <application>KDE</application>.</para>
213 <indexterm zone="kdebase kate">
214 <primary sortas="b-kate">kate</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="kcontrol">
220 <term><command>kcontrol</command></term>
221 <listitem>
222 <para> is the <application>KDE</application> Control Center.</para>
223 <indexterm zone="kdebase kcontrol">
224 <primary sortas="b-kcontrol">kcontrol</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="kdebugdialog">
230 <term><command>kdebugdialog</command></term>
231 <listitem>
232 <para>is a dialog box for managing diagnostic messages at runtime.</para>
233 <indexterm zone="kdebase kdebugdialog">
234 <primary sortas="b-kdebugdialog">kdebugdialog</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="kdesu">
240 <term><command>kdesu</command></term>
241 <listitem>
242 <para>is a graphical front end for the Unix
243 <command>su</command> command.</para>
244 <indexterm zone="kdebase kdesu">
245 <primary sortas="b-kdesu">kdesu</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="kdm">
251 <term><command>kdm</command></term>
252 <listitem>
253 <para>is the <application>KDE</application> display manager
254 (a replacement for <command>xdm</command>).</para>
255 <indexterm zone="kdebase kdm">
256 <primary sortas="b-kdm">kdm</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="kfind">
262 <term><command>kfind</command></term>
263 <listitem>
264 <para>is a utility to find files.</para>
265 <indexterm zone="kdebase kfind">
266 <primary sortas="b-kfind">kfind</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="khelpcenter">
272 <term><command>khelpcenter</command></term>
273 <listitem>
274 <para>is the <application>KDE</application> help tool.</para>
275 <indexterm zone="kdebase khelpcenter">
276 <primary sortas="b-khelpcenter">khelpcenter</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="kicker">
282 <term><command>kicker</command></term>
283 <listitem>
284 <para>is the <application>KDE</application> control panel.</para>
285 <indexterm zone="kdebase kicker">
286 <primary sortas="b-kicker">kicker</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
291 <varlistentry id="kinfocenter">
292 <term><command>kinfocenter</command></term>
293 <listitem>
294 <para>provides a centralized and convenient overview of your
295 <application>KDE</application> and system settings.</para>
296 <indexterm zone="kdebase kinfocenter">
297 <primary sortas="b-kinfocenter">kinfocenter</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 <varlistentry id="kioslaves">
303 <term>kioslaves</term>
304 <listitem>
305 <para>are support modules designed to be intimately familiar with a
306 certain protocol, so that a standard interface (most often these are
307 used by <command>konqueror</command>) can be used to get at data from
308 any number of places. Examples are the http and ftp kioslaves,
309 which will retrieve data from an http or ftp server respectively.</para>
310 <indexterm zone="kdebase kioslaves">
311 <primary sortas="c-kioslaves">kioslaves</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="klipper">
317 <term><command>klipper</command></term>
318 <listitem>
319 <para> is a clipboard utility.</para>
320 <indexterm zone="kdebase klipper">
321 <primary sortas="b-klipper">klipper</primary>
322 </indexterm>
323 </listitem>
324 </varlistentry>
325
326 <varlistentry id="kmenuedit">
327 <term><command>kmenuedit</command></term>
328 <listitem>
329 <para>is a utility to rearrange or add items to the K-menu.</para>
330 <indexterm zone="kdebase kmenuedit">
331 <primary sortas="b-kmenuedit">kmenuedit</primary>
332 </indexterm>
333 </listitem>
334 </varlistentry>
335
336 <varlistentry id="konqueror">
337 <term><command>konqueror</command></term>
338 <listitem>
339 <para>is a filesystem and web browser.</para>
340 <indexterm zone="kdebase konqueror">
341 <primary sortas="b-konqueror">konqueror</primary>
342 </indexterm>
343 </listitem>
344 </varlistentry>
345
346 <varlistentry id="konsole">
347 <term><command>konsole</command></term>
348 <listitem>
349 <para>is a highly configurable <application>X</application>
350 terminal emulator.</para>
351 <indexterm zone="kdebase konsole">
352 <primary sortas="b-konsole">konsole</primary>
353 </indexterm>
354 </listitem>
355 </varlistentry>
356
357 <varlistentry id="kpager">
358 <term><command>kpager</command></term>
359 <listitem>
360 <para>provides a thumbnail view of all virtual desktops.</para>
361 <indexterm zone="kdebase kpager">
362 <primary sortas="b-kpager">kpager</primary>
363 </indexterm>
364 </listitem>
365 </varlistentry>
366
367 <varlistentry id="kprinter">
368 <term><command>kprinter</command></term>
369 <listitem>
370 <para>is the printing module in <application>KDE</application>. It
371 manages the actual printing from <application>KDE</application>
372 applications. It handles print job administration and handles printer and
373 print system management.</para>
374 <indexterm zone="kdebase kprinter">
375 <primary sortas="b-kprinter">kprinter</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
380 <varlistentry id="ksplash">
381 <term><command>ksplash</command></term>
382 <listitem>
383 <para>is a splash screen that shows the progress of an application
384 that is loading.</para>
385 <indexterm zone="kdebase ksplash">
386 <primary sortas="b-ksplash">ksplash</primary>
387 </indexterm>
388 </listitem>
389 </varlistentry>
390
391 <varlistentry id="ksysguard">
392 <term><command>ksysguard</command></term>
393 <listitem>
394 <para>is a network enabled task manager and system monitor application,
395 with the additional functionality of <command>top</command>.</para>
396 <indexterm zone="kdebase ksysguard">
397 <primary sortas="b-ksysguard">ksysguard</primary>
398 </indexterm>
399 </listitem>
400 </varlistentry>
401
402 <varlistentry id="kwrite">
403 <term><command>kwrite</command></term>
404 <listitem>
405 <para>is a text editor for <application>KDE</application>.</para>
406 <indexterm zone="kdebase kwrite">
407 <primary sortas="b-kwrite">kwrite</primary>
408 </indexterm>
409 </listitem>
410 </varlistentry>
411
412 <varlistentry id="kxkb">
413 <term><command>kxkb</command></term>
414 <listitem>
415 <para>is a keyboard layout switching utility based on the X11 xkb
416 extension.</para>
417 <indexterm zone="kdebase kxkb">
418 <primary sortas="b-kxkb">kxkb</primary>
419 </indexterm>
420 </listitem>
421 </varlistentry>
422
423 </variablelist>
424
425 </sect2>
426
427</sect1>
Note: See TracBrowser for help on using the repository browser.