1 /** @mainpage KDE Base Runtime Components
3 These are various components that KDE applications can expect
4 to be available at runtime.
6 The following components are available:
7 - DrKonqi, the KDE crash handler
8 - <a href="../kcmshell/html/index.html">KCMShell</a>, a simple
9 way of loading KDE control modules
10 - Various control modules
11 - KDE-Menu, a utility to find where in the K menu a given application
13 - KDebugDialog, a utility to control the debugging output in debug
15 - KDEEject, a small script to eject media
16 - KDEPrint, various runtime components of the KDE printing system
17 - KDESU, a graphical front-end to su that allows you to run programs
18 as a different user (typically with root privileges)
19 - KFile, a utility for reading and writing file metadata
20 - KHelpCenter, the KDE help center
21 - KIOClient, a command-line tool for network-transparent file
23 - KIOExec, a utility to allow non-network-aware applications to
24 open files over a network connection
26 - KMimeTypeFinder, a utility to find the mimetype of a given file
27 - KNetAttach, a wizard for connecting to a network folder
28 - KHotNewStuff, a program for downloading KDE addons
29 - <a href="../knotify/html/index.html">KNotify</a>, the KDE
31 - KPasswdServer, a daemon that allows KIO slaves to share passwords
32 - KQuitApp, a utility to close a KDE application using D-Bus
33 - KReadConfig/KWriteConfig, utilities to read and write configuration
35 - KStart, an X11 utility to start applications with special window
37 - KTimeZoneD, a KDED module for accessing and caching time zone
39 - KTraderClient, a utility for querying the KDE trader system
40 - KUIServer, an application for displaying progress information,
42 - Various plugins for KUriFilter
43 - Some basic localization information
44 - The <a href="../nepomuk/html/index.html">Nepomuk daemon and helper
46 - SolidUIServer, a KDED module to allow Solid to interact with
47 the user, for example asking for passwords for encrypted volumes
55 // DOXYGEN_SET_PROJECT_NAME = Runtime
56 // vim:ts=4:sw=4:expandtab:filetype=doxygen