source: kde/core/kdebase.xml@ 924561e

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 924561e was 924561e, checked in by Randy McMurchy <randy@…>, 17 years ago

Updated the kdebase instructions to point to the new D-Bus Qt3 bindings

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