source: archive/lxqt/desktop/lxqt-panel.xml@ 27e309e7

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 27e309e7 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 6.9 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<!-- As of August 2017, downloads.lxqt.org is down. Use github archives
8 instead, but keep the old link in case the host become available again.
9 According to lxqt devs, they are working on it...
10 <!ENTITY lxqt-panel-download-http "&lxqt-http-repo;/&lxqt-version;/lxqt-panel-&lxqt-panel-version;.tar.xz">-->
11 <!ENTITY lxqt-panel-download-http "https://github.com/lxde/lxqt-panel/releases/download/&lxqt-panel-version;/lxqt-panel-&lxqt-panel-version;.tar.xz">
12 <!ENTITY lxqt-panel-download-ftp " ">
13 <!ENTITY lxqt-panel-md5sum "58bf215ddfb9727d8c494618c58064e5">
14 <!ENTITY lxqt-panel-size "265 KB">
15 <!ENTITY lxqt-panel-buildsize "24 MB">
16 <!ENTITY lxqt-panel-time "1.3 SBU">
17]>
18
19<sect1 id="lxqt-panel" xreflabel="lxqt-panel-&lxqt-panel-version;">
20 <?dbhtml filename="lxqt-panel.html"?>
21
22
23 <title>lxqt-panel-&lxqt-panel-version;</title>
24
25 <indexterm zone="lxqt-panel">
26 <primary sortas="a-lxqt-panel">lxqt-panel</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to lxqt-panel</title>
31
32 <para>
33 The <application>lxqt-panel</application> package contains a
34 lightweight X11 desktop panel.
35 </para>
36
37 &lfs82_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&lxqt-panel-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&lxqt-panel-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &lxqt-panel-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &lxqt-panel-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &lxqt-panel-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &lxqt-panel-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">lxqt-panel Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref role="nodep" linkend="kf5-frameworks"/> or
78<!-- role="nodep" implies that jhalfs users will not depend on the whole
79 kf5 stack. If they have built kf5, it is easy to remove the
80 lxqt-kguiaddons and lxqt-solid scripts.-->
81 (<xref linkend="lxqt-kguiaddons"/> and
82 <xref linkend="lxqt-solid"/>) (keyboard indicator plugin),
83 <xref linkend="lxqt-globalkeys"/>,
84 <xref linkend="libdbusmenu-qt"/>,
85 <xref linkend="liblxqt"/>,
86 <xref linkend="lxmenu-data"/>, and
87 <xref linkend="menu-cache"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="alsa-lib"/> or
93 <xref linkend="pulseaudio"/> (volume plugin; see Command Explanations below
94 if not present),
95 <xref linkend="libstatgrab"/> (network monitor and CPU load plugins),
96 <xref linkend="libsysstat"/> (CPU and network monitor plugins),
97 <xref linkend="libxkbcommon"/> (keyboard indicator plugin), and
98 <xref linkend="lm_sensors"/> (sensors plugin)
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="git"/> (to download translation files) or
104 <xref linkend="lxqt-l10n"/> (to add localization files)
105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/lxqt-panel"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of lxqt-panel</title>
114
115 <para>
116 Install <application>lxqt-panel</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>sed -e 's:&lt;KF5/KWindowSystem/:&lt;:' \
121 -i plugin-taskbar/lxqttaskgroup.{h,cpp} &amp;&amp;
122
123mkdir -v build &amp;&amp;
124cd build &amp;&amp;
125
126cmake -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
127 -DCMAKE_BUILD_TYPE=Release \
128 -DPULL_TRANSLATIONS=no \
129 .. &amp;&amp;
130make</userinput></screen>
131
132 <para>
133 This package does not come with a test suite.
134 </para>
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem> user:
138 </para>
139
140<screen role="root"><userinput>make install</userinput></screen>
141
142 </sect2>
143
144 <sect2 role="commands">
145 <title>Command Explanations</title>
146
147 <para>
148 <command>sed ... plugin-taskbar/lxqttaskgroup.{h,cpp}</command>:
149 Removes a hard coded directory from an include file and allows
150 the system to find it when the KDE Framework dependencies are not
151 installed in <envar>$LXQT_PREFIX</envar>.
152 </para>
153
154 <para>
155 <parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
156 <xref linkend="git"/>, which would otherwise be requested to download
157 the translation files.
158 </para>
159
160 <para>
161 <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable &lt;plugin&gt;,
162 where &lt;plugin&gt; may be CLOCK, COLORPICKER, CPULOAD, DIRECTORYMENU,
163 DESKTOPSWITCH, KBINDICATOR, MAINMENU, MOUNT, QUICKLAUNCH, SENSORS,
164 SHOWDESKTOP, NETWORKMONITOR, SYSSTAT, TASKBAR, STATUSNOTIFIER, TRAY,
165 VOLUME, WORLDCLOCK, or SPACER,
166 </para>
167
168 <para>
169 <option>-DVOLUME_USE_&lt;backend&gt;=no</option>: Disable support
170 for &lt;backend&gt; in volume plugin, where backend is ALSA or PULSEAUDIO.
171 </para>
172
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Program</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>
185 lxqt-panel
186 </seg>
187 <seg>
188 several plugins under $LXQT_PREFIX/lib/lxqt-panel
189 </seg>
190 <seg>
191 /etc/xdg/lxqt,
192 $LXQT_PREFIX/share/lxqt/lxqt-panel and
193 $LXQT_PREFIX/lib/lxqt-panel
194 </seg>
195 </seglistitem>
196 </segmentedlist>
197
198 <variablelist>
199 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
200 <?dbfo list-presentation="list"?>
201 <?dbhtml list-presentation="table"?>
202
203 <varlistentry id="lxqt-panel-prog">
204 <term><command>lxqt-panel</command></term>
205 <listitem>
206 <para>
207 is a lightweight <application>Qt5</application> based
208 panel for the <application>LXQt</application> Desktop.
209 </para>
210 <indexterm zone="lxqt-panel lxqt-panel-prog">
211 <primary sortas="b-lxqt-panel">lxqt-panel</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 </variablelist>
217
218 </sect2>
219
220</sect1>
Note: See TracBrowser for help on using the repository browser.