source: lxqt/desktop/lxqt-panel.xml@ 737f339

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 737f339 was 737f339, checked in by Pierre Labastie <pieere@…>, 6 years ago

LXQt-0.12.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19394 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.8 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 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>lxqt-panel-&lxqt-panel-version;</title>
28
29 <indexterm zone="lxqt-panel">
30 <primary sortas="a-lxqt-panel">lxqt-panel</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to lxqt-panel</title>
35
36 <para>
37 The <application>lxqt-panel</application> package contains a
38 lightweight X11 desktop panel.
39 </para>
40
41 &lfs81_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&lxqt-panel-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&lxqt-panel-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &lxqt-panel-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &lxqt-panel-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &lxqt-panel-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &lxqt-panel-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">lxqt-panel Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="kf5-frameworks"/> or
82 (<xref linkend="lxqt-kguiaddons"/> and
83 <xref linkend="lxqt-solid"/>) (keyboard indicator plugin),
84 <xref linkend="lxqt-globalkeys"/>,
85 <xref linkend="libdbusmenu-qt"/>,
86 <xref linkend="liblxqt"/>,
87 <xref linkend="lxmenu-data"/>, and
88 <xref linkend="menu-cache"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="alsa-lib"/> or
94 <xref linkend="pulseaudio"/> (volume plugin),
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.