source: lxqt/desktop/lxqt-panel.xml@ 11c16fdc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.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 nosym 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 11c16fdc was 31be310, checked in by Pierre Labastie <pieere@…>, 8 years ago

Really Update LXQt Desktop

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

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