source: kde/plasma5/plasma-all.xml@ ce402041

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

Fix xdg-desktop-portal-kde when kde in /opt

For some reason, although XDG_DATA_DIRS contains /opt/kf5/share and
xdg-desktop-portal should use config files from XDG_DATA_DIRS,
xdg-desktop-portal-kde is not started unless the configuration files are
copied to /usr/share. Do that after building plasma (as we already fo
for the .desktop files). We don't copy but just symlink them...

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