source: lxqt/desktop/lxqt-panel.xml@ 78d568a

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

Help some lxqt find kf5 headers.
If installing lxqt after the full kf5 libraries, and kf5 was not
installed in /usr (typically /opt/kf5), two packages need help
finding the needed headers. Add the appropriate environment
variables to the instructions for those packages (lxqt-panel and
screengrab).

  • Property mode set to 100644
File size: 5.4 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 If <xref linkend="kf5"/> was not installed in /usr, help the code
100 find needed headers:
101 </para>
102
103<screen role="pre"><userinput>export CXXFLAGS+="-I $KF5_PREFIX/include"
104export CFLAGS+="-I $KF5_PREFIX/include"</userinput></screen>
105
106 <para>
107 Install <application>lxqt-panel</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir -v build &amp;&amp;
112cd build &amp;&amp;
113
114cmake -DCMAKE_INSTALL_PREFIX=/usr \
115 -DCMAKE_BUILD_TYPE=Release \
116 .. &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the &root; user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <para>
135 <option>-D&lt;plugin&gt;_PLUGIN=no</option>: Disable a &lt;plugin&gt;,
136 where &lt;plugin&gt; may be CLOCK, COLORPICKER, CPULOAD, DIRECTORYMENU,
137 DESKTOPSWITCH, KBINDICATOR, MAINMENU, MOUNT, QUICKLAUNCH, SENSORS,
138 SHOWDESKTOP, NETWORKMONITOR, SYSSTAT, TASKBAR, STATUSNOTIFIER, TRAY,
139 VOLUME, WORLDCLOCK, or SPACER
140 </para>
141
142 </sect2>
143
144 <sect2 role="content">
145 <title>Contents</title>
146
147 <segmentedlist>
148 <segtitle>Installed Program</segtitle>
149 <segtitle>Installed Libraries</segtitle>
150 <segtitle>Installed Directories</segtitle>
151
152 <seglistitem>
153 <seg>
154 lxqt-panel
155 </seg>
156 <seg>
157 several plugins under /usr/lib/lxqt-panel
158 </seg>
159 <seg>
160 /usr/lib/lxqt-panel,
161 /usr/share/lxqt/panel, and
162 /usr/share/lxqt/panel
163 </seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="lxqt-panel-prog">
173 <term><command>lxqt-panel</command></term>
174 <listitem>
175 <para>
176 is a lightweight <application>Qt5</application> based
177 panel for the <application>LXQt</application> Desktop
178 </para>
179 <indexterm zone="lxqt-panel lxqt-panel-prog">
180 <primary sortas="b-lxqt-panel">lxqt-panel</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.