source: kde5/plasma/plasma-workspace.xml@ c82b1166

kde5-13430
Last change on this file since c82b1166 was c82b1166, checked in by Krejzi <krejzi@…>, 10 years ago

Experiment with packages.ent like files for kde5 section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@13560 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 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
8<sect1 id="plasma-workspace" xreflabel="Plasma-Workspace-&plasma-version;">
9 <?dbhtml filename="plasma-workspace.html"?>
10
11 <sect1info>
12 <othername>$LastChangedBy$</othername>
13 <date>$Date$</date>
14 </sect1info>
15
16 <title>Plasma-Workspace-&plasma-version;</title>
17
18 <indexterm zone="plasma-workspace">
19 <primary sortas="a-Plasma-Workspace">Plasma-Workspace</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>Introduction to Plasma-Workspace</title>
24
25 <para>
26 The <application>Plasma-Workspace</application> package contains the
27 KDE Plasma Workspace.
28 </para>
29
30 &lfs75_checked;
31
32 <bridgehead renderas="sect3">Package Information</bridgehead>
33 <itemizedlist spacing="compact">
34 <listitem>
35 <para>
36 Download (HTTP): <ulink url="&plasma-workspace-download-http;"/>
37 </para>
38 </listitem>
39 <listitem>
40 <para>
41 Download (FTP): <ulink url="&plasma-workspace-download-ftp;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download MD5 sum: &plasma-workspace-md5sum;
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download size: &plasma-workspace-size;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Estimated disk space required: &plasma-workspace-buildsize;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated build time: &plasma-workspace-time;
62 </para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Plasma-Workspace Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Required</bridgehead>
69 <para role="required">
70 <xref linkend="baloo5"/>,
71 <xref linkend="kdesu"/>,
72 <xref linkend="kdewebkit"/>,
73 <xref linkend="kidletime"/>,
74 <xref linkend="kjsembed"/>,
75 <xref linkend="knotifyconfig"/>,
76 <xref linkend="krunner"/>,
77 <xref linkend="kwin5"/>,
78 <xref linkend="libkscreen"/> and
79 <xref linkend="libksysguard"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="ktexteditor"/>
85 </para>
86
87 <bridgehead renderas="sect4">Runtime Dependencies</bridgehead>
88 <para role="required">
89 <xref linkend="breeze"/>,
90 <xref linkend="kde-cli-tools"/>,
91 <xref linkend="kded"/>,
92 <xref linkend="khelpcenter"/>,
93 <xref linkend="kio-extras"/>,
94 <xref linkend="milou"/>,
95 <xref linkend="oxygen"/> and
96 <xref linkend="plasma-workspace-wallpapers"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <ulink url="http://gpsd.berlios.de/">libgps</ulink>,
102 <ulink url="http://qalculate.sourceforge.net">libqalculate</ulink> and
103 <xref linkend="linux-pam"/>
104 <!-- Prison, kdepimlibs5 -->
105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/plasma-workspace"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of Plasma-Workspace</title>
114
115 <para>
116 Install <application>Plasma-Workspace</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>mkdir build &amp;&amp;
121cd build &amp;&amp;
122
123cmake -DCMAKE_INSTALL_PREFIX=$KF5_PREFIX \
124 -DCMAKE_BUILD_TYPE=Release \
125 -DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR \
126 -DLIB_INSTALL_DIR=lib \
127 -DBUILD_TESTING=OFF \
128 -DQML_INSTALL_DIR=&qt5-qml-dir; \
129 -DQT_PLUGIN_INSTALL_DIR=&qt5-plugins-dir; \
130 .. &amp;&amp;
131make</userinput></screen>
132
133 <para>
134 This package does not come with a test suite.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install</userinput></screen>
142
143 </sect2>
144
145 <sect2 role="commands">
146 <title>Command Explanations</title>
147
148 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
149 href="../../xincludes/cmake-release.xml"/>
150
151 <para>
152 <parameter>-DSYSCONF_INSTALL_DIR=$KF5_SYSCONFDIR</parameter>: This switch
153 is used to set correct XDG configuration directory.
154 </para>
155
156 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
157 href="../../xincludes/kf5-libdir.xml"/>
158
159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
160 href="../../xincludes/kf5-tests.xml"/>
161
162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
163 href="../../xincludes/qt5-qml-dir.xml"/>
164
165 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
166 href="../../xincludes/qt5-plugins-dir.xml"/>
167
168 </sect2>
169
170 <sect2 role="configuration">
171 <title>Configuring Plasma-Workspace</title>
172
173 <note>
174 <para>
175 This section can be skipped if <application>KDE Plasma 5</application>
176 was installed in <filename class="directory">/usr</filename>
177 </para>
178 </note>
179
180 <para>
181 Create a wrapper script that will be used to start the
182 <application>KDE Plasma 5</application> by running
183 the following command as the <systemitem
184 class="username">root</systemitem> user:
185 </para>
186
187<screen role="root"><userinput>cat &gt; $KF5_PREFIX/bin/startkde-wrapper &lt;&lt; "EOF"
188<literal>#!/bin/sh -e
189
190. /etc/profile.d/qt5.sh
191. /etc/profile.d/kf5.sh
192
193exec $KF5_PREFIX/bin/startkde "$@"</literal>
194EOF
195chmod -v 755 $KF5_PREFIX/bin/startkde-wrapper</userinput></screen>
196
197 <para>
198 If you are using a display manager to log into your desktop,
199 let it know about <application>KDE</application> Plasma
200 Desktop by running the following command as the
201 <systemitem class="username">root</systemitem> user:
202 </para>
203
204<screen role="root"><userinput>install -v -dm755 /usr/share/xsessions
205sed -i "s:startkde:&amp;-wrapper:g" $KF5_PREFIX/share/xsessions/plasma.desktop
206ln -sfv $KF5_PREFIX/share/xsessions/plasma.desktop /usr/share/xsessions/kf5-plasma.desktop</userinput></screen>
207
208 </sect2>
209
210 <sect2 role="content">
211 <title>Contents</title>
212
213 <segmentedlist>
214 <segtitle>Installed Programs</segtitle>
215 <segtitle>Installed Libraries</segtitle>
216 <segtitle>Installed Directories</segtitle>
217
218 <seglistitem>
219 <seg>
220 kcheckrunning, kcminit, kcminit_startup, kdostartupconfig5,
221 kglobalaccel5, klipper, krunner, ksmserver, ksplashqml,
222 kstartupconfig5, kuiserver5, plasmashell, startkde and
223 systemmonitor
224 </seg>
225 <seg>
226 libkdeinit5_kcminit.so, libkdeinit5_kcminit_startup.so,
227 libkdeinit5_kglobalaccel5.so, libkdeinit5_klipper.so,
228 libkdeinit5_ksmserver.so, libkdeinit5_kuiserver5.so,
229 libKF5XmlRpcClientPrivate.so, libkworkspace.so,
230 libplasma-geolocation-interface.so, libtaskmanager.so and
231 libweather_ion.so
232 </seg>
233 <seg>
234 $KF5_PREFIX/include/{KDE,kworkspace,plasma,taskmanager},
235 $KF5_PREFIX/lib/cmake/{KRunnerAppDBusInterface,KSMServerDBusInterface},
236 $KF5_PREFIX/lib/cmake/{LibKWorkspace,LibTaskManager,ScreenSaverDBusInterface},
237 $KF5_PREFIX/&qt5-plugins-dir;/plasma,
238 $KF5_PREFIX/&qt5-qml-dir;/org/kde/{plasma,private},
239 $KF5_PREFIX/share/doc/HTML/*/klipper,
240 $KF5_PREFIX/share/{drkonqi,ksmserver,ksplash},
241 $KF5_PREFIX/share/plasma/{look-and-fee,plasmoids,services},
242 $KF5_PREFIX/share/plasma/{shareprovider,wallpapers},
243 $KF5_PREFIX/share/sddm,
244 $KF5_PREFIX/share/solid and
245 $KF5_PREFIX/share/xsessions
246 </seg>
247 </seglistitem>
248 </segmentedlist>
249
250 </sect2>
251
252</sect1>
Note: See TracBrowser for help on using the repository browser.