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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 d1f5294 was d1f5294, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to kf5-apps-17.12.2

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

  • Property mode set to 100644
File size: 27.3 KB
Line 
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
7 <!-- kf5-download-http is defined on patches.ent
8 <!ENTITY kf5-download-http "&kf5-download-http;"> -->
9 <!ENTITY kf5-download-ftp " ">
10 <!ENTITY kf5-md5sum "See Below">
11 <!ENTITY kf5-size "260 MB">
12 <!ENTITY kf5-buildsize "998 MB (214 MB installed)">
13 <!ENTITY kf5-time "14 SBU (using parallelism=4)">
14]>
15
16<sect1 id="kf5-frameworks" xreflabel="KDE Frameworks-&kf5-version;">
17 <?dbhtml filename="krameworks5.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Building KDE Frameworks 5 (KF5)</title>
25
26 <indexterm zone="kf5">
27 <primary sortas="a-kf5">KDE Frameworks</primary>
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
34 &lfs81_checked;
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"/>,
75 <xref linkend="lmdb"/>,
76 <xref linkend="openssl10"/>,
77 <xref linkend="qtwebkit5"/>,
78 <xref linkend="phonon"/>,
79 <xref linkend="shared-mime-info"/>,
80 <xref linkend="perl-uri"/>, and
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),
87 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD),
88 <xref linkend="libdbusmenu-qt"/> (built with qt5),
89 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and
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),
96 <xref linkend="ModemManager"/> (needed to build ModemManager-Qt)
97 </para>
98
99 <bridgehead renderas="sect4">Runtime dependency for FrameworkIntegration</bridgehead>
100 <para role="optional">
101 <xref role="runtime" linkend="oxygen-fonts"/> and
102 <xref role="runtime" linkend="noto-fonts"/>
103 </para>
104
105 <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
106 <para role="optional">
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>
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
129 <ulink role="runtime" url="http://www.freedesktop.org/software/media-player-info/">media-player-info</ulink> (runtime)
130 </para>
131
132 <bridgehead renderas="sect4">Optional dependency for KWallet</bridgehead>
133 <para role="optional">
134 <ulink url="&kf5apps-download-http;">gpgmepp</ulink>
135 </para>
136
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
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
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>
159
160<screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/
161wget -r -nH -nd -A '*.xz' -np $url</userinput>
162<literal>
163The options used here are:
164 -r recurse through child directories
165 -nH disable generation of host-prefixed directories
166 -nd do not create a hierarchy of directories
167 -A '*.xz' just get the *.xz files
168 -np don't get parent directories</literal></screen>
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"
181<literal>bb18451b29c20fc43899003e1b5d88bf attica-5.43.0.tar.xz
182#b93c69609dbd2f16f9ee6302020ff5e6 extra-cmake-modules-5.43.0.tar.xz
1838f6b6f4c6f11d09692620531baac3cbd kapidox-5.43.0.tar.xz
1845d28038e34f01ec59968b3a4732128d5 karchive-5.43.0.tar.xz
185b6f2fa4dc1cb75887a401183c6981d26 kcodecs-5.43.0.tar.xz
18612298fe985a25fac4ef2fe23cda6f7d8 kconfig-5.43.0.tar.xz
1878a7082f64f2f5536b92c9b702e0e6f1b kcoreaddons-5.43.0.tar.xz
1889bd2f0271f0d9cf422ab3add939780f6 kdbusaddons-5.43.0.tar.xz
189b2257e6bf91f3116839e8c363068c044 kdnssd-5.43.0.tar.xz
19029a133ec1b1edf43fdcb64cdc0b3484a kguiaddons-5.43.0.tar.xz
1915f67b6d48344d347ca187a038ada4c96 ki18n-5.43.0.tar.xz
1926aded894f5a984512e846bf949c6cc56 kidletime-5.43.0.tar.xz
193ea24738d89ad19f34df3cea8aebdbcfb kimageformats-5.43.0.tar.xz
1944b7ab34387c480efea88daffd6461243 kitemmodels-5.43.0.tar.xz
1950212ea41c19ecaf3d8796186a5d7a3d4 kitemviews-5.43.0.tar.xz
196a78c532acdb8dbfb6fb07e78fd55bfd0 kplotting-5.43.0.tar.xz
197f3d9f489d55e54c5c4047abea6f4477d kwidgetsaddons-5.43.0.tar.xz
198ca000f985de0be2bb3c602697d1bb923 kwindowsystem-5.43.0.tar.xz
19944a5a63752381bb64876109a421f319a networkmanager-qt-5.43.0.tar.xz
200272d83ae231c5e1b5bb2851b730d1a3d solid-5.43.0.tar.xz
201366495c4aab66b740a25363c53fde6c2 sonnet-5.43.0.tar.xz
202d02fe5fac35d600af14e7cdf5aef04dd threadweaver-5.43.0.tar.xz
2038df3fbc742e0914d4f7d3132a34c4017 kauth-5.43.0.tar.xz
204a03088f8e53b46169f959c7ff9df1bcf kcompletion-5.43.0.tar.xz
2058985aaa68a6e29561423c09df77a3afc kcrash-5.43.0.tar.xz
206aec9d49e1bef4aa20151ec06c2fcffe5 kdoctools-5.43.0.tar.xz
2075995656593e5f72b591ceb56f5339d24 kpty-5.43.0.tar.xz
2085146a71a41c76385cf34544c67005d84 kunitconversion-5.43.0.tar.xz
209b3092aca3e241329310ca2c57087a6c6 kconfigwidgets-5.43.0.tar.xz
2106ca34186c9f3ffb3e964740ff6ecac55 kservice-5.43.0.tar.xz
2114e23296878a567417863a3c88ccf051f kglobalaccel-5.43.0.tar.xz
212b7d41f77d01102fef52fab13c25038cb kpackage-5.43.0.tar.xz
2139ad92bfb68e7646bc7e4dea2140b348c kdesu-5.43.0.tar.xz
2141b860bc5eb70c5c2ee292fb0dc79725d kemoticons-5.43.0.tar.xz
215846d45c77c66faeb09769d79665353d4 kiconthemes-5.43.0.tar.xz
21681d0d0108fbed55099227c616d88aa1b kjobwidgets-5.43.0.tar.xz
217497d0f2f81be5185e4179922ff53b9b7 knotifications-5.43.0.tar.xz
218a27bdd565993a82476393a7d840bb851 ktextwidgets-5.43.0.tar.xz
2193ea0e4d347105399e7107c2ec644d19d kxmlgui-5.43.0.tar.xz
22021de30d3ae86397ae92f94c7c160fb1e kbookmarks-5.43.0.tar.xz
22143173ebb19608ca56e3b1a1c737b3716 kwallet-5.43.0.tar.xz
222b8888829cf7064c756331c2e8347fd09 kio-5.43.0.tar.xz
223235fdc815c6ba94e173cf66a07b1076f kdeclarative-5.43.0.tar.xz
2247af955e653262eac715df202e8418d90 kcmutils-5.43.0.tar.xz
225cb2fadba7600b65ecb8244959b5ba102 kirigami2-5.43.0.tar.xz
226c47fc6ac7cd13b38cce0ba6675bdb967 knewstuff-5.43.0.tar.xz
227e00d64384ffc2e28acd273b30e135a74 frameworkintegration-5.43.0.tar.xz
22848f5100e0a11f24e9321fd2359408b1e kinit-5.43.0.tar.xz
2298f69fc2f40676b75d1a6b64e3e0371bd knotifyconfig-5.43.0.tar.xz
2303dbd8d893655c4d6682a3c2c44a59520 kparts-5.43.0.tar.xz
231a443aaa90ddd41b11e4fa43b35a3f5dd kactivities-5.43.0.tar.xz
23297cac58acb119a33a8c2a283daa82982 kded-5.43.0.tar.xz
233c30a2a178179b024f5ebc188e9939b80 kdewebkit-5.43.0.tar.xz
234995b7d7e3b5ec614870e6fc60f060a11 syntax-highlighting-5.43.0.tar.xz
2353ea63f69a4ed61c57b0578bc12c25606 ktexteditor-5.43.0.tar.xz
2365dd311e62bbebe45e5f816f8b18461b4 kdesignerplugin-5.43.0.tar.xz
237b03e7c6c53b0919fc09059a1614b2aa2 kwayland-5.43.0.tar.xz
23862454f341fbcadc0c25d1a18ef8e7014 plasma-framework-5.43.0.tar.xz
239dfdfcb07d45d168a19c19cad86ca2cc7 modemmanager-qt-5.43.0.tar.xz
24036b0d67bbe91455b9b4b1cbef0a31c14 kpeople-5.43.0.tar.xz
2411c769bc468e07d91ae21ae7ddff7fd09 kxmlrpcclient-5.43.0.tar.xz
2425fb2427ffd7214859f5e07fc265a7d53 bluez-qt-5.43.0.tar.xz
243d3d04affad8ee9d001911e010e2ca7f2 kfilemetadata-5.43.0.tar.xz
244ef7918c5ff090508ae79908706d1ca58 baloo-5.43.0.tar.xz
245#e717dcb76e5dd8d7b7145d76db4f2b30 breeze-icons-5.43.0.tar.xz
246#61ceb7583096c6ab70690a1e941dac8f oxygen-icons5-5.43.0.tar.xz
24724de0d2d517279712e41533198d93ec6 kactivities-stats-5.43.0.tar.xz
248d283025c9a8288d2a2fd52d0864323ed krunner-5.43.0.tar.xz
249#73fe712d4c110cbd2c5117d3b7a8c213 prison-5.43.0.tar.xz
25083b257a99b7f5144495c9ccd881ecd3b qqc2-desktop-style-5.43.0.tar.xz
2517d81c30b200b0c70af66be9e63a9ad41 kjs-5.43.0.tar.xz
252984f3900ca5fb33c57d5f0021b4e3fb8 kdelibs4support-5.43.0.tar.xz
2539f2dcb4ed09d923c1f2727bb8b8cb5fa khtml-5.43.0.tar.xz
2548dbb6955e804e71c0ee4ba1311107c5f kjsembed-5.43.0.tar.xz
25555cc2b85fb8bdfe80b53e85d8d4f4610 kmediaplayer-5.43.0.tar.xz
25694ad9a522521bbbb5a4de0c8a04946aa kross-5.43.0.tar.xz
2579c5202b7ad2d6093df2b410866933b4c kholidays-5.43.0.tar.xz
2582d05ea6fe77402fa059ba9e435e1c460 purpose-5.43.0.tar.xz</literal>
259EOF</userinput></screen>
260
261 <para>In the above list, notice that some files have been commented out with
262 a hash (#) character. The extra-cmake-modules entry has been commented out
263 because it was built earlier in the <xref linkend="kde-prereq"/>. The icon
264 packages are covered separately at <xref linkend="breeze-icons"/> and <xref
265 linkend="oxygen-icons5"/>. The modemmanager-qt package may be built if its
266 optional dependency has been installed. The prison package (bar code reader)
267 may be built if the required external libraries are installed.
268 </para>
269
270 </sect2>
271
272 <sect2 role="installation">
273 <title>Installation of KDE Frameworks</title>
274
275 &as_root;
276
277 <caution>
278
279 <para>If installing in /opt and there is an existing /opt/kf5 either as a
280 regular directory or a symbolic link, it should be reinitialized (as
281 root):</para>
282
283 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5.old &amp;&amp;
284install -v -dm755 $KF5_PREFIX/{etc,share} &amp;&amp;
285ln -sfv /etc/dbus-1 $KF5_PREFIX/etc &amp;&amp;
286ln -sfv /usr/share/dbus-1 $KF5_PREFIX/share</userinput></screen>
287 </caution>
288
289 <para>
290 First, start a subshell that will exit on error:
291 </para>
292
293
294<screen><userinput>bash -e</userinput></screen>
295
296 <para>
297 Install all of the packages by running the following
298 commands:
299 </para>
300
301<screen><userinput>export CXXFLAGS='-isystem /usr/include/openssl-1.0'
302
303while read -r line; do
304
305 # Get the file name, ignoring comments and blank lines
306 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
307 file=$(echo $line | cut -d" " -f2)
308
309 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
310 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
311
312 tar -xf $file
313 pushd $packagedir
314 mkdir build
315 cd build
316
317 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
318 -DCMAKE_PREFIX_PATH=$QT5DIR \
319 -DCMAKE_BUILD_TYPE=Release \
320 -DBUILD_TESTING=OFF \
321 -Wno-dev ..
322 make
323 as_root make install
324 popd
325<!-- some packages end with files owned by root in $packagedir, so use as_root
326 in the following -->
327 as_root rm -rf $packagedir
328 as_root /sbin/ldconfig
329
330done &lt; frameworks-&kf5-version;.md5
331
332exit</userinput></screen>
333
334 <note><para>Any modules that have been omitted can be installed later by
335 using the same mkdir build; cd build; cmake; make; make install procedure
336 as above.</para></note>
337
338 <para>Sometimes the installation paths are hardcoded into installed files.
339 If the installed directory is not /usr, rename the directory and create a
340 symlink:</para>
341
342 <screen role="root"><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version;
343ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen>
344
345 </sect2>
346
347 <sect2 role="commands">
348 <title>Command Explanations</title>
349
350 <para>
351 <parameter>-DCMAKE_PREFIX_PATH=$QT5DIR</parameter>: This switch is used
352 to allow cmake to find the proper Qt libraries.
353 </para>
354
355 <para>
356 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
357 to apply higher level of the compiler optimizations.
358 </para>
359
360 <para>
361 <parameter>-DBUILD_TESTING=OFF</parameter>: This switch is used to prevent
362 building test programs and libraries that are of no use to an end user.
363 </para>
364
365 </sect2>
366 <sect2 role="content">
367 <title>Contents</title>
368
369 <segmentedlist>
370 <segtitle>Installed Programs</segtitle>
371 <segtitle>Installed Libraries</segtitle>
372 <segtitle>Installed Directories</segtitle>
373
374 <seglistitem>
375 <seg>
376 There are 48 programs installed in /opt/kf5/bin.
377 </seg>
378 <seg>
379 There are too many kf5 libraries (191) to list separately.
380 </seg>
381 <seg>
382 /opt/kf5 (symlink to /opt/kf5-&kf5-version;)
383 </seg>
384 </seglistitem>
385 </segmentedlist>
386
387 <variablelist>
388 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
389 <?dbfo list-presentation="list"?>
390 <?dbhtml list-presentation="table"?>
391
392 <varlistentry id="checkXML5">
393 <term><command>checkXML5</command></term>
394 <listitem>
395 <para>
396 is a tool to check for syntax errors in KDE DocBook XML
397 files.
398 </para>
399 <indexterm zone="kf5-frameworks checkXML5">
400 <primary sortas="b-checkXML5">checkXML5</primary>
401 </indexterm>
402 </listitem>
403 </varlistentry>
404
405 <varlistentry id="depdiagram-generate">
406 <term><command>depdiagram-generate</command></term>
407 <listitem>
408 <para>
409 is a tool to generate a dependency diagram.
410 </para>
411 <indexterm zone="kf5-frameworks depdiagram-generate">
412 <primary sortas="b-depdiagram-generate">depdiagram-generate</primary>
413 </indexterm>
414 </listitem>
415 </varlistentry>
416
417 <varlistentry id="depdiagram-generate-all">
418 <term><command>depdiagram-generate-all</command></term>
419 <listitem>
420 <para>
421 is a tool to generate a dependency diagram for all frameworks at once..
422 </para>
423 <indexterm zone="kf5-frameworks depdiagram-generate-all">
424 <primary sortas="b-depdiagram-generate-all">depdiagram-generate-all</primary>
425 </indexterm>
426 </listitem>
427 </varlistentry>
428
429 <varlistentry id="depdiagram-prepare">
430 <term><command>depdiagram-prepare</command></term>
431 <listitem>
432 <para>
433 is a tool to prepare dot files.
434 </para>
435 <indexterm zone="kf5-frameworks depdiagram-prepare">
436 <primary sortas="b-depdiagram-prepare">depdiagram-prepare</primary>
437 </indexterm>
438 </listitem>
439 </varlistentry>
440
441 <varlistentry id="desktoptojson">
442 <term><command>desktoptojson</command></term>
443 <listitem>
444 <para>
445 is a tool to convert a .desktop file to a .json file.
446 </para>
447 <indexterm zone="kf5-frameworks desktoptojson">
448 <primary sortas="b-desktoptojson">desktoptojson</primary>
449 </indexterm>
450 </listitem>
451 </varlistentry>
452
453 <varlistentry id="kactivitymanagerd">
454 <term><command>kactivitymanagerd</command></term>
455 <listitem>
456 <para>
457 is the KDE Plasma Workspace Activity Manager.
458 </para>
459 <indexterm zone="kf5-frameworks kactivitymanagerd">
460 <primary sortas="b-kactivitymanagerd">kactivitymanagerd</primary>
461 </indexterm>
462 </listitem>
463 </varlistentry>
464
465 <varlistentry id="kbuildsycoca5">
466 <term><command>kbuildsycoca5</command></term>
467 <listitem>
468 <para>
469 rebuilds the KService desktop file system configuration
470 cache.
471 </para>
472 <indexterm zone="kf5-frameworks kbuildsycoca5">
473 <primary sortas="b-kbuildsycoca5">kbuildsycoca5</primary>
474 </indexterm>
475 </listitem>
476 </varlistentry>
477
478 <varlistentry id="kcookiejar5">
479 <term><command>kcookiejar5</command></term>
480 <listitem>
481 <para>
482 is a command line interface to the HTTP cookie store used by KDE,
483 a D-BUS service to store/retrieve/clean cookies.
484 </para>
485 <indexterm zone="kf5-frameworks kcookiejar5">
486 <primary sortas="b-kcookiejar5">kcookiejar5</primary>
487 </indexterm>
488 </listitem>
489 </varlistentry>
490
491 <varlistentry id="kded5">
492 <term><command>kded5</command></term>
493 <listitem>
494 <para>
495 consolidates several small services in one process.
496 </para>
497 <indexterm zone="kf5-frameworks kded5">
498 <primary sortas="b-kded5">kded5</primary>
499 </indexterm>
500 </listitem>
501 </varlistentry>
502
503 <varlistentry id="kdeinit5">
504 <term><command>kdeinit5</command></term>
505 <listitem>
506 <para>
507 is a process launcher somewhat similar to the famous init used
508 for booting UNIX.
509 </para>
510 <indexterm zone="kf5-frameworks kdeinit5">
511 <primary sortas="b-kdeinit5">kdeinit5</primary>
512 </indexterm>
513 </listitem>
514 </varlistentry>
515
516 <varlistentry id="kf5-config">
517 <term><command>kf5-config</command></term>
518 <listitem>
519 <para>
520 is a command line program used to retrieve information about
521 KDE installation or user paths.
522 </para>
523 <indexterm zone="kf5-frameworks kf5-config">
524 <primary sortas="b-kf5-config">kf5-config</primary>
525 </indexterm>
526 </listitem>
527 </varlistentry>
528
529 <varlistentry id="kf5kross">
530 <term><command>kf5kross</command></term>
531 <listitem>
532 <para>
533 executes kross scripts written in KDE Javascript, Python, Ruby,
534 Java and Falcon.
535 </para>
536 <indexterm zone="kf5-frameworks kf5kross">
537 <primary sortas="b-kf5kross">kf5kross</primary>
538 </indexterm>
539 </listitem>
540 </varlistentry>
541
542 <varlistentry id="kgenapidox">
543 <term><command>kgenapidox</command></term>
544 <listitem>
545 <para>
546 is a tool to generate API documentation in the KDE style.
547 </para>
548 <indexterm zone="kf5-frameworks kgenapidox">
549 <primary sortas="b-kgenapidox">kgenapidox</primary>
550 </indexterm>
551 </listitem>
552 </varlistentry>
553
554 <varlistentry id="kgendesignerplugin">
555 <term><command>kgendesignerplugin</command></term>
556 <listitem>
557 <para>
558 generates widget plugins for Qt(TM) Designer.
559 </para>
560 <indexterm zone="kf5-frameworks kgendesignerplugin">
561 <primary sortas="b-kgendesignerplugin">kgendesignerplugin</primary>
562 </indexterm>
563 </listitem>
564 </varlistentry>
565
566 <varlistentry id="kglobalaccel5">
567 <term><command>kglobalaccel5</command></term>
568 <listitem>
569 <para>
570 is a daemon use to register the key bindings and for getting
571 notified when the action triggered.
572 </para>
573 <indexterm zone="kf5-frameworks kglobalaccel5">
574 <primary sortas="b-kglobalaccel5">kglobalaccel5</primary>
575 </indexterm>
576 </listitem>
577 </varlistentry>
578
579 <varlistentry id="kjs5">
580 <term><command>kjs5</command></term>
581 <listitem>
582 <para>
583 is KDE ECMAScript/JavaScript engine.
584 </para>
585 <indexterm zone="kf5-frameworks kjs5">
586 <primary sortas="b-kjs5">kjs5</primary>
587 </indexterm>
588 </listitem>
589 </varlistentry>
590
591 <varlistentry id="kjscmd5">
592 <term><command>kjscmd5</command></term>
593 <listitem>
594 <para>
595 is a tool for launching KJSEmbed scripts from the command line.
596 </para>
597 <indexterm zone="kf5-frameworks kjscmd5">
598 <primary sortas="b-kjscmd5">kjscmd5</primary>
599 </indexterm>
600 </listitem>
601 </varlistentry>
602
603 <varlistentry id="kjsconsole">
604 <term><command>kjsconsole</command></term>
605 <listitem>
606 <para>
607 is a console for <command>kjs5</command>.
608 </para>
609 <indexterm zone="kf5-frameworks kjsconsole">
610 <primary sortas="b-kjsconsole">kjsconsole</primary>
611 </indexterm>
612 </listitem>
613 </varlistentry>
614
615 <varlistentry id="kmailservice5">
616 <term><command>kmailservice5</command></term>
617 <listitem>
618 <para>
619 is a mail service.
620 </para>
621 <indexterm zone="kf5-frameworks kmailservice5">
622 <primary sortas="b-kmailservice5">kmailservice5</primary>
623 </indexterm>
624 </listitem>
625 </varlistentry>
626
627 <varlistentry id="kpackagelauncherqml">
628 <term><command>kpackagelauncherqml</command></term>
629 <listitem>
630 <para>
631 is a commandline tool for launching kpackage QML application
632 </para>
633 <indexterm zone="kf5-frameworks kpackagelauncherqml">
634 <primary sortas="b-kpackagelauncherqml">kpackagelauncherqml</primary>
635 </indexterm>
636 </listitem>
637 </varlistentry>
638
639 <varlistentry id="kpackagetool5">
640 <term><command>kpackagetool5</command></term>
641 <listitem>
642 <para>
643 is a command line kpackage tool.
644 </para>
645 <indexterm zone="kf5-frameworks kpackagetool5">
646 <primary sortas="b-kpackagetool5">kpackagetool5</primary>
647 </indexterm>
648 </listitem>
649 </varlistentry>
650
651 <varlistentry id="kreadconfig5">
652 <term><command>kreadconfig5</command></term>
653 <listitem>
654 <para>
655 is a command line tool to retrieve values from KDE
656 configuration files.
657 </para>
658 <indexterm zone="kf5-frameworks kreadconfig5">
659 <primary sortas="b-kreadconfig5">kreadconfig5</primary>
660 </indexterm>
661 </listitem>
662 </varlistentry>
663
664 <varlistentry id="kshell5">
665 <term><command>kshell5</command></term>
666 <listitem>
667 <para>
668 start applications via kdeinit.
669 </para>
670 <indexterm zone="kf5-frameworks kshell5">
671 <primary sortas="b-kshell5">kshell5</primary>
672 </indexterm>
673 </listitem>
674 </varlistentry>
675
676 <varlistentry id="ktelnetservice5">
677 <term><command>ktelnetservice5</command></term>
678 <listitem>
679 <para>
680 is a telnet service.
681 </para>
682 <indexterm zone="kf5-frameworks ktelnetservice5">
683 <primary sortas="b-ktelnetservice5">ktelnetservice5</primary>
684 </indexterm>
685 </listitem>
686 </varlistentry>
687
688 <varlistentry id="ktrash5">
689 <term><command>ktrash5</command></term>
690 <listitem>
691 <para>
692 is a helper program to handle the KDE trash can.
693 </para>
694 <indexterm zone="kf5-frameworks ktrash5">
695 <primary sortas="b-ktrash5">ktrash5</primary>
696 </indexterm>
697 </listitem>
698 </varlistentry>
699
700 <varlistentry id="kwalletd5">
701 <term><command>kwalletd5</command></term>
702 <listitem>
703 <para>
704 is the wallet manager daemon.
705 </para>
706 <indexterm zone="kf5-frameworks kwalletd5">
707 <primary sortas="b-kwalletd5">kwalletd5</primary>
708 </indexterm>
709 </listitem>
710 </varlistentry>
711
712 <varlistentry id="kwriteconfig5">
713 <term><command>kwriteconfig5</command></term>
714 <listitem>
715 <para>
716 is a command line tool to write values in KDE
717 configuration files.
718 </para>
719 <indexterm zone="kf5-frameworks kwriteconfig5">
720 <primary sortas="b-kwriteconfig5">kwriteconfig5</primary>
721 </indexterm>
722 </listitem>
723 </varlistentry>
724
725 <varlistentry id="meinproc5">
726 <term><command>meinproc5</command></term>
727 <listitem>
728 <para>
729 converts DocBook files to HTML.
730 </para>
731 <indexterm zone="kf5-frameworks meinproc5">
732 <primary sortas="b-meinproc5">meinproc5</primary>
733 </indexterm>
734 </listitem>
735 </varlistentry>
736
737 <varlistentry id="plasmapkg2">
738 <term><command>plasmapkg2</command></term>
739 <listitem>
740 <para>
741 is a tool to install, list, remove Plasma packages
742 </para>
743 <indexterm zone="kf5-frameworks plasmapkg2">
744 <primary sortas="b-plasmapkg2">plasmapkg2</primary>
745 </indexterm>
746 </listitem>
747 </varlistentry>
748
749 <varlistentry id="preparetips5">
750 <term><command>preparetips5</command></term>
751 <listitem>
752 <para>
753 is a script to extract the text from a tips file.
754 </para>
755 <indexterm zone="kf5-frameworks preparetips5">
756 <primary sortas="b-preparetips5">preparetips5</primary>
757 </indexterm>
758 </listitem>
759 </varlistentry>
760
761 <varlistentry id="solid-hardware5">
762 <term><command>solid-hardware5</command></term>
763 <listitem>
764 <para>
765 is a command line tool to investigate available devices.
766 </para>
767 <indexterm zone="kf5-frameworks solid-hardware5">
768 <primary sortas="b-solid-hardware5">solid-hardware5</primary>
769 </indexterm>
770 </listitem>
771 </varlistentry>
772
773 </variablelist>
774
775 </sect2>
776
777</sect1>
778
Note: See TracBrowser for help on using the repository browser.