source: lxqt/desktop/lxqt-panel.xml@ a16dff43

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since a16dff43 was a16dff43, checked in by Bruce Dubbs <bdubbs@…>, 12 months ago

Install lxqt in /usr unconditionally.

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