glfs/kde/kf5/kf5-frameworks.xml
Fernando de Oliveira f34293095b • mupdf-1.8: minor reformat.
• removing spaces from EOL, from Denis Mugnier.
• BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate
  the book. One chunck had been removed. Bruce, please check if it is
  OK, now.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16645 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-11-13 14:24:57 +00:00

754 lines
26 KiB
XML

<?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 "30 MB">
<!ENTITY kf5-buildsize "1.0 GB">
<!ENTITY kf5-time "43 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>935921bcc04f7e4af10be8e57b7ac899 attica-5.15.0.tar.xz
#5a41b547927190d366501cf61d86ec07 extra-cmake-modules-5.15.0.tar.xz
554e64ff431714fa1b287cd86a3ad958 kapidox-5.15.0.tar.xz
38c7374689688c045cd5ba1acb4ea91b karchive-5.15.0.tar.xz
2cafea53c814ee47313805e98422b832 kcodecs-5.15.0.tar.xz
f7169075c22857b40d256bd6323d1a10 kconfig-5.15.0.tar.xz
8d4f4f374649419fe34e24766f5ec22b kcoreaddons-5.15.0.tar.xz
70aa5b3207b85100d59d992113c02a1a kdbusaddons-5.15.0.tar.xz
587a96871eabc9e56885fb7aa81923ec kdnssd-5.15.0.tar.xz
8aa1cbd8e47ba7a459e375ece56fe195 kguiaddons-5.15.0.tar.xz
6b1be481a81380b894d056ddcdd4a34f ki18n-5.15.0.tar.xz
6c81f38367bf36b23411cfa96d41d333 kidletime-5.15.0.tar.xz
90831d906b5ab8224bb4a4a6c01e11b5 kimageformats-5.15.0.tar.xz
f31edaae6d138bc2e1464e742796651d kitemmodels-5.15.0.tar.xz
b8b009980f0831aadfda47bcf59750ae kitemviews-5.15.0.tar.xz
c5715f3a436e02b3f4cf722fe12ddab3 kplotting-5.15.0.tar.xz
78ec000eadcf4a9ad0d989f4c4b54bc6 kwidgetsaddons-5.15.0.tar.xz
08e0b05204a4129f73873ef2b61a6a3b kwindowsystem-5.15.0.tar.xz
6bb0d1877e42c4d477e6d05185397df0 networkmanager-qt-5.15.0.tar.xz
5d18bd8ffd294a85ddf3f1765d8726d6 solid-5.15.0.tar.xz
84d598084fd3bbcccc28746db9b2d162 sonnet-5.15.0.tar.xz
87e37a9c741adb9a124b64f2227ff7c0 threadweaver-5.15.0.tar.xz
ff73dca44ac6d7f82d5d9d4d7b70d4d2 kauth-5.15.0.tar.xz
a72bf104bd073134e4bdf77dbf6677ab kcompletion-5.15.0.tar.xz
8a205f76a3ca73b585cfabfafdc97571 kcrash-5.15.0.tar.xz
57f930c04fc8befe6ce908b46abab05f kdoctools-5.15.0.tar.xz
65b286bef837ec661187613843381bfe kpty-5.15.0.tar.xz
533999e2ef653fcc4100861c36794704 kunitconversion-5.15.0.tar.xz
e1dcd700999ed0764e6659e8519a8a65 kconfigwidgets-5.15.0.tar.xz
a290c0bd824e966e2a4963aa2440e74c kglobalaccel-5.15.0.tar.xz
c62075c90e8717d213a3aa4106f355b7 kpackage-5.15.0.tar.xz
09c47778e16ea256a9009952222f7420 kservice-5.15.0.tar.xz
680bc940ca1b30357e3feb4c75796264 kdesu-5.15.0.tar.xz
b228087cb2223e5330d2c7d92f272879 kemoticons-5.15.0.tar.xz
4244f5d4c377c630d81bedf4c0f4ee97 kiconthemes-5.15.0.tar.xz
7603245a0a103fb45cc893eb639fe1cb kjobwidgets-5.15.0.tar.xz
f7ee1756a658c3c41328369dcc7701db knotifications-5.15.0.tar.xz
b5e06e8f11a6eeba92893c59d3349ca7 ktextwidgets-5.15.0.tar.xz
291d29f8b9333abd9ea2d240d3eab1d9 kwallet-5.15.0.tar.xz
70785bf8fb6e952e09963b37fc35e481 kxmlgui-5.15.0.tar.xz
50e4d1a4fb7b6a2e50e7ee7f00794e33 kbookmarks-5.15.0.tar.xz
29ed2f1d3e49da57d33a478df96da772 kio-5.15.0.tar.xz
6d016b4a482e34fd75e12bb773ab68ae kdeclarative-5.15.0.tar.xz
6bad585122df5ee6e421ff192c007444 kcmutils-5.15.0.tar.xz
1dd33272081ff78e40a26262a74e499a frameworkintegration-5.15.0.tar.xz
1c05dbaead6e59818d0bef640ed05fa3 kinit-5.15.0.tar.xz
c0a82c797db0af67dfc8cfa72d6bca08 knewstuff-5.15.0.tar.xz
5fdeae0bec3fd026c084fc424518c3ce knotifyconfig-5.15.0.tar.xz
3405d285fd4277f7e7bcb34c338faec4 kparts-5.15.0.tar.xz
1c4bf1f81a246a8227afbd184375c8bc kactivities-5.15.0.tar.xz
4d4981a6700dc77fc5d9c2d4ef964c2b kded-5.15.0.tar.xz
0283ec538d61760e79060b874611c851 kdewebkit-5.15.0.tar.xz
cfbfab5e980de650448171d54ae2777c ktexteditor-5.15.0.tar.xz
f64f55e70dace3c167ef656c2e9e8498 kdesignerplugin-5.15.0.tar.xz
42a6f40fc3fbcdde924afb3547386098 plasma-framework-5.15.0.tar.xz
#6b14c285d47ffc1e1bab756cf659ab7a modemmanager-qt-5.15.0.tar.xz
ab52947f23feeb9a91b867fea2fe8d54 kpeople-5.15.0.tar.xz
59f450e03c41e58db77b4e2d7ebf0df4 kxmlrpcclient-5.15.0.tar.xz
3fdcdaf5bf8cc70beb94539278eab559 bluez-qt-5.15.0.tar.xz
51ed9354658f5e22ef3f1f9ef35f9d97 kfilemetadata-5.15.0.tar.xz
25177cb45b803baab1bfbf36e63fd396 baloo-5.15.0.tar.xz
fea1f5fb2cc65d440869b36d1a656409 portingAids/kjs-5.15.0.tar.xz
a7e41bbb268da562cd5c58b47717afa6 portingAids/kdelibs4support-5.15.0.tar.xz
369920a68f2fca8f6ce359e973d96a70 portingAids/khtml-5.15.0.tar.xz
ed8d52c80ab57166d4ac0b30213bb149 portingAids/kjsembed-5.15.0.tar.xz
5816adcf4fe5c4693bc0b162bbc48b09 portingAids/kmediaplayer-5.15.0.tar.xz
bc90445c7797c63aa210da6ba12341ae portingAids/kross-5.15.0.tar.xz
2a9971ce78f12dc38fe2dec6ab279b10 portingAids/krunner-5.15.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
others may be built if the optional dependencies have 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>