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

lazarus trunk
Last change on this file since b9ddb72 was b9ddb72, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Fix lxqt-panel issue identified upstream.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "2e0eabd4730e411ccee0d27b3dd1539f">
10 <!ENTITY lxqt-panel-size "644 KB">
11 <!ENTITY lxqt-panel-buildsize "68 MB">
12 <!ENTITY lxqt-panel-time "0.6 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 &lfs121_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="layer-shell-qt"/>,
74 <xref linkend="libdbusmenu-qt"/>,
75 <xref linkend="liblxqt"/>,
76 <xref linkend="lxqt-globalkeys"/>,
77 <xref linkend="lxqt-menu-data"/>,
78 <xref linkend="lxqt-solid"/>, 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 First, fix a problem identified upstream:
100 </para>
101
102<screen><userinput>sed -e '/lxqt_app_translation_loader/a set(CMAKE_EXECUTABLE_ENABLE_EXPORTS TRUE)' \
103 -i panel/CMakeLists.txt</userinput></screen>
104
105 <para>
106 Install <application>lxqt-panel</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>mkdir build &amp;&amp;
111cd build &amp;&amp;
112
113cmake -D CMAKE_INSTALL_PREFIX=/usr \
114 -D CMAKE_BUILD_TYPE=Release \
115 .. &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 This package does not come with a test suite.
120 </para>
121
122 <para>
123 Now, as the &root; user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 </sect2>
129<!--
130 <sect2 role="commands">
131 <title>Command Explanations</title>
132
133 <para>
134 <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable a &lt;plugin&gt;,
135 where &lt;plugin&gt; may be CLOCK, COLORPICKER, CPULOAD, DIRECTORYMENU,
136 DESKTOPSWITCH, KBINDICATOR, MAINMENU, MOUNT, QUICKLAUNCH, SENSORS,
137 SHOWDESKTOP, NETWORKMONITOR, SYSSTAT, TASKBAR, STATUSNOTIFIER, TRAY,
138 VOLUME, WORLDCLOCK, or SPACER
139 </para>
140
141 </sect2>
142-->
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Program</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 lxqt-panel
154 </seg>
155 <seg>
156 several plugins under /usr/lib/lxqt-panel
157 </seg>
158 <seg>
159 /usr/lib/lxqt-panel and
160 /usr/share/lxqt/panel
161 </seg>
162 </seglistitem>
163 </segmentedlist>
164
165 <variablelist>
166 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
167 <?dbfo list-presentation="list"?>
168 <?dbhtml list-presentation="table"?>
169
170 <varlistentry id="lxqt-panel-prog">
171 <term><command>lxqt-panel</command></term>
172 <listitem>
173 <para>
174 is a lightweight <application>Qt6</application> based
175 panel for the <application>LXQt</application> Desktop
176 </para>
177 <indexterm zone="lxqt-panel lxqt-panel-prog">
178 <primary sortas="b-lxqt-panel">lxqt-panel</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.