glfs/kde/kf5/kf5-frameworks.xml
Douglas R. Reno 4e0a40f25d Fix grantlee to allow it to compile against CMake 3.15 and newer
Remove unneccessary configure flags from MLT
Fix typos in Plasma and KDE Frameworks 5
Add /opt/kf5/lib/plugins/kcms to the QT PLUGIN PATH
Added Breeze as a recommended dependency to Kdenlive

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21919 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-08-09 01:00:01 +00:00

785 lines
28 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;
<!-- kf5-download-http is defined on patches.ent
<!ENTITY kf5-download-http "&kf5-download-http;"> -->
<!ENTITY kf5-download-ftp " ">
<!ENTITY kf5-md5sum "See Below">
<!ENTITY kf5-size "264 MB">
<!ENTITY kf5-buildsize "1.1 GB (226 MB installed)">
<!ENTITY kf5-time "17 SBU (using parallelism=4)">
]>
<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-frameworks">
<primary sortas="a-kde-frameworks">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>
&lfs84_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="openssl10"/>,-->
<!--<xref linkend="qtwebkit5"/>,-->
<xref linkend="phonon"/>,
<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>
<para role="recommended">
Furthermore, the instructions below assume that the environment has been
set up as described in <xref linkend="kf5-intro"/>.
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="bluez"/> (needed to build Bluez-Qt),
<xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
</para>
<bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
<para role="optional">
<xref role="runtime" linkend="oxygen-fonts"/> and
<xref role="runtime" linkend="noto-fonts"/>
</para>
<bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
<para role="optional">
<xref role="runtime" linkend="doxygen"/>,
<xref role="runtime" linkend="Jinja2"/>, and
<xref role="runtime" linkend="PyYAML"/>
</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 Solid</bridgehead>
<para role="optional">
<xref linkend="udisks2"/>,
<xref linkend="upower"/> and
<ulink role="runtime" url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
</para>
<bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
<para role="optional">
<ulink url="&kf5apps-download-http;">gpgmepp</ulink>
</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>
<bridgehead renderas="sect4">Required dependencies for Prison</bridgehead>
<para role="optional"> <!-- Leaving as optional since these are external -->
<ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
<ulink url="http://megaui.net/fukuchi/works/qrencode/index.html/">QRencode</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 -nd -A '*.xz' -np $url</userinput>
<literal>
The options used here are:
-r recurse through child directories
-nH disable generation of host-prefixed directories
-nd do not create a hierarchy of directories
-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>51e0f8be234e1c310205d5c6f782e537 attica-5.60.0.tar.xz
#faa5121d68c6d43f1340c1a1c8254ae4 extra-cmake-modules-5.60.0.tar.xz
7f4cb9f495177d46bb6057dc495736a0 kapidox-5.60.0.tar.xz
cb8d65acddcd0eb582a77773b2de0e46 karchive-5.60.0.tar.xz
7e9d9482b52b729328e06321e2989152 kcodecs-5.60.0.tar.xz
7f80691fc6b32e04f3ea13be77edb5af kconfig-5.60.0.tar.xz
84410b718286b24577b78bc07084739d kcoreaddons-5.60.0.tar.xz
aa5b30d820742d541a6bec3579f90dd1 kdbusaddons-5.60.0.tar.xz
b405fec215786e15a798948a07a592f9 kdnssd-5.60.0.tar.xz
4a524ebb83ce9b1b39a54d0aa39e7466 kguiaddons-5.60.0.tar.xz
0cf6a6c0a4aa8427763a1d8bb61a88e2 ki18n-5.60.0.tar.xz
54923408c39459922b616b92ce2678c9 kidletime-5.60.0.tar.xz
bd8b91a8a86d438cf8ee28b0012b0d7c kimageformats-5.60.0.tar.xz
5ac5d11f5edc55d11b4ed81ead58a9bf kitemmodels-5.60.0.tar.xz
f9ebdaf2965265d0da9ebbc79bbba592 kitemviews-5.60.0.tar.xz
54c6fb70ddd04f37e5f063e8d0960b1b kplotting-5.60.0.tar.xz
e788ac09828cadec194ebf186156b205 kwidgetsaddons-5.60.0.tar.xz
e4ccac16de6c18728219c83528a8ee17 kwindowsystem-5.60.0.tar.xz
8242f78a39142afafbfce3b09a1fe974 networkmanager-qt-5.60.0.tar.xz
08e4b5b41fef66de9fb82d9e44cdfd4f solid-5.60.0.tar.xz
2ca92137613156e24367eb3349e0e5b8 sonnet-5.60.0.tar.xz
81cfb42e1c9824bf2d7c7f0491bee8dd threadweaver-5.60.0.tar.xz
00330dac282b372701a3f81de66c2e01 kauth-5.60.0.tar.xz
30d0925015e0e80de704aef5571d6897 kcompletion-5.60.0.tar.xz
1509f9fe4d665ca4c8fd660a3feaf92c kcrash-5.60.0.tar.xz
1c4ceaa9e577e0a92890273e09f6b686 kdoctools-5.60.0.tar.xz
a3ec717d5460e92e3e40fae3253237d6 kpty-5.60.0.tar.xz
c866421ae6caa2de41ba862d5a30b577 kunitconversion-5.60.0.tar.xz
3a2876bcce59ee0ee3a002223e968d69 kconfigwidgets-5.60.0.tar.xz
eca6ef1e76cba2a00ce9b0f6e6f04d00 kservice-5.60.0.tar.xz
0a9f5dad0de04a9667fc636c5cae5637 kglobalaccel-5.60.0.tar.xz
319f7b14242a54445da1df6c6938fb3d kpackage-5.60.0.tar.xz
76da218e8eba07af12681ed1ffc31c09 kdesu-5.60.0.tar.xz
2a846ab3041e4aa90545776f72974ce4 kemoticons-5.60.0.tar.xz
46d14353205a2f91a25a0bd9d2fbae7d kiconthemes-5.60.0.tar.xz
03b511db466b456db8543b8732ecdb8a kjobwidgets-5.60.0.tar.xz
95761f0597f907f9b2ba607a5ef6ac4a knotifications-5.60.0.tar.xz
7f3a72982fc9ac89dbe1cf16802b7ec9 ktextwidgets-5.60.0.tar.xz
6839d8333aa4614dcb9cd9b67954cf1b kxmlgui-5.60.0.tar.xz
b8cda472f958016a6701e39bffceba93 kbookmarks-5.60.0.tar.xz
e2b8a68528fb27281fea81273401f853 kwallet-5.60.0.tar.xz
e1c8bf207ee1721d8537c78a7dc4f166 kio-5.60.0.tar.xz
a5771426388ea795994300ec2489e557 kdeclarative-5.60.0.tar.xz
1348201acbc60eb0056f2212bb70c9d9 kcmutils-5.60.0.tar.xz
a324faf4223316f6bd92973d2efdaa4e kirigami2-5.60.0.tar.xz
c941d34b251e12edb8dbe2170c5f6806 knewstuff-5.60.0.tar.xz
231174e4b7eab864b072f381ee61a08d frameworkintegration-5.60.0.tar.xz
4424e0f90e61690f85b282c8f27f81b3 kinit-5.60.0.tar.xz
7764436e1c48baec765ad6f3ab5cc8e7 knotifyconfig-5.60.0.tar.xz
b905c041765c9a86083765d246bf950f kparts-5.60.0.tar.xz
9649a8395c83b28d03f27538cecdde1b kactivities-5.60.0.tar.xz
855f272f93f4ee40bbd1755f671258d4 kded-5.60.0.tar.xz
#4c144d0de38bd6f7e7e8a0a9589ee2dd kdewebkit-5.60.0.tar.xz
db65057619ecd72a118e739b8a3d2c63 syntax-highlighting-5.60.0.tar.xz
46a45573dd2d86e5291d0d1b8f7890c4 ktexteditor-5.60.0.tar.xz
13090edbedfdbf0aa5385b9d5b77240f kdesignerplugin-5.60.0.tar.xz
ebd69263c6d65ef59b3a70b7ae2bbae8 kwayland-5.60.0.tar.xz
796bac344bf8b8be90cc988131174a95 plasma-framework-5.60.0.tar.xz
#43693095957a309dfb210dfb81cfacf1 modemmanager-qt-5.60.0.tar.xz
2858ad1992c827e0a362a83f8c1fa775 kpeople-5.60.0.tar.xz
d0512509da62c45ebb907cf2e801133b kxmlrpcclient-5.60.0.tar.xz
a84ced1bdca1522b3b67e024dca63b26 bluez-qt-5.60.0.tar.xz
a2e12f7d2cfe18ac3c6fee74214f068b kfilemetadata-5.60.0.tar.xz
8d16dc04d79a5a497ad7e5e0db4d49cc baloo-5.60.0.tar.xz
#22b5dd5c8cb259e55fc7f716dabfb8fb breeze-icons-5.60.0.tar.xz
#d8df70afbad34688c65d98894f9f1a85 oxygen-icons5-5.60.0.tar.xz
620ca68051b8e364e13269cdde122f14 kactivities-stats-5.60.0.tar.xz
ca6908f6051065bb00c6f523af96c9a6 krunner-5.60.0.tar.xz
#e049ed74bc0a048aae9eee0639f06cb1 prison-5.60.0.tar.xz
ffc71a9259281545065468fdedf05f7e qqc2-desktop-style-5.60.0.tar.xz
43732f9ed73d445d86d00297e9a9cf4e kjs-5.60.0.tar.xz
d6e1642be773e68edf50abdd4af69b14 kdelibs4support-5.60.0.tar.xz
0db0a677e7fd00405ccb63994355bd42 khtml-5.60.0.tar.xz
940dd5ebce78989830e8b306f3738f92 kjsembed-5.60.0.tar.xz
536810eb862003483cdaadfb1b29068d kmediaplayer-5.60.0.tar.xz
babd193992c4865ea2eeba9f0c91f988 kross-5.60.0.tar.xz
5579896a41729bff9fa94e4e46f0b72c kholidays-5.60.0.tar.xz
4455d785c8bf317cacf3989f1394fada purpose-5.60.0.tar.xz
09a13fd121a487144178a8384d0106d0 syndication-5.60.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 <xref linkend="breeze-icons"/> and <xref
linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
optional dependency has been installed. The prison package (bar code reader)
may be built if the required external libraries are installed. The kdewebkit
may be built if the external package
<ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
QtWebkit</ulink> has been built. </para>
</sect2>
<sect2 role="installation">
<title>Installation of KDE Frameworks</title>
&as_root;
<caution>
<para>If installing in /opt and there is an existing /opt/kf5 either as a
regular directory or a symbolic link, it should be reinitialized (as
root):</para>
<screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</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
name=$(echo $pkg|sed 's|-5.*$||') # Isolate package name
tar -xf $file
pushd $packagedir
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
-DCMAKE_PREFIX_PATH=$QT5DIR \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=OFF \
-Wno-dev ..
make
as_root make install
popd
<!-- some packages end with files owned by root in $packagedir, so use as_root
in the following -->
as_root 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 role="root"><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>-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 48 programs installed in /opt/kf5/bin.
</seg>
<seg>
There are too many kf5 libraries (191) 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>