source: lxqt/desktop/lxqt-panel.xml@ 096ed61

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.9 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 096ed61 was 096ed61, checked in by Fernando de Oliveira <fernando@…>, 8 years ago
  • Update to libsysstat 0.3.1.
  • Update to libqtxdg-1.3.0.
  • Update to Update to LXQt 0.10.0.
  • Archive liblxqt-mount-0.9.0.
  • Short descriptions and typo, from Denis Mugnier.
  • Update to qupzilla-1.8.8.

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

  • Property mode set to 100644
File size: 5.3 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 "4a884aa9a59b2f554204ab3491663edc">
10 <!ENTITY lxqt-panel-size "324 KB">
11 <!ENTITY lxqt-panel-buildsize "31 MB">
12 <!ENTITY lxqt-panel-time "1.8 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 &lfs78_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 kguiaddons and solid, both from
78 <xref linkend="kf5-frameworks"/> (keyboard indicator plugin),
79 <xref linkend="lxqt-globalkeys"/>,
80 <xref linkend="libdbusmenu-qt"/> (built against Qt5),
81 <xref linkend="liblxqt"/>,
82 <xref linkend="libxkbcommon"/>,
83 <xref linkend="lxmenu-data"/>, and
84 <xref linkend="menu-cache"/>
85 </para>
86
87 <note>
88 <para>
89 You do not need all <xref linkend="kf5-frameworks"/>, just the named
90 library and dependencies.
91 </para>
92 </note>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="alsa-lib"/> or
97 <xref linkend="pulseaudio"/> (volume plugin),
98 <xref linkend="libstatgrab"/> (system statistics plugin),
99 <xref linkend="libsysstat"/> (CPU and network monitor plugins), and
100 <xref linkend="lm_sensors"/> (sensors plugin)
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>sed -e 's:&lt;KF5/KWindowSystem/:&lt;:' \
117 -i plugin-taskbar/lxqttaskgroup.{h,cpp} &amp;&amp;
118
119mkdir -v build &amp;&amp;
120cd build &amp;&amp;
121
122cmake -DCMAKE_BUILD_TYPE=Release \
123 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
124 -DCMAKE_INSTALL_LIBDIR=lib \
125 .. &amp;&amp;
126
127make</userinput></screen>
128
129 <para>
130 This package does not come with a test suite.
131 </para>
132
133 <para>
134 Now, as the <systemitem class="username">root</systemitem> user:
135 </para>
136
137<screen role="root"><userinput>make install</userinput></screen>
138
139 </sect2>
140
141 <sect2 role="commands">
142 <title>Command Explanations</title>
143
144 <para>
145 <command>sed ...</command>: Fixes the headers for KF5.
146 </para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Program</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 lxqt-panel
161 </seg>
162 <seg>
163 several plugins under $LXQT_PREFIX/lib/lxqt-panel
164 </seg>
165 <seg>
166 /etc/xdg/lxqt,
167 $LXQT_PREFIX/share/lxqt/{,translations/}lxqt-panel and
168 $LXQT_PREFIX/lib/lxqt-panel
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="lxqt-panel-prog">
179 <term><command>lxqt-panel</command></term>
180 <listitem>
181 <para>
182 is a lightweight <application>Qt5</application> based
183 panel for the <application>LXQt</application> Desktop.
184 </para>
185 <indexterm zone="lxqt-panel lxqt-panel-prog">
186 <primary sortas="b-lxqt-panel">lxqt-panel</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 </variablelist>
192
193 </sect2>
194
195</sect1>
Note: See TracBrowser for help on using the repository browser.