source: kde/plasma5/plasma-all.xml@ 07955b8

12.1 ken/TL2024 lazarus plabs/newcss rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 07955b8 was 1859ee6, checked in by Pierre Labastie <pierre.labastie@…>, 7 months ago

Remove links to deleted wiki pages

See https://wiki.linuxfromscratch.org/blfs/ticket/18952

  • Property mode set to 100644
File size: 18.2 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 <!ENTITY plasma5-download-http "https://download.kde.org/stable/plasma/&plasma5-version;">
8 <!ENTITY plasma5-download-ftp " ">
9 <!ENTITY plasma5-md5sum "See Below">
10 <!ENTITY plasma5-size "243 MB">
11 <!ENTITY plasma5-buildsize "1.7 GB (419 MB installed)">
12 <!ENTITY plasma5-time "7.6 SBU (using parallelism=4)">
13]>
14
15<sect1 id="plasma5-build" xreflabel="Plasma-&plasma5-version;">
16 <?dbhtml filename="plasma-all.html"?>
17
18
19 <title>Building Plasma 5</title>
20
21 <indexterm zone="plasma5-build">
22 <primary sortas="a-kde-plasma">KDE Plasma 5</primary>
23 </indexterm>
24
25 <para>
26 KDE Plasma 5 is a collection of packages based on top of KDE Frameworks
27 5 and QML. They implement the KDE Display Environment (Plasma 5).
28 </para>
29
30 &lfs120_checked;
31
32 <para>
33 The instructions below build all of the Plasma 5 packages in one
34 step by using a bash script.
35 </para>
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&plasma5-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&plasma5-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &plasma5-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &plasma5-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &plasma5-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &plasma5-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Plasma 5 Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <!--<xref linkend="gtk2"/>, Does not seem to be needed any more -->
76 <xref linkend="gtk3"/>,
77 <xref linkend="kf5-frameworks"/>,
78 <xref linkend="kuserfeedback"/>,
79 <xref linkend="libpwquality"/>,
80 <xref linkend="libqalculate"/>,
81 <xref linkend="libxkbcommon"/>,
82 <xref linkend="mesa"/> built with <xref linkend="wayland"/>,
83 <xref linkend="NetworkManager"/>,
84 <xref linkend="pipewire"/>,
85 <xref linkend="pulseaudio"/>,
86 <xref linkend="qca"/>,
87 <xref linkend="sassc"/>,
88 <xref linkend="taglib"/>, and
89 <xref linkend="xcb-util-cursor"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="fftw"/>,
95 <xref linkend="gsettings-desktop-schemas"/>,
96 <xref linkend="libdbusmenu-qt"/>,
97 <xref linkend="libcanberra"/>,
98 <xref linkend="libinput"/>,
99 <xref linkend="libpcap"/>,
100 <xref linkend="linux-pam"/>,
101 <xref linkend="lm_sensors"/>,
102 <xref linkend="oxygen-icons"/>, and
103 <xref linkend="pciutils"/>
104 </para>
105
106 <bridgehead renderas="sect4">Recommended (runtime)</bridgehead>
107 <para role="recommended">
108 <xref role="runtime" linkend="accountsservice"/>,
109 <xref role="runtime" linkend="smartmontools"/>, and
110 <xref role="runtime" linkend="xwayland"/>
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="appstream"/> (build with -qt=true),
116 <xref linkend="glu"/>,
117 <xref linkend='ibus'/>,
118 <xref linkend='qtwebengine'/>,
119 <xref linkend="xorg-synaptics-driver"/>,
120 <ulink url="https://www.kdevelop.org/">KDevPlatform</ulink>,
121 <ulink url="https://gpsd.gitlab.io/gpsd/">libgps</ulink>,
122 <ulink url="https://github.com/libhybris/libhybris">libhybris</ulink>,
123 <ulink url="https://sourceforge.net/projects/libraw1394/">libraw1394</ulink>,
124 <ulink url="https://www.freedesktop.org/software/PackageKit/releases/">packagekit-qt</ulink>,
125 <ulink url="https://qalculate.github.io/">Qalculate</ulink>,
126 <ulink url="https://launchpad.net/qapt">Qapt</ulink>,
127 <ulink url="https://github.com/osiam/osiam">SCIM</ulink>, and
128 <ulink url="http://www.dest-unreach.org/socat/">socat</ulink> (for pam_kwallet)
129 </para>
130
131 <note>
132 <para>
133 <xref linkend="qtwebengine"/> is required for aura-browser.
134 It is also optional for two other packages:
135 libksysguard and kdeplasma-addons. If QtWebEngine is installed later,
136 only these two packages need to be rebuilt. This allows
137 a more complete display in the system monitor application.
138 </para>
139 </note>
140
141 <sect2>
142 <title>Downloading KDE Plasma5</title>
143
144 <para>
145 The easiest way to get the KDE Plasma5 packages is to use a single
146 <command>wget</command> to fetch them all at once:
147 </para>
148
149<screen><userinput>url=https://download.kde.org/stable/plasma/&plasma5-version;/
150wget -r -nH -nd -A '*.xz' -np $url</userinput>
151<literal>
152The options used here are:
153 -r recurse through child directories
154 -nH disable generation of host-prefixed directories
155 -nd do not create a hierarchy of directories
156 -A '*.xz' just get the *.xz files
157 -np don't get parent directories</literal></screen>
158
159 </sect2>
160
161 <sect2>
162 <title>Setting Package Order</title>
163
164 <para>
165 The order of building files is important due to internal dependencies.
166 Create the list of files in the proper order as follows:
167 </para>
168
169<screen><userinput>cat &gt; plasma-&plasma5-version;.md5 &lt;&lt; "EOF"
170<literal>a1361a811dc93389d0ce771d1ff82c3a kdecoration-5.27.10.tar.xz
1711f491e823bc83df650d04d5d9948da45 libkscreen-5.27.10.tar.xz
172571aa0c18a14ee74f3081f96f73a7f9d libksysguard-5.27.10.tar.xz
173541d1b06db3b707a7a73df1526f37b44 breeze-5.27.10.tar.xz
1749acdc232ea675b761e7386837f25f420 breeze-gtk-5.27.10.tar.xz
17554562594af547614648cded522c3e747 layer-shell-qt-5.27.10.tar.xz
176c44cfe3ba7fb03fc30b2ae305f16ed79 kscreenlocker-5.27.10.tar.xz
177171949dd2dfc3b2325c959389694860a oxygen-5.27.10.tar.xz
1780ef8d9f18707712fc4bcccf59138f2c7 kinfocenter-5.27.10.tar.xz
179e4e4409af71c4f5a67aa35c04f6b2bc7 kwin-5.27.10.tar.xz
1805c2ff5158503e983207e700ce513e929 plasma-workspace-5.27.10.tar.xz
18146001c7671f7ff2f08ca0dd9c3cdbf3f plasma-disks-5.27.10.tar.xz
182820566ae6effedbdd208a78e0031bf67 bluedevil-5.27.10.tar.xz
183490bd81c915f332b65631b87b6eaa49d kde-gtk-config-5.27.10.tar.xz
1847cade9cfce3ef14f14f55cd7a50fd7cf khotkeys-5.27.10.tar.xz
185e98c999e6ee7f9bbe775d4e512368420 kmenuedit-5.27.10.tar.xz
18624bc4ed3ad5587bd05591aafd758df2c kscreen-5.27.10.tar.xz
1873ab1c88cf91f0fb46ae3395d57709e12 kwallet-pam-5.27.10.tar.xz
18853d59d76b3dfac5f755d607798b08f85 kwayland-integration-5.27.10.tar.xz
189d7a9f2999352e91d504d52ad65336d9b kwrited-5.27.10.tar.xz
1908a51e19d58acebb89a919b7377d8bc83 milou-5.27.10.tar.xz
1910e11c62c2a23d161b5b8cbe6e87517bc plasma-nm-5.27.10.tar.xz
19202657d8fd46384f75ffe9c504f7c97b4 plasma-pa-5.27.10.tar.xz
1935c1cbd459e786deb16d5615748114bfa plasma-workspace-wallpapers-5.27.10.tar.xz
19417302ca60f68e13e85bc24a4ec873622 polkit-kde-agent-1-5.27.10.tar.xz
195cc39dc5777614bd89ae96d38008dc7c9 powerdevil-5.27.10.tar.xz
1962417bb974152d4f2274ebe3b7b524ca8 plasma-desktop-5.27.10.tar.xz
197f51521902f0665349c0fa012590a1eec kgamma-5.27.10.tar.xz
198e95d6813c180b078be4bf40550791e26 ksshaskpass-5.27.10.tar.xz
199#8c52fad441ffe43969458ae71b6a2f26 plasma-sdk-5.27.10.tar.xz
2001af573d08dd99879f27c5a2b55b02bc9 sddm-kcm-5.27.10.tar.xz
201#560ac5c60112e18bb44c46eec3563d7d discover-5.27.10.tar.xz
202#2cd0a4e1e3e89197e18f48d893c0f2d6 breeze-grub-5.27.10.tar.xz
203#fe7bb4efec17206a9faceb9cfe35fbf5 breeze-plymouth-5.27.10.tar.xz
2045bbb5c7a2985f8d7b8816a35d517d333 kactivitymanagerd-5.27.10.tar.xz
205c1810c7d54842028fb5968097add5538 plasma-integration-5.27.10.tar.xz
206#75bedf5da4b7497a18238011d12bec26 plymouth-kcm-5.27.10.tar.xz
207440dd7cb1f43d7d86862a1165b48c4f2 xdg-desktop-portal-kde-5.27.10.tar.xz
208657984f8356578253e1911c8d35041f6 drkonqi-5.27.10.tar.xz
209912db896afe71a8283e36037b4bba79e plasma-vault-5.27.10.tar.xz
210e03d33ca8a9905df3c2901cef5512a14 plasma-browser-integration-5.27.10.tar.xz
21130797f3809675e61542518f9b15be2c3 kde-cli-tools-5.27.10.tar.xz
2121319f82a4043456a4cb99cfcc2ba90fe systemsettings-5.27.10.tar.xz
2132861104cf1e31393d9cd87701042d3aa plasma-thunderbolt-5.27.10.tar.xz
214#79ffc86387c7024bd834b349fba9b79f plasma-nano-5.27.10.tar.xz
215#802d5a3cd34f5ec3825c21905f0ed9db plasma-mobile-5.27.10.tar.xz
2161f4875f2cf9c0d949961aa9ad6635e6f plasma-firewall-5.27.10.tar.xz
217b6648b45d9824b565dda1f100e7d83a6 plasma-systemmonitor-5.27.10.tar.xz
2188e46e5afde739a6361b1838f71eb182d qqc2-breeze-style-5.27.10.tar.xz
219fd93592f9895c5c09f4c0db771c1710a ksystemstats-5.27.10.tar.xz
2204f55bb4490751abb23046165d68e8ca7 oxygen-sounds-5.27.10.tar.xz
221#6300c88c07debeb60760dede52a791ee aura-browser-5.27.10.tar.xz
22200afc45528267a5e2ec11b47b8a7779b kdeplasma-addons-5.27.10.tar.xz
2237f432fbb0d205d6e30714e731f91a459 kpipewire-5.27.10.tar.xz
2245f37a2e3acf00a0616e13d86ed225d7f plank-player-5.27.10.tar.xz
225f3a08cefe61643273a9e06cfd6b2746a plasma-bigscreen-5.27.10.tar.xz
226a69142a27ab62c583fa5d4d4577427ff plasma-remotecontrollers-5.27.10.tar.xz
227#16e67ca215d44ec59130214ca6e13e80 flatpak-kcm-5.27.10.tar.xz
228#4ef3e1d988e5edfa8ee20f9373a82680 plasma-welcome-5.27.10.tar.xz</literal>
229EOF</userinput></screen>
230
231 <note>
232 <title>About Commented out Packages</title>
233 <para>
234 The breeze-grub, breeze-plymouth, and plymouth-kcm packages above are
235 all for customized support of <ulink
236 url="https://www.freedesktop.org/wiki/Software/Plymouth/"
237 >Plymouth</ulink>
238 which is designed to be run within an initial ram disk during boot (see
239 <xref linkend="initramfs"/>).
240 The plasma-sdk package is optional and used for software development.
241 The plasma-nano package is used for embedded systems and
242 plasma-mobile provides phone functionality for Plasma.
243 The aura-browser package requires <xref linkend="qtwebengine"/>.
244 The discover package requires <xref linkend="appstream"/> to be built
245 with the -Dqt=true switch.
246 The plasma-welcome package requires the external package
247 <ulink url="https://download.kde.org/stable/release-service/&kf5apps-version;/src/">
248 kaccounts-integration</ulink>.
249 The flatpack-kcm package is for managing support of flatpack applications.
250 </para>
251 </note>
252
253 </sect2>
254
255 <sect2 role="installation">
256 <title>Installation of Plasma5</title>
257
258 &as_root;
259
260 <para>
261 First, start a subshell that will exit on error:
262 </para>
263
264<screen><userinput>bash -e</userinput></screen>
265
266 <para>
267 Install all of the packages by running the following
268 commands:
269 </para>
270
271<screen><userinput>while read -r line; do
272
273 # Get the file name, ignoring comments and blank lines
274 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi
275 file=$(echo $line | cut -d" " -f2)
276
277 pkg=$(echo $file|sed 's|^.*/||') # Remove directory
278 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory
279
280 tar -xf $file
281 pushd $packagedir
282<!--
283 # Fix some build issues when generating some configuration files
284 case $name in
285 plasma-workspace)
286 sed -i '/set.HAVE_X11/a set(X11_FOUND 1)' CMakeLists.txt
287 ;;
288
289 khotkeys)
290 sed -i '/X11Extras/a set(X11_FOUND 1)' CMakeLists.txt
291 ;;
292
293 plasma-desktop)
294 sed -i '/X11.h)/i set(X11_FOUND 1)' CMakeLists.txt
295 ;;
296 esac
297-->
298 mkdir build
299 cd build
300
301 cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
302 -DCMAKE_BUILD_TYPE=Release \
303 -DBUILD_TESTING=OFF \
304 -Wno-dev .. &amp;&amp;
305
306 make
307 as_root make install
308 popd
309
310<!-- some packages end up with files owned by root in $packagedir,
311 so use as_root for removing -->
312 as_root rm -rf $packagedir
313 as_root /sbin/ldconfig
314
315done &lt; plasma-&plasma5-version;.md5
316
317exit</userinput></screen>
318
319 <para>
320 If you did not set <envar>$KF5_PREFIX</envar> to
321 <filename>/usr</filename>, create symlinks to allow display managers to
322 find <application>Plasma</application>:
323 </para>
324
325<screen><userinput>as_root install -dvm 755 /usr/share/xsessions &amp;&amp;
326cd /usr/share/xsessions/ &amp;&amp;
327[ -e plasma.desktop ] ||
328as_root ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop &amp;&amp;
329as_root install -dvm 755 /usr/share/wayland-sessions &amp;&amp;
330cd /usr/share/wayland-sessions/ &amp;&amp;
331[ -e plasmawayland.desktop ] ||
332as_root ln -sfv $KF5_PREFIX/share/wayland-sessions/plasmawayland.desktop<!--
333cd $KF5_PREFIX/share/plasma/plasmoids
334
335for j in $(find -name \*.js); do
336 as_root ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/
337done--></userinput></screen>
338
339 <para revision="sysv">
340 Useless systemd units have been installed in
341 <filename class="directory">$KF5_PREFIX/lib</filename>. Remove
342 them now (as <systemitem class="username">root</systemitem>):
343 </para>
344
345<screen role="root"
346 revision="sysv"><userinput>rm -rf $KF5_PREFIX/lib/systemd</userinput></screen>
347
348 </sect2>
349<!--
350 <sect2 role="commands">
351 <title>Command Explanations</title>
352
353 <para>
354 <command>ln -sfv ../code/$(basename $j) $(dirname $j)/../ui/</command>:
355 Create symbolic links so qml files can find needed javascript modules.
356 </para>
357
358 </sect2>
359-->
360 <sect2 role="configuration">
361 <title>Configuring Plasma</title>
362
363 <sect3>
364 <title>Linux PAM Configuration</title>
365
366 <para>
367 If you built Plasma with the recommended <application>Linux
368 PAM</application> support, create necessary configuration files by
369 running the following commands as the <systemitem
370 class="username">root</systemitem> user:
371 </para>
372
373<screen role="root"><userinput>cat &gt; /etc/pam.d/kde &lt;&lt; "EOF"
374<literal># Begin /etc/pam.d/kde
375
376auth requisite pam_nologin.so
377auth required pam_env.so
378
379auth required pam_succeed_if.so uid &gt;= 1000 quiet
380auth include system-auth
381
382account include system-account
383password include system-password
384session include system-session
385
386# End /etc/pam.d/kde</literal>
387EOF
388
389cat &gt; /etc/pam.d/kde-np &lt;&lt; "EOF"
390<literal># Begin /etc/pam.d/kde-np
391
392auth requisite pam_nologin.so
393auth required pam_env.so
394
395auth required pam_succeed_if.so uid &gt;= 1000 quiet
396auth required pam_permit.so
397
398account include system-account
399password include system-password
400session include system-session
401
402# End /etc/pam.d/kde-np</literal>
403EOF
404
405cat &gt; /etc/pam.d/kscreensaver &lt;&lt; "EOF"
406<literal># Begin /etc/pam.d/kscreensaver
407
408auth include system-auth
409account include system-account
410
411# End /etc/pam.d/kscreensaver</literal>
412EOF</userinput></screen>
413 </sect3>
414 </sect2>
415
416 <sect2 role="starting">
417 <title>Starting Plasma5</title>
418
419 <para revision="sysv">
420 You can start <application>Plasma5</application> from runlevel 3, using
421 <xref linkend="xinit"/>, or from runlevel 5, using a Display Manager,
422 such as <xref linkend="lightdm"/>.
423 </para>
424
425 <para revision="systemd">
426 You can start <application>Plasma5</application> from a TTY, using
427 <xref linkend="xinit"/><!--, or from a graphical display manager, such as
428 <xref linkend="sddm"/>-->.
429 </para>
430
431 <para>
432 To start <application>Plasma 5</application> using <xref linkend="xinit"/>,
433 run the following commands:
434 </para>
435
436<screen role="nodump"><userinput>cat &gt; ~/.xinitrc &lt;&lt; "EOF"
437<literal>dbus-launch --exit-with-x11 $KF5_PREFIX/bin/startplasma-x11</literal>
438EOF
439
440startx</userinput></screen>
441
442 <para>
443 The X session starts on the first unused virtual terminal, normally vt7.
444 You can switch to another vt<emphasis>n</emphasis> simultaneously
445 pressing the keys Ctrl-Alt-F<emphasis>n</emphasis>
446 (<emphasis>n</emphasis>=1, 2, ...). To switch back to the X session,
447 normally started at vt7, use Ctrl-Alt-F7. The vt where the command
448 <command>startx</command> was executed will display many messages,
449 including X starting messages, applications automatically started with
450 the session, and eventually, some warning and error messages. You may
451 prefer to redirect those messages to a log file, which not only will keep
452 the initial vt uncluttered, but can also be used for debugging purposes. This
453 can be done starting X with:
454 </para>
455
456 <screen role="nodump"><userinput>startx &amp;&gt; ~/x-session-errors</userinput></screen>
457
458 <para>
459 When shutting down or rebooting, the shutdown messages appear on the vt
460 where X was running. If you wish to see those messages, simultaneously
461 press keys Alt-F7 (assuming that X was running on vt7).
462 </para>
463<!-- Now the entry is "plasma (X11)" for Xorg, so I guess this is
464 not needed anymore:
465 <para>
466 If you intend to start <application>Plasma</application> using a
467 display manager such as <xref linkend="lightdm"/>, there will be two entries
468 for <application>Plasma</application>, one for use with
469 <application>Xorg</application>, and another for
470 <application>Wayland</application>. Modify the
471 <application>Xorg</application> entry with the following command, as the
472 <systemitem class="username">root</systemitem> user, so that you can
473 differentiate between the two:</para>
474
475<screen role="root"><userinput>sed '/^Name=/s/Plasma/Plasma on Xorg/' -i /usr/share/xsessions/plasma.desktop</userinput></screen>
476-->
477
478 </sect2>
479
480 <sect2 role="content">
481 <title>Contents</title>
482
483 <segmentedlist>
484 <segtitle>Installed Programs</segtitle>
485 <segtitle>Installed Libraries</segtitle>
486 <segtitle>Installed Directories</segtitle>
487
488 <seglistitem>
489 <seg>
490 There are too many plasma programs (63 in /opt/kf5/bin) to list
491 separately here.
492 </seg>
493 <seg>
494 There are too many plasma libraries (40 in /opt/kf5/lib) to list
495 separately here.
496 </seg>
497 <seg>
498 There are too many plasma directories (over 1000 in /opt/kf5) to
499 list separately here.
500 </seg>
501 </seglistitem>
502 </segmentedlist>
503
504 </sect2>
505
506</sect1>
Note: See TracBrowser for help on using the repository browser.