source: archive/lxqt/desktop/lxqt-panel.xml@ f863fd7d

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 f863fd7d was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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