glfs/kde/kf5/kf5-frameworks.xml

757 lines
26 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kf5-download-http "&kf5-download-http;">
<!ENTITY kf5-download-ftp "&kf5e-download-ftp;">
<!ENTITY kf5-md5sum "See Below">
<!ENTITY kf5-size "665 MB">
<!ENTITY kf5-buildsize "1.2 GB">
<!ENTITY kf5-time "46 SBU">
]>
<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
<?dbhtml filename="krameworks5.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Building KDE Frameworks 5 (KF5)</title>
<indexterm zone="kf5">
<primary sortas="a-kf5">KDE Frameworks</primary>
</indexterm>
<para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
QML derived from the monolithic KDE 4 libraries. They can be used
independent of the KDE Display Environment (Plasma 5).</para>
&lfs78_checked;
<para>The instructions below build all of the KDE Frameworks packages in one
step by using a bash script. </para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &kf5-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &kf5-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &kf5-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &kf5-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="boost"/>,
<xref linkend="extra-cmake-modules"/>,
<xref linkend="DocBook"/>,
<xref linkend="docbook-xsl"/>,
<xref linkend="giflib"/>,
<xref linkend="libepoxy"/>,
<xref linkend="libgcrypt"/>,
<xref linkend="libjpeg"/>,
<xref linkend="libpng"/>,
<xref linkend="libxslt"/>,
<xref linkend="lmdb"/>,
<xref linkend="phonon"/> (built with qt5),
<xref linkend="shared-mime-info"/>,
<xref linkend="perl-uri"/>, and
<xref linkend="wget"/> (required to download the packages)
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="aspell"/> (Dictionary backend for Sonnet),
<xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
<xref linkend="libdbusmenu-qt"/> (built with qt5),
<xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
<xref linkend="polkit-qt"/> (Authentication backend for KAuth)
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="bluez"/> (needed to build Bluez-Qt),
<ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink> (needed to build ModemManager-Qt)
</para>
<bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
<para role="optional">
<ulink url="http://download.kde.org/stable/plasma/5.2.0">oxygen-fonts</ulink>
</para>
<bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
<para role="optional">
<xref linkend="doxygen"/>,
<ulink url="https://pypi.python.org/packages/source/J/Jinja2/">Jinja2</ulink>, and
<ulink url="http://pyyaml.org/">PyYAML</ulink>
</para>
<bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
<para role="optional">
<xref linkend="jasper"/> and
<ulink url="http://www.openexr.com/">OpenEXR</ulink>
</para>
<bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
<para role="optional">
<xref linkend="mitkrb"/>
</para>
<bridgehead renderas="sect4">Optional dependencies for ModemManager-QT</bridgehead>
<para role="optional">
<ulink url="http://www.freedesktop.org/software/ModemManager/">ModemManager</ulink>
</para>
<bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
<para role="optional">
<xref linkend="udisks2"/>,
<xref linkend="upower"/> and
<ulink url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
</para>
<bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
<para role="optional">
<ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
<ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/kf5"/></para>
<sect2>
<title>Downloading KDE Frameworks</title>
<para>
The easiest way to get the KDE Frameworks packages is to use a single
<command>wget</command> to fetch them all at once:
</para>
<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput>
<literal>
The options used here are:
-r recurse through child directories
-nH disable generation of host-prefixed directories
--cut-dirs=3 remove three levels of directories when saving
-A '*.xz' just get the *.xz files
-np don't get parent directories</literal></screen>
</sect2>
<sect2>
<title>Setting Package Order</title>
<para>
The order of building files is important due to internal dependencies.
Create the list of files in the proper order as follows:
</para>
<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
<literal>db68ef6b8bc6841318f90f001db359b4 attica-5.17.0.tar.xz
#dedb4a47cc8f850078792b5404de0d43 extra-cmake-modules-5.17.0.tar.xz
b9b1139498ef920299b9a2afe18ef862 kapidox-5.17.0.tar.xz
30aad48540a1ff92ea9c1695f51fdb02 karchive-5.17.0.tar.xz
7cf030ca9ebb0815465a8bc5dce1a850 kcodecs-5.17.0.tar.xz
410edf8d9e568c962ab4941b0aab2aa1 kconfig-5.17.0.tar.xz
faedee33ad814d566e3ecb0cb31872b4 kcoreaddons-5.17.0.tar.xz
9686e5800a49fc858e4247a71688739f kdbusaddons-5.17.0.tar.xz
4c000db2189d5e08a8f2f326ca8813d5 kdnssd-5.17.0.tar.xz
ba46975a2e812203b76d86689b28eb86 kguiaddons-5.17.0.tar.xz
91f35b3fba203c887c697fce42cdffbe ki18n-5.17.0.tar.xz
cf7239dc8473502578e2c48eaae0f291 kidletime-5.17.0.tar.xz
52efc6a1c2dc8f33ba49c44d0ed30a82 kimageformats-5.17.0.tar.xz
a2a40aebeef9934bd710944fefe5855c kitemmodels-5.17.0.tar.xz
6f2daf1b78a59e4475f363fad1f5122f kitemviews-5.17.0.tar.xz
54b4aebe3c6a8e515f596f6e1fa50456 kplotting-5.17.0.tar.xz
54b3c5cd0cabc696d8660d44ca2f0418 kwidgetsaddons-5.17.0.tar.xz
294bcc6f70b12d3e4c1d1bc363ede9e6 kwindowsystem-5.17.0.tar.xz
8efcd476a709fe9307b9d819b7385b50 networkmanager-qt-5.17.0.tar.xz
911af1ae598c04d5183383cb4b36970f solid-5.17.0.tar.xz
eed22fb1732900294751498519e5ac4a sonnet-5.17.0.tar.xz
0f18a9e9b945e6f5e390fe7ea86f9aa6 threadweaver-5.17.0.tar.xz
84489bee19eff7c58b9def9f93000783 kauth-5.17.0.tar.xz
a8f376583e176844e84fe9eda5ac7fbf kcompletion-5.17.0.tar.xz
45ba2b1d2efadf752a04b99a873ba50b kcrash-5.17.0.tar.xz
e238a08b2d496a855c726c5c186c97b9 kdoctools-5.17.0.tar.xz
f1c3cb03e9b4c9df48a62b6186ef1ef7 kpty-5.17.0.tar.xz
17c85142d3e4b54fabd65eaa96ed3fc9 kunitconversion-5.17.0.tar.xz
c3d2446e1d03bfeb4a98f158114227b6 kconfigwidgets-5.17.0.tar.xz
afdd65793169dda4bc653fd1a3239d4f kglobalaccel-5.17.0.tar.xz
1afaa448abd0164df6be8c6c65283947 kpackage-5.17.0.tar.xz
6f6da4071f8da925be07cc51cd26b023 kservice-5.17.0.tar.xz
285803e12019449593eb7e80c5281a76 kdesu-5.17.0.tar.xz
96cb791209374e1e5ac016aba9da544d kemoticons-5.17.0.tar.xz
c7e44b909ad5ff372dfd2a2341e09e0f kiconthemes-5.17.0.tar.xz
c806e83a09b0e61ab0657b1de3a0afc7 kjobwidgets-5.17.0.tar.xz
6deaac0cc4563dc3abb7b6e2307886ee knotifications-5.17.0.tar.xz
c58ad8e036b4665f1fe1fb8cc1a996bd ktextwidgets-5.17.0.tar.xz
597b6b55a035d3d53698cdfa18ec92c3 kwallet-5.17.0.tar.xz
86675f87a02ab8cf0a0222a69d448035 kxmlgui-5.17.0.tar.xz
27952c9e577d60b32777f7f03c8c14e8 kbookmarks-5.17.0.tar.xz
b3491784b7d7ad5b450b70c1f6e19ea7 kio-5.17.0.tar.xz
bd0f526ee90ef5f24a0af50f5d203919 kdeclarative-5.17.0.tar.xz
194528db96160fe854663244c7bac7ce kcmutils-5.17.0.tar.xz
9d893ef7de02b2e61dfe24ea82744e6f frameworkintegration-5.17.0.tar.xz
9af3424a0ffd700ee9a65e96c14470f4 kinit-5.17.0.tar.xz
99343eda8cfcf0a7632d145bd2107501 knewstuff-5.17.0.tar.xz
bb5e0dd8aeffbe28c018225823a28190 knotifyconfig-5.17.0.tar.xz
0bbbd0837f1835a8e2ca149a188648bf kparts-5.17.0.tar.xz
e30b0aea360b8dbc441347d5311df872 kactivities-5.17.0.tar.xz
f29779d28bd5286dfde1e4ce7a5c1344 kded-5.17.0.tar.xz
8a7dc6209d292d61f03552b567c66692 kdewebkit-5.17.0.tar.xz
50aeddc84e24b3f69560c32aa56b9588 ktexteditor-5.17.0.tar.xz
972c4187b37644a4f8f491d759f01b2c kdesignerplugin-5.17.0.tar.xz
5b0f2f31497c81870f3ccc68e3e7a5fa plasma-framework-5.17.0.tar.xz
#7422bc84440e9ffcfdc18e371e46184a modemmanager-qt-5.17.0.tar.xz
51288bcff1eb7bd8f360c5dc09d048f4 kpeople-5.17.0.tar.xz
c5ae8477840ab1c93635dcc08910c65c kxmlrpcclient-5.17.0.tar.xz
40949a460db277907e2f9bb8163e295e bluez-qt-5.17.0.tar.xz
b40348fe69764fd95cc5254e85b29dea kfilemetadata-5.17.0.tar.xz
68f4935a18f95a2737e1cc3bc9f76fb9 baloo-5.17.0.tar.xz
#9559ac7cc25959800ecfc8ab3b2d4ee5 breeze-icons-5.17.0.tar.xz
#4a6179f80c9e253ef790d1d409884f11 oxygen-icons5-5.17.0.tar.xz
da071104f8507b04aebf201e006d234c portingAids/kjs-5.17.0.tar.xz
31293fec18749f0c0d8aad4be2ed27df portingAids/kdelibs4support-5.17.0.tar.xz
b31c6e254c591438a28095b580d9b6f2 portingAids/khtml-5.17.0.tar.xz
c38861c6dec77d27ede32cb0be49f721 portingAids/kjsembed-5.17.0.tar.xz
8b8a8b24664f2ad324d92fe83d468ce4 portingAids/kmediaplayer-5.17.0.tar.xz
2750d392adaa6fb1e5854722536ccb52 portingAids/kross-5.17.0.tar.xz
cfba38c903d9a939e3a25174837903b3 portingAids/krunner-5.17.0.tar.xz</literal>
EOF</userinput></screen>
<para>In the above list, notice that some files have been commented out with
a hash (#) character. The extra-cmake-modules entry has been commented out
because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
packages are covered separately at "TBD". The modemmanager-qt package
may be built if its optional dependency has been installed.</para>
</sect2>
<sect2 role="installation">
<title>Installation of KDE Frameworks</title>
&as_root;
<caution>
<para>If inatalling in /opt and there is an existing /opt/kf5 either as a
regular directory or a symbolic link, it should be removed (as root):</para>
<screen><userinput>rm -rf /opt/kf5</userinput></screen>
</caution>
<para>
First, start a subshell that will exit on error:
</para>
<screen><userinput>bash -e</userinput></screen>
<para>
Install all of the packages by running the following
commands:
</para>
<screen><userinput>while read -r line; do
# Get the file name, ignoring comments and blank lines
if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
file=$(echo $line | cut -d" " -f2)
pkg=$(echo $file|sed 's|^.*/||') # Remove directory
packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
tar -xf $file
pushd $packagedir
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_PREFIX_PATH=$QT5DIR \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev ..
make
as_root make install
popd
rm -rf $packagedir
as_root /sbin/ldconfig
done &lt; frameworks-&kf5-version;.md5
exit</userinput></screen>
<note><para>Any modules that have been omitted can be installed later by
using the same mkdir build; cd build; cmake; make; make install procedure
as above.</para></note>
<para>Sometimes the installation paths are hardcoded into installed files.
If the installed directory is not /usr, rename the directory and create a
symlink:</para>
<screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
to allow cmake to find the proper Qt libraries.
</para>
<para>
<parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
to apply higher level of the compiler optimizations.
</para>
<para>
<parameter>-DLIB_INSTALL_DIR=lib</parameter>: This switch is used
to get libraries to install to <filename
class="directory">$KF5_PREFIX/lib</filename> instead of <filename
class="directory">$KF5_PREFIX/lib64</filename> on a 64 bit system.
</para>
<para>
<parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
building test programs and libraries that are of no use to an end user.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
There are 53 programs installed in /opt/kf5/bin.
</seg>
<seg>
There are too many kf5 libraries (79) to list separately.
</seg>
<seg>
/opt/kf5 (symlink to /opt/kf5-&kf5-version;)
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="checkXML5">
<term><command>checkXML5</command></term>
<listitem>
<para>
is a tool to check for syntax errors in KDE DocBook XML
files.
</para>
<indexterm zone="kf5-frameworks checkXML5">
<primary sortas="b-checkXML5">checkXML5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="depdiagram-generate">
<term><command>depdiagram-generate</command></term>
<listitem>
<para>
is a tool to generate a dependency diagram.
</para>
<indexterm zone="kf5-frameworks depdiagram-generate">
<primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="depdiagram-generate-all">
<term><command>depdiagram-generate-all</command></term>
<listitem>
<para>
is a tool to generate a dependency diagram for all frameworks at once..
</para>
<indexterm zone="kf5-frameworks depdiagram-generate-all">
<primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="depdiagram-prepare">
<term><command>depdiagram-prepare</command></term>
<listitem>
<para>
is a tool to prepare dot files.
</para>
<indexterm zone="kf5-frameworks depdiagram-prepare">
<primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="desktoptojson">
<term><command>desktoptojson</command></term>
<listitem>
<para>
is a tool to convert a .desktop file to a .json file.
</para>
<indexterm zone="kf5-frameworks desktoptojson">
<primary sortas="b-desktoptojson">desktoptojson</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kactivitymanagerd">
<term><command>kactivitymanagerd</command></term>
<listitem>
<para>
is the KDE Plasma Workspace Activity Manager.
</para>
<indexterm zone="kf5-frameworks kactivitymanagerd">
<primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kbuildsycoca5">
<term><command>kbuildsycoca5</command></term>
<listitem>
<para>
rebuilds the KService desktop file system configuration
cache.
</para>
<indexterm zone="kf5-frameworks kbuildsycoca5">
<primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kcookiejar5">
<term><command>kcookiejar5</command></term>
<listitem>
<para>
is a command line interface to the HTTP cookie store used by KDE,
a D-BUS service to store/retrieve/clean cookies.
</para>
<indexterm zone="kf5-frameworks kcookiejar5">
<primary sortas="b-kcookiejar5">kcookiejar5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kded5">
<term><command>kded5</command></term>
<listitem>
<para>
consolidates several small services in one process.
</para>
<indexterm zone="kf5-frameworks kded5">
<primary sortas="b-kded5">kded5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kdeinit5">
<term><command>kdeinit5</command></term>
<listitem>
<para>
is a process launcher somewhat similar to the famous init used
for booting UNIX.
</para>
<indexterm zone="kf5-frameworks kdeinit5">
<primary sortas="b-kdeinit5">kdeinit5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kf5-config">
<term><command>kf5-config</command></term>
<listitem>
<para>
is a command line program used to retrieve information about
KDE installation or user paths.
</para>
<indexterm zone="kf5-frameworks kf5-config">
<primary sortas="b-kf5-config">kf5-config</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kf5kross">
<term><command>kf5kross</command></term>
<listitem>
<para>
executes kross scripts written in KDE Javascript, Python, Ruby,
Java and Falcon.
</para>
<indexterm zone="kf5-frameworks kf5kross">
<primary sortas="b-kf5kross">kf5kross</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kgenapidox">
<term><command>kgenapidox</command></term>
<listitem>
<para>
is a tool to generate API documentation in the KDE style.
</para>
<indexterm zone="kf5-frameworks kgenapidox">
<primary sortas="b-kgenapidox">kgenapidox</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kgendesignerplugin">
<term><command>kgendesignerplugin</command></term>
<listitem>
<para>
generates widget plugins for Qt(TM) Designer.
</para>
<indexterm zone="kf5-frameworks kgendesignerplugin">
<primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kglobalaccel5">
<term><command>kglobalaccel5</command></term>
<listitem>
<para>
is a daemon use to register the key bindings and for getting
notified when the action triggered.
</para>
<indexterm zone="kf5-frameworks kglobalaccel5">
<primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kjs5">
<term><command>kjs5</command></term>
<listitem>
<para>
is KDE ECMAScript/JavaScript engine.
</para>
<indexterm zone="kf5-frameworks kjs5">
<primary sortas="b-kjs5">kjs5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kjscmd5">
<term><command>kjscmd5</command></term>
<listitem>
<para>
is a tool for launching KJSEmbed scripts from the command line.
</para>
<indexterm zone="kf5-frameworks kjscmd5">
<primary sortas="b-kjscmd5">kjscmd5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kjsconsole">
<term><command>kjsconsole</command></term>
<listitem>
<para>
is a console for <command>kjs5</command>.
</para>
<indexterm zone="kf5-frameworks kjsconsole">
<primary sortas="b-kjsconsole">kjsconsole</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kmailservice5">
<term><command>kmailservice5</command></term>
<listitem>
<para>
is a mail service.
</para>
<indexterm zone="kf5-frameworks kmailservice5">
<primary sortas="b-kmailservice5">kmailservice5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kpackagelauncherqml">
<term><command>kpackagelauncherqml</command></term>
<listitem>
<para>
is a commandline tool for launching kpackage QML application
</para>
<indexterm zone="kf5-frameworks kpackagelauncherqml">
<primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kpackagetool5">
<term><command>kpackagetool5</command></term>
<listitem>
<para>
is a command line kpackage tool.
</para>
<indexterm zone="kf5-frameworks kpackagetool5">
<primary sortas="b-kpackagetool5">kpackagetool5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kreadconfig5">
<term><command>kreadconfig5</command></term>
<listitem>
<para>
is a command line tool to retrieve values from KDE
configuration files.
</para>
<indexterm zone="kf5-frameworks kreadconfig5">
<primary sortas="b-kreadconfig5">kreadconfig5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kshell5">
<term><command>kshell5</command></term>
<listitem>
<para>
start applications via kdeinit.
</para>
<indexterm zone="kf5-frameworks kshell5">
<primary sortas="b-kshell5">kshell5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ktelnetservice5">
<term><command>ktelnetservice5</command></term>
<listitem>
<para>
is a telnet service.
</para>
<indexterm zone="kf5-frameworks ktelnetservice5">
<primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="ktrash5">
<term><command>ktrash5</command></term>
<listitem>
<para>
is a helper program to handle the KDE trash can.
</para>
<indexterm zone="kf5-frameworks ktrash5">
<primary sortas="b-ktrash5">ktrash5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kwalletd5">
<term><command>kwalletd5</command></term>
<listitem>
<para>
is the wallet manager daemon.
</para>
<indexterm zone="kf5-frameworks kwalletd5">
<primary sortas="b-kwalletd5">kwalletd5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="kwriteconfig5">
<term><command>kwriteconfig5</command></term>
<listitem>
<para>
is a command line tool to write values in KDE
configuration files.
</para>
<indexterm zone="kf5-frameworks kwriteconfig5">
<primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="meinproc5">
<term><command>meinproc5</command></term>
<listitem>
<para>
converts DocBook files to HTML.
</para>
<indexterm zone="kf5-frameworks meinproc5">
<primary sortas="b-meinproc5">meinproc5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="plasmapkg2">
<term><command>plasmapkg2</command></term>
<listitem>
<para>
is a tool to install, list, remove Plasma packages
</para>
<indexterm zone="kf5-frameworks plasmapkg2">
<primary sortas="b-plasmapkg2">plasmapkg2</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="preparetips5">
<term><command>preparetips5</command></term>
<listitem>
<para>
is a script to extract the text from a tips file.
</para>
<indexterm zone="kf5-frameworks preparetips5">
<primary sortas="b-preparetips5">preparetips5</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="solid-hardware5">
<term><command>solid-hardware5</command></term>
<listitem>
<para>
is a command line tool to investigate available devices.
</para>
<indexterm zone="kf5-frameworks solid-hardware5">
<primary sortas="b-solid-hardware5">solid-hardware5</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>