source: kde/kf5/kf5-frameworks.xml@ af4228c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.1 bdubbs/svn kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since af4228c was 5ac58b54, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to plasma5-5.14.4.
Update to kf5-apps-18.12.0 and kwave-18.12.0.
Update to kf5-5.53.

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

  • Property mode set to 100644
File size: 27.7 KB
RevLine 
[f175d6f6]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[9d8f0f5]7 <!-- kf5-download-http is defined on patches.ent
8 <!ENTITY kf5-download-http "&kf5-download-http;"> -->
[be6cc20]9 <!ENTITY kf5-download-ftp " ">
[f175d6f6]10 <!ENTITY kf5-md5sum "See Below">
[5ac58b54]11 <!ENTITY kf5-size "264 MB">
12 <!ENTITY kf5-buildsize "1.0 GB (225 MB installed)">
13 <!ENTITY kf5-time "16 SBU (using parallelism=4)">
[f175d6f6]14]>
15
[bdec3c6]16<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
[f175d6f6]17 <?dbhtml filename="krameworks5.html"?>
18
19 <sect1info>
[d027410]20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
[f175d6f6]22 </sect1info>
23
24 <title>Building KDE Frameworks 5 (KF5)</title>
25
[2630345]26 <indexterm zone="kf5-frameworks">
27 <primary sortas="a-kde-frameworks">KDE Frameworks</primary>
[f175d6f6]28 </indexterm>
29
30 <para>KDE Frameworks 5 is a collection of libraries based on top of Qt5 and
31 QML derived from the monolithic KDE 4 libraries. They can be used
32 independent of the KDE Display Environment (Plasma 5).</para>
33
[6b3a3fe4]34 &lfs83_checked;
[f175d6f6]35
36 <para>The instructions below build all of the KDE Frameworks packages in one
37 step by using a bash script. </para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&kf5-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&kf5-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &kf5-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &kf5-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &kf5-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &kf5-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">KF5 Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="boost"/>,
66 <xref linkend="extra-cmake-modules"/>,
67 <xref linkend="DocBook"/>,
68 <xref linkend="docbook-xsl"/>,
69 <xref linkend="giflib"/>,
70 <xref linkend="libepoxy"/>,
71 <xref linkend="libgcrypt"/>,
72 <xref linkend="libjpeg"/>,
73 <xref linkend="libpng"/>,
74 <xref linkend="libxslt"/>,
[366fbbb8]75 <xref linkend="lmdb"/>,
[eff6c3a8]76 <!--<xref linkend="openssl10"/>,-->
[f72d9e5]77 <!--<xref linkend="qtwebkit5"/>,-->
[c1b95d9]78 <xref linkend="phonon"/>,
[e48056fd]79 <xref linkend="shared-mime-info"/>,
[4392a40]80 <xref linkend="perl-uri"/>, and
[f175d6f6]81 <xref linkend="wget"/> (required to download the packages)
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="aspell"/> (Dictionary backend for Sonnet),
[366fbbb8]87 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
[f3429309]88 <xref linkend="libdbusmenu-qt"/> (built with qt5),
[366fbbb8]89 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
[f175d6f6]90 <xref linkend="polkit-qt"/> (Authentication backend for KAuth)
91 </para>
92
93 <bridgehead renderas="sect4">Optional</bridgehead>
94 <para role="optional">
95 <xref linkend="bluez"/> (needed to build Bluez-Qt),
[7d64567]96 <xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
[f175d6f6]97 </para>
98
99 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
100 <para role="optional">
[1f26133]101 <xref role="runtime" linkend="oxygen-fonts"/> and
102 <xref role="runtime" linkend="noto-fonts"/>
[f175d6f6]103 </para>
104
105 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
106 <para role="optional">
[1f26133]107 <xref role="runtime" linkend="doxygen"/>,
108 <phrase revision="sysv"><ulink role="runtime" url="https://pypi.python.org/pypi/Jinja2">Jinja2</ulink></phrase>
109 <phrase revision="systemd"><xref role="runtime" linkend="Jinja2"/></phrase>, and
110 <phrase revision="sysv"><ulink role="runtime" url="http://pyyaml.org/">PyYAML</ulink></phrase>
111 <phrase revision="systemd"><xref role="runtime" linkend="PyYAML"/></phrase>
[f175d6f6]112 </para>
113
114 <bridgehead renderas="sect4">Additional image formats support in KImageFormats</bridgehead>
115 <para role="optional">
116 <xref linkend="jasper"/> and
117 <ulink url="http://www.openexr.com/">OpenEXR</ulink>
118 </para>
119
120 <bridgehead renderas="sect4">Optional dependencies for KIO</bridgehead>
121 <para role="optional">
122 <xref linkend="mitkrb"/>
123 </para>
124
125 <bridgehead renderas="sect4">Optional dependencies for Solid</bridgehead>
126 <para role="optional">
127 <xref linkend="udisks2"/>,
128 <xref linkend="upower"/> and
[1f26133]129 <ulink role="runtime" url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
[f175d6f6]130 </para>
131
[77a91cb]132 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
133 <para role="optional">
134 <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
135 </para>
136
[f175d6f6]137 <bridgehead renderas="sect4">Optional dictionary backends for Sonnet</bridgehead>
138 <para role="optional">
139 <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink> and
140 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
141 </para>
142
[43cca44]143 <bridgehead renderas="sect4">Required dependencies for Prison</bridgehead>
144 <para role="optional"> <!-- Leaving as optional since these are external -->
145 <ulink url="http://libdmtx.sourceforge.net/">Datamatrix</ulink> and
146 <ulink url="http://megaui.net/fukuchi/works/qrencode/index.en.html/">QRencode</ulink>
147 </para>
148
[f175d6f6]149 <para condition="html" role="usernotes">User Notes:
150 <ulink url="&blfs-wiki;/kf5"/></para>
151
152 <sect2>
153 <title>Downloading KDE Frameworks</title>
154
155 <para>
156 The easiest way to get the KDE Frameworks packages is to use a single
157 <command>wget</command> to fetch them all at once:
158 </para>
[f3429309]159
[f175d6f6]160<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
[c0b4b44]161wget -r -nH -nd -A '*.xz' -np $url</userinput>
[f175d6f6]162<literal>
[f3429309]163The options used here are:
[f175d6f6]164 -r recurse through child directories
165 -nH disable generation of host-prefixed directories
[c0b4b44]166 -nd do not create a hierarchy of directories
[f175d6f6]167 -A '*.xz' just get the *.xz files
[202653a]168 -np don't get parent directories</literal></screen>
[f175d6f6]169
170 </sect2>
171
172 <sect2>
173 <title>Setting Package Order</title>
174
175 <para>
176 The order of building files is important due to internal dependencies.
177 Create the list of files in the proper order as follows:
178 </para>
179
180<screen><userinput>cat &gt; frameworks-&kf5-version;.md5 &lt;&lt; "EOF"
[5ac58b54]181<literal>56fbdc261e2821bb20775f1346d07321 attica-5.53.0.tar.xz
182#a57cf2aa488fdcce7323a2a4b9aecb65 extra-cmake-modules-5.53.0.tar.xz
1834ecdd6e9ab36b9bbdbe183f042eecb62 kapidox-5.53.0.tar.xz
18481b62cf06f46166c16c194c88a2cc0fe karchive-5.53.0.tar.xz
185968d1595082a3e167204a3b9585aa815 kcodecs-5.53.0.tar.xz
18694c1924e39827a9bdfe19d1746383553 kconfig-5.53.0.tar.xz
187#6c568d586c85e82b1d81221818862761 kcoreaddons-5.53.0.tar.xz
188919bc0c53aa22cb45705ec1761198508 kcoreaddons-5.53.1.tar.xz
189750d39201cca1bd29a1c6e10d33e77c0 kdbusaddons-5.53.0.tar.xz
190b3547e0cca796eedfada7a850969f307 kdnssd-5.53.0.tar.xz
191f2dee5c934be5a795c8caae2c9ef9c2f kguiaddons-5.53.0.tar.xz
19295e67ba518ac2983e33ce8370bf0d3cd ki18n-5.53.0.tar.xz
193176fb9a35f39ff79694c2a14be20ad44 kidletime-5.53.0.tar.xz
194ea2af0d9b0b3cd76b2f78e929c417f6f kimageformats-5.53.0.tar.xz
195f4d5826a20517d81387d20afb558ad0a kitemmodels-5.53.0.tar.xz
196ec88c97513d84ce37de888721a3012bb kitemviews-5.53.0.tar.xz
19734125fa1563feb9af831b1f7e05629ae kplotting-5.53.0.tar.xz
198d73f5e3087bac6610b217df937024f5a kwidgetsaddons-5.53.0.tar.xz
1996f7d0cc6d6fda9795035426ca14011ee kwindowsystem-5.53.0.tar.xz
2000c55c1c31cc8c78b748d09cd5e4da395 networkmanager-qt-5.53.0.tar.xz
201b7ca9416caae95bb56d72e062a31023b solid-5.53.0.tar.xz
202fd28bda2bd2c1c0d40e477930394ed14 sonnet-5.53.0.tar.xz
20358eda3124d5b24282e20471ed8275816 threadweaver-5.53.0.tar.xz
204a98963e45c078d47f57e0f43c369baf2 kauth-5.53.0.tar.xz
205113a86c053589b02024fe2e2052968b1 kcompletion-5.53.0.tar.xz
206cabf02514d5ef0d5b25c44ff7d708ac3 kcrash-5.53.0.tar.xz
207905d494671f33de9827c9a4467c0bdc7 kdoctools-5.53.0.tar.xz
208102ec25afd116f79bb78699e3bf90bd7 kpty-5.53.0.tar.xz
20989e6c4d46895f827fc36cab1b3782bf1 kunitconversion-5.53.0.tar.xz
210295ec19de064d7ce1e0d5a89b8a21fbb kconfigwidgets-5.53.0.tar.xz
211fd8aa91bad5b676a1d0c90588ff2220c kservice-5.53.0.tar.xz
212ae6ea47653d2828821ec897b7e723134 kglobalaccel-5.53.0.tar.xz
213532cd48d56e1adc7f716d4721a78bfe1 kpackage-5.53.0.tar.xz
214253c8af01d93472f5940fd6f7fb33271 kdesu-5.53.0.tar.xz
215cf48b7990b0026a6eb193bff21eb2ad8 kemoticons-5.53.0.tar.xz
216234017ec51e4dc3f02989af75121e8f5 kiconthemes-5.53.0.tar.xz
2173437728b6b9a09a59720d86392c05624 kjobwidgets-5.53.0.tar.xz
218ec855d38c17ab4bba8d07b5e8532d6c7 knotifications-5.53.0.tar.xz
21941089d37d64582213161d5ea55833afa ktextwidgets-5.53.0.tar.xz
220b4c155182fd4ce55a40c9805fb405952 kxmlgui-5.53.0.tar.xz
221f047e46e6b2ff7555a35678dbfaf06d5 kbookmarks-5.53.0.tar.xz
22269bab15cc17486a5fcb73a811df6bd46 kwallet-5.53.0.tar.xz
22323e7ef2aedfca8e77907d50d5bcfcb7e kio-5.53.0.tar.xz
22489d9a968e01ad5c5937628dfc0b107f1 kdeclarative-5.53.0.tar.xz
22562046f1c778dbc0cb1d4cdf2964006c6 kcmutils-5.53.0.tar.xz
22666df9ccd7ad082f04aaa5d602f6c9744 kirigami2-5.53.0.tar.xz
227f9b94bfbfc7658ff675c6f81085172f7 knewstuff-5.53.0.tar.xz
2289957a52e9b75dd61a62f3ad7a61e299a frameworkintegration-5.53.0.tar.xz
229f4c46a0a8e3e0cd7134c82895b47bb83 kinit-5.53.0.tar.xz
2306df039f32bce1f4c0f487a8997526d2f knotifyconfig-5.53.0.tar.xz
23181379bd6d6adf476d776c74874594c09 kparts-5.53.0.tar.xz
232c05f22156c27da1ad2f7d2d07026b2e8 kactivities-5.53.0.tar.xz
2338edde556c89c783dbd6bd9956f52e0cf kded-5.53.0.tar.xz
234#fea737d2db9d792bdc24eb3de83276cc kdewebkit-5.53.0.tar.xz
23562d67899a9cd5cd6b93761ebafd88942 syntax-highlighting-5.53.0.tar.xz
236fec5ca67093aa83378d2b0daae131a43 ktexteditor-5.53.0.tar.xz
2371d4e9805bb6d3748b01140fdb0ecff41 kdesignerplugin-5.53.0.tar.xz
23889674cb577a239da0c6decddb62e8e28 kwayland-5.53.0.tar.xz
239b083d295d7f2ba6236ca466b0cdaca64 plasma-framework-5.53.0.tar.xz
24021d412157131d544fe2fd76e230af5e8 modemmanager-qt-5.53.0.tar.xz
2414a734ace32596aa1a08922a291dc117f kpeople-5.53.0.tar.xz
242130b79df792e0cd4be15a0f9fec54278 kxmlrpcclient-5.53.0.tar.xz
243a95dc95f2ab7b4892d3cb166516b6c73 bluez-qt-5.53.0.tar.xz
244e2d2de67f9dcbdabc950ef0a3ad5d5c5 kfilemetadata-5.53.0.tar.xz
245deed1d430e5c9b73008ca45c78df9ee3 baloo-5.53.0.tar.xz
246#a556bc1666851b8437ccaafd8cefe1d2 breeze-icons-5.53.0.tar.xz
247#0a7d75f573c34fc1d2781cea90c2074e oxygen-icons5-5.53.0.tar.xz
24874f48c21cc7ccf14fcc441b7ec53ae65 kactivities-stats-5.53.0.tar.xz
249284425457f8270e91e94d13d1a522cce krunner-5.53.0.tar.xz
250#49f35779816680e7da357abba972ceb0 prison-5.53.0.tar.xz
251b873771ad44ec37625a79d7a41e8679f qqc2-desktop-style-5.53.0.tar.xz
25214303adfba7c862f0a7f4761f90d079b kjs-5.53.0.tar.xz
2534cc726dd1c9633b8c41e64b6c41264d5 kdelibs4support-5.53.0.tar.xz
2543c483e076a47512970fa887eaf50c276 khtml-5.53.0.tar.xz
25591b293e616518e7603ef4063c748b324 kjsembed-5.53.0.tar.xz
2562b0aa8e7fc91286e8b5df927f77babb8 kmediaplayer-5.53.0.tar.xz
257690b0c422b7b22b7adf030be6a178e59 kross-5.53.0.tar.xz
258680e4656504ef2fc0e25c6a60e53a39e kholidays-5.53.0.tar.xz
25913631f878f957b8a5c3103336f856b92 purpose-5.53.0.tar.xz
2600fe62a714eadf8e52a0f99e49ad647ae syndication-5.53.0.tar.xz</literal>
[f175d6f6]261EOF</userinput></screen>
262
[153a5795]263 <para>In the above list, notice that some files have been commented out with
[f175d6f6]264 a hash (#) character. The extra-cmake-modules entry has been commented out
[93b1f8d]265 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
[ed5568e]266 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
267 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
[43cca44]268 optional dependency has been installed. The prison package (bar code reader)
[f72d9e5]269 may be built if the required external libraries are installed. The kdewebkit
270 may be built if the external package
271 <ulink url="https://download.qt.io/community_releases/5.9/5.9.0-final/">
272 QtWebkit</ulink> has been built. </para>
[f175d6f6]273
274 </sect2>
275
276 <sect2 role="installation">
277 <title>Installation of KDE Frameworks</title>
278
279 &as_root;
280
281 <caution>
282
[714105e]283 <para>If installing in /opt and there is an existing /opt/kf5 either as a
284 regular directory or a symbolic link, it should be reinitialized (as
285 root):</para>
286
287 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
288install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
289ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
290ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
[f175d6f6]291 </caution>
292
293 <para>
294 First, start a subshell that will exit on error:
295 </para>
296
297
298<screen><userinput>bash -e</userinput></screen>
299
300 <para>
301 Install all of the packages by running the following
302 commands:
303 </para>
304
[956d023]305<screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0'
306
307while read -r line; do
[f175d6f6]308
309 # Get the file name, ignoring comments and blank lines
310 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
311 file=$(echo $line | cut -d" " -f2)
[f3429309]312
[f175d6f6]313 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
314 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
315
316 tar -xf $file
317 pushd $packagedir
318 mkdir build
319 cd build
320
321 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
[4123b8c]322 -DCMAKE_PREFIX_PATH=$QT5DIR \
[f175d6f6]323 -DCMAKE_BUILD_TYPE=Release \
324 -DBUILD_TESTING=OFF \
[f3429309]325 -Wno-dev ..
[f175d6f6]326 make
327 as_root make install
[d1f5294]328 popd
[8f445fdc]329<!-- some packages end with files owned by root in $packagedir, so use as_root
330 in the following -->
331 as_root rm -rf $packagedir
[f175d6f6]332 as_root /sbin/ldconfig
333
334done &lt; frameworks-&kf5-version;.md5
335
336exit</userinput></screen>
337
338 <note><para>Any modules that have been omitted can be installed later by
339 using the same mkdir build; cd build; cmake; make; make install procedure
340 as above.</para></note>
341
342 <para>Sometimes the installation paths are hardcoded into installed files.
343 If the installed directory is not /usr, rename the directory and create a
344 symlink:</para>
[f3429309]345
[714105e]346 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
[f175d6f6]347ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
348
349 </sect2>
350
351 <sect2 role="commands">
352 <title>Command Explanations</title>
353
354 <para>
[895c4b7]355 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
[f175d6f6]356 to allow cmake to find the proper Qt libraries.
357 </para>
358
359 <para>
360 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
361 to apply higher level of the compiler optimizations.
362 </para>
363
364 <para>
365 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
366 building test programs and libraries that are of no use to an end user.
367 </para>
368
369 </sect2>
370 <sect2 role="content">
371 <title>Contents</title>
372
373 <segmentedlist>
374 <segtitle>Installed Programs</segtitle>
375 <segtitle>Installed Libraries</segtitle>
376 <segtitle>Installed Directories</segtitle>
377
378 <seglistitem>
379 <seg>
[c0b4b44]380 There are 48 programs installed in /opt/kf5/bin.
[f175d6f6]381 </seg>
382 <seg>
[c0b4b44]383 There are too many kf5 libraries (191) to list separately.
[f175d6f6]384 </seg>
385 <seg>
[83ef2a4]386 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
[f175d6f6]387 </seg>
388 </seglistitem>
389 </segmentedlist>
390
[b22a51fa]391 <variablelist>
392 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
393 <?dbfo list-presentation="list"?>
394 <?dbhtml list-presentation="table"?>
395
396 <varlistentry id="checkXML5">
397 <term><command>checkXML5</command></term>
398 <listitem>
399 <para>
400 is a tool to check for syntax errors in KDE DocBook XML
401 files.
402 </para>
403 <indexterm zone="kf5-frameworks checkXML5">
404 <primary sortas="b-checkXML5">checkXML5</primary>
405 </indexterm>
406 </listitem>
407 </varlistentry>
408
409 <varlistentry id="depdiagram-generate">
410 <term><command>depdiagram-generate</command></term>
411 <listitem>
412 <para>
413 is a tool to generate a dependency diagram.
414 </para>
415 <indexterm zone="kf5-frameworks depdiagram-generate">
416 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
417 </indexterm>
418 </listitem>
419 </varlistentry>
420
421 <varlistentry id="depdiagram-generate-all">
422 <term><command>depdiagram-generate-all</command></term>
423 <listitem>
424 <para>
425 is a tool to generate a dependency diagram for all frameworks at once..
426 </para>
427 <indexterm zone="kf5-frameworks depdiagram-generate-all">
428 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
429 </indexterm>
430 </listitem>
431 </varlistentry>
432
433 <varlistentry id="depdiagram-prepare">
434 <term><command>depdiagram-prepare</command></term>
435 <listitem>
436 <para>
437 is a tool to prepare dot files.
438 </para>
439 <indexterm zone="kf5-frameworks depdiagram-prepare">
440 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
441 </indexterm>
442 </listitem>
443 </varlistentry>
444
445 <varlistentry id="desktoptojson">
446 <term><command>desktoptojson</command></term>
447 <listitem>
448 <para>
449 is a tool to convert a .desktop file to a .json file.
450 </para>
451 <indexterm zone="kf5-frameworks desktoptojson">
452 <primary sortas="b-desktoptojson">desktoptojson</primary>
453 </indexterm>
454 </listitem>
455 </varlistentry>
456
457 <varlistentry id="kactivitymanagerd">
458 <term><command>kactivitymanagerd</command></term>
459 <listitem>
460 <para>
461 is the KDE Plasma Workspace Activity Manager.
462 </para>
463 <indexterm zone="kf5-frameworks kactivitymanagerd">
464 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
465 </indexterm>
466 </listitem>
467 </varlistentry>
468
469 <varlistentry id="kbuildsycoca5">
470 <term><command>kbuildsycoca5</command></term>
471 <listitem>
472 <para>
473 rebuilds the KService desktop file system configuration
474 cache.
475 </para>
476 <indexterm zone="kf5-frameworks kbuildsycoca5">
477 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
478 </indexterm>
479 </listitem>
480 </varlistentry>
481
482 <varlistentry id="kcookiejar5">
483 <term><command>kcookiejar5</command></term>
484 <listitem>
485 <para>
486 is a command line interface to the HTTP cookie store used by KDE,
487 a D-BUS service to store/retrieve/clean cookies.
488 </para>
489 <indexterm zone="kf5-frameworks kcookiejar5">
490 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
491 </indexterm>
492 </listitem>
493 </varlistentry>
494
495 <varlistentry id="kded5">
496 <term><command>kded5</command></term>
497 <listitem>
498 <para>
499 consolidates several small services in one process.
500 </para>
501 <indexterm zone="kf5-frameworks kded5">
502 <primary sortas="b-kded5">kded5</primary>
503 </indexterm>
504 </listitem>
505 </varlistentry>
506
507 <varlistentry id="kdeinit5">
508 <term><command>kdeinit5</command></term>
509 <listitem>
510 <para>
511 is a process launcher somewhat similar to the famous init used
512 for booting UNIX.
513 </para>
514 <indexterm zone="kf5-frameworks kdeinit5">
515 <primary sortas="b-kdeinit5">kdeinit5</primary>
516 </indexterm>
517 </listitem>
518 </varlistentry>
519
520 <varlistentry id="kf5-config">
521 <term><command>kf5-config</command></term>
522 <listitem>
523 <para>
524 is a command line program used to retrieve information about
525 KDE installation or user paths.
526 </para>
527 <indexterm zone="kf5-frameworks kf5-config">
528 <primary sortas="b-kf5-config">kf5-config</primary>
529 </indexterm>
530 </listitem>
531 </varlistentry>
532
533 <varlistentry id="kf5kross">
534 <term><command>kf5kross</command></term>
535 <listitem>
536 <para>
[f3429309]537 executes kross scripts written in KDE Javascript, Python, Ruby,
[b22a51fa]538 Java and Falcon.
539 </para>
540 <indexterm zone="kf5-frameworks kf5kross">
541 <primary sortas="b-kf5kross">kf5kross</primary>
542 </indexterm>
543 </listitem>
544 </varlistentry>
545
546 <varlistentry id="kgenapidox">
547 <term><command>kgenapidox</command></term>
548 <listitem>
549 <para>
550 is a tool to generate API documentation in the KDE style.
551 </para>
552 <indexterm zone="kf5-frameworks kgenapidox">
553 <primary sortas="b-kgenapidox">kgenapidox</primary>
554 </indexterm>
555 </listitem>
556 </varlistentry>
557
558 <varlistentry id="kgendesignerplugin">
559 <term><command>kgendesignerplugin</command></term>
560 <listitem>
561 <para>
562 generates widget plugins for Qt(TM) Designer.
563 </para>
564 <indexterm zone="kf5-frameworks kgendesignerplugin">
565 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
566 </indexterm>
567 </listitem>
568 </varlistentry>
569
570 <varlistentry id="kglobalaccel5">
571 <term><command>kglobalaccel5</command></term>
572 <listitem>
573 <para>
574 is a daemon use to register the key bindings and for getting
575 notified when the action triggered.
576 </para>
577 <indexterm zone="kf5-frameworks kglobalaccel5">
578 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582
583 <varlistentry id="kjs5">
584 <term><command>kjs5</command></term>
585 <listitem>
586 <para>
587 is KDE ECMAScript/JavaScript engine.
588 </para>
589 <indexterm zone="kf5-frameworks kjs5">
590 <primary sortas="b-kjs5">kjs5</primary>
591 </indexterm>
592 </listitem>
593 </varlistentry>
594
595 <varlistentry id="kjscmd5">
596 <term><command>kjscmd5</command></term>
597 <listitem>
598 <para>
599 is a tool for launching KJSEmbed scripts from the command line.
600 </para>
601 <indexterm zone="kf5-frameworks kjscmd5">
602 <primary sortas="b-kjscmd5">kjscmd5</primary>
603 </indexterm>
604 </listitem>
605 </varlistentry>
606
607 <varlistentry id="kjsconsole">
608 <term><command>kjsconsole</command></term>
609 <listitem>
610 <para>
611 is a console for <command>kjs5</command>.
612 </para>
613 <indexterm zone="kf5-frameworks kjsconsole">
614 <primary sortas="b-kjsconsole">kjsconsole</primary>
615 </indexterm>
616 </listitem>
617 </varlistentry>
618
619 <varlistentry id="kmailservice5">
620 <term><command>kmailservice5</command></term>
621 <listitem>
622 <para>
623 is a mail service.
624 </para>
625 <indexterm zone="kf5-frameworks kmailservice5">
626 <primary sortas="b-kmailservice5">kmailservice5</primary>
627 </indexterm>
628 </listitem>
629 </varlistentry>
630
631 <varlistentry id="kpackagelauncherqml">
632 <term><command>kpackagelauncherqml</command></term>
633 <listitem>
634 <para>
635 is a commandline tool for launching kpackage QML application
636 </para>
637 <indexterm zone="kf5-frameworks kpackagelauncherqml">
638 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
639 </indexterm>
640 </listitem>
641 </varlistentry>
642
643 <varlistentry id="kpackagetool5">
644 <term><command>kpackagetool5</command></term>
645 <listitem>
646 <para>
647 is a command line kpackage tool.
648 </para>
649 <indexterm zone="kf5-frameworks kpackagetool5">
650 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
651 </indexterm>
652 </listitem>
653 </varlistentry>
654
655 <varlistentry id="kreadconfig5">
656 <term><command>kreadconfig5</command></term>
657 <listitem>
658 <para>
659 is a command line tool to retrieve values from KDE
660 configuration files.
661 </para>
662 <indexterm zone="kf5-frameworks kreadconfig5">
663 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
664 </indexterm>
665 </listitem>
666 </varlistentry>
667
668 <varlistentry id="kshell5">
669 <term><command>kshell5</command></term>
670 <listitem>
671 <para>
672 start applications via kdeinit.
673 </para>
674 <indexterm zone="kf5-frameworks kshell5">
675 <primary sortas="b-kshell5">kshell5</primary>
676 </indexterm>
677 </listitem>
678 </varlistentry>
679
680 <varlistentry id="ktelnetservice5">
681 <term><command>ktelnetservice5</command></term>
682 <listitem>
683 <para>
684 is a telnet service.
685 </para>
686 <indexterm zone="kf5-frameworks ktelnetservice5">
687 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
688 </indexterm>
689 </listitem>
690 </varlistentry>
691
692 <varlistentry id="ktrash5">
693 <term><command>ktrash5</command></term>
694 <listitem>
695 <para>
696 is a helper program to handle the KDE trash can.
697 </para>
698 <indexterm zone="kf5-frameworks ktrash5">
699 <primary sortas="b-ktrash5">ktrash5</primary>
700 </indexterm>
701 </listitem>
702 </varlistentry>
703
704 <varlistentry id="kwalletd5">
705 <term><command>kwalletd5</command></term>
706 <listitem>
707 <para>
708 is the wallet manager daemon.
709 </para>
710 <indexterm zone="kf5-frameworks kwalletd5">
711 <primary sortas="b-kwalletd5">kwalletd5</primary>
712 </indexterm>
713 </listitem>
714 </varlistentry>
715
716 <varlistentry id="kwriteconfig5">
717 <term><command>kwriteconfig5</command></term>
718 <listitem>
719 <para>
720 is a command line tool to write values in KDE
[f3429309]721 configuration files.
[b22a51fa]722 </para>
723 <indexterm zone="kf5-frameworks kwriteconfig5">
724 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
725 </indexterm>
726 </listitem>
727 </varlistentry>
728
729 <varlistentry id="meinproc5">
730 <term><command>meinproc5</command></term>
731 <listitem>
732 <para>
733 converts DocBook files to HTML.
[f3429309]734 </para>
[b22a51fa]735 <indexterm zone="kf5-frameworks meinproc5">
736 <primary sortas="b-meinproc5">meinproc5</primary>
737 </indexterm>
738 </listitem>
739 </varlistentry>
740
741 <varlistentry id="plasmapkg2">
742 <term><command>plasmapkg2</command></term>
743 <listitem>
744 <para>
745 is a tool to install, list, remove Plasma packages
746 </para>
747 <indexterm zone="kf5-frameworks plasmapkg2">
748 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
749 </indexterm>
750 </listitem>
751 </varlistentry>
752
753 <varlistentry id="preparetips5">
754 <term><command>preparetips5</command></term>
755 <listitem>
756 <para>
757 is a script to extract the text from a tips file.
758 </para>
759 <indexterm zone="kf5-frameworks preparetips5">
760 <primary sortas="b-preparetips5">preparetips5</primary>
761 </indexterm>
762 </listitem>
763 </varlistentry>
764
765 <varlistentry id="solid-hardware5">
766 <term><command>solid-hardware5</command></term>
767 <listitem>
768 <para>
769 is a command line tool to investigate available devices.
770 </para>
771 <indexterm zone="kf5-frameworks solid-hardware5">
772 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
773 </indexterm>
774 </listitem>
775 </varlistentry>
776
777 </variablelist>
778
[f175d6f6]779 </sect2>
780
781</sect1>
782
Note: See TracBrowser for help on using the repository browser.