source: kde/core/kdebase.xml@ a0f03b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 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 a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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-size "17 MB">
10<!ENTITY kdebase-buildsize "174 MB">
11<!ENTITY kdebase-time "17.1 SBU">
12
13]>
14
15<sect1 id="kdebase" xreflabel="kdebase-&kde-version;">
16<sect1info>
17<othername>$LastChangedBy: $</othername>
18<date>$Date: $</date>
19</sect1info>
20<?dbhtml filename="kdebase.html"?>
21<title>kdebase-&kde-version;</title>
22
23<sect2>
24<title>Introduction to <application>kdebase</application></title>
25
26<para><application>kdebase</application> is the second mandatory package
27(besides kdelibs) for
28the K Desktop Environment. It provides various applications and
29infrastructure files
30and libraries.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&kdebase-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&kdebase-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &kdebase-size;</para></listitem>
39<listitem><para>Estimated Disk space required:
40&kdebase-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&kdebase-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title><application>kdebase</application> dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="kdelibs"/></para></sect4>
48<sect4><title>Optional</title>
49<para>
50<xref linkend="libxml2"/>,
51<xref linkend="j2sdk"/>,
52<xref linkend="lesstif"/>,
53<xref linkend="openssl"/>,
54<xref linkend="Linux_PAM"/>,
55<xref linkend="libtiff"/>,
56<xref linkend="openldap"/>,
57<xref linkend="pkgconfig"/>,
58<xref linkend="libart_lgpl"/>,
59<xref linkend="samba3"/>,
60<ulink url="http://mtools.linux.lu/?power-to-the-parliament">Mtools</ulink>,
61<ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
62<ulink url="http://www.ece.uvic.ca/~mdadams/jasper/">JasPer</ulink>,
63<ulink
64url="http://www.research.att.com/sw/tools/graphviz/">graphviz</ulink>
65and
66<ulink url="http://www.stack.nl/~dimitri/doxygen/">doxygen</ulink>
67</para></sect4>
68</sect3>
69
70</sect2>
71
72<sect2>
73<title>Installation of <application>kdebase</application></title>
74
75<para>Install kdebase with:</para>
76<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
77 --disable-dependency-tracking &amp;&amp;
78make &amp;&amp;
79make install</command></userinput></screen>
80
81</sect2>
82
83<sect2>
84<title>Contents</title>
85
86<para>Major programs in <application>kdebase</application> include
87<command>kate</command>,
88<command>kcontrol</command>,
89<command>kdebugdialog</command>,
90<command>kdeprint</command>,
91<command>kdesu</command>,
92<command>kdm</command>,
93<command>kfind</command>,
94<command>khelpcenter</command>,
95<command>kicker</command>,
96<command>kinfocenter</command>,
97<command>kioslave</command>,
98<command>klipper</command>,
99<command>kmenuedit</command>,
100<command>konqueror</command>,
101<command>konsole</command>,
102<command>kpager</command>,
103<command>ksplashml</command>,
104<command>ksysguard</command>,
105<command>kwrite</command> and
106<command>kxkb</command>.
107</para>
108
109</sect2>
110
111<sect2><title>Description</title>
112
113<sect3><title>kate</title>
114<para><command>kate</command> is a programmer's text editor for
115<acronym>KDE</acronym>.</para></sect3>
116
117<sect3><title>kcontrol</title>
118<para><command>kcontrol</command> is <acronym>KDE</acronym> Control
119Center.</para></sect3>
120
121<sect3><title>kdebugdialog</title>
122<para><command>kdebugdialog</command> is a dialog box for managing
123diagnostic messages at runtime.</para></sect3>
124
125<sect3><title>kdeprint</title>
126<para><command>kdeprint</command> provides print job
127administration.</para></sect3>
128
129<sect3><title>kdesu</title>
130<para><command>kdesu</command> is a graphical front end for the
131Unix <command>su</command> command.</para></sect3>
132
133<sect3><title>kdm</title>
134<para><command>kdm</command> is the <acronym>KDE</acronym> display
135manager (a
136replacement for <command>xdm</command>).</para></sect3>
137
138<sect3><title>kfind</title>
139<para><command>kfind</command> is an utility to find
140files.</para></sect3>
141
142<sect3><title>khelpcenter</title>
143<para><command>khelpcenter</command> is the <acronym>KDE</acronym> help
144tool.</para></sect3>
145
146<sect3><title>kicker</title>
147<para><command>kicker</command> is the <acronym>KDE</acronym> control
148panel.</para></sect3>
149
150<sect3><title>kinfocenter</title>
151<para><command>kinfocenter</command> provides a centralized
152and convenient overview of your <acronym>KDE</acronym> and system
153settings.</para></sect3>
154
155<sect3><title>klipper</title>
156<para><command>klipper</command> is a clipboard utility.</para></sect3>
157
158<sect3><title>kmenuedit</title>
159<para><command>kmenuedit</command> is an utility to rearrange or add
160items to the K-menu.</para></sect3>
161
162<sect3><title>konqueror</title>
163<para><command>konqueror</command> is a filesystem and web
164browser.</para></sect3>
165
166<sect3><title>konsole</title>
167<para><command>konsole</command> is a highly configurable X terminal
168emulator.</para></sect3>
169
170<sect3><title>kpager</title>
171<para><command>kpager</command> provides a thumbnail view of all
172virtual desktops.</para></sect3>
173
174<sect3><title>ksplashml</title>
175<para><command>ksplashml</command> is a splash screen that
176shows the progress of an application that is loading.</para></sect3>
177
178<sect3><title>ksysguard</title>
179<para><command>ksysguard</command> is a network enabled task manager
180and system monitor application, with the additional functionality of
181<command>top</command>.</para></sect3>
182
183<sect3><title>kwrite</title>
184<para><command>kwrite</command> is a text editor for
185<acronym>KDE</acronym>.</para></sect3>
186
187<sect3><title>kxkb</title>
188<para><command>kxkb</command> is a keyboard layout switching
189utility based on X11 xkb extension.</para></sect3>
190
191</sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.