source: lxqt/desktop/lxqt-panel.xml@ 6073ef0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 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 6073ef0 was 6073ef0, checked in by Ken Moffat <ken@…>, 9 years ago

Use $LXQT_PREFIX (can be /usr) in lxqt instead of forcing /opt/lxqt. I am not pleased by my ugly changes to the Final configuration part of the Post-Install instructions, but I think they will work and not do any harm.

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

  • Property mode set to 100644
File size: 5.7 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 "cdae5a811c68fe8162230f1e9ef765f2">
10 <!ENTITY lxqt-panel-size "272 KB">
11 <!ENTITY lxqt-panel-buildsize "26 MB">
12 <!ENTITY lxqt-panel-time "1 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 &lfs77_checked; &gcc5_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="lxqt-globalkeys"/>,
78 <xref linkend="liblxqt"/>,
79 <xref linkend="liblxqt-mount"/>,
80 <xref linkend="lxmenu-data"/>, and
81 <xref linkend="menu-cache"/>
82 </para>
83
84 <note>
85 <para>
86 You do not need all <xref linkend="kf5-frameworks"/>, just the named
87 library and dependencies.
88 </para>
89 </note>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 kguiaddons, from <xref linkend="kf5-frameworks"/> (keyboard indicator plugin),
94 <xref linkend="alsa-lib"/> or <xref linkend="pulseaudio"/> (volume plugin),
95 <xref linkend="libstatgrab"/> (system statistics plugin),
96 <xref linkend="libsysstat"/> (CPU and network monitor plugins), and
97 <xref linkend="lm_sensors"/> (sensors plugin)
98 </para>
99
100 <para condition="html" role="usernotes">
101 User Notes: <ulink url="&blfs-wiki;/lxqt-panel"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of lxqt-panel</title>
107
108 <para>
109 Install <application>lxqt-panel</application> by running the following
110 commands:
111 </para>
112
113<screen><userinput>sed -i 's:&lt;KF5/KWindowSystem/:&lt;:' \
114 plugin-mainmenu/lxqtmainmenu.cpp \
115 plugin-kbindicator/lxqtkbindicator.h \
116 plugin-showdesktop/showdesktop.cpp \
117 plugin-taskbar/lxqttaskbutton.cpp \
118 plugin-taskbar/lxqttaskbar.h \
119 plugin-desktopswitch/desktopswitch.cpp \
120 panel/lxqtpanel.cpp \
121 panel/config/configpaneldialog.cpp &amp;&amp;
122
123sed -e 's:&lt;KF5/KGuiAddons/:&lt;:' \
124 -i plugin-kbindicator/lxqtkbindicator.h &amp;&amp;
125
126
127mkdir -v build &amp;&amp;
128cd build &amp;&amp;
129
130cmake -DCMAKE_BUILD_TYPE=Release \
131 -DCMAKE_INSTALL_PREFIX=$LXQT_PREFIX \
132 -DCMAKE_INSTALL_LIBDIR=lib \
133 .. &amp;&amp;
134
135make</userinput></screen>
136
137 <para>
138 This package does not come with a test suite.
139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>make install</userinput></screen>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <para>
153 <command>sed ...</command>: Fixes the headers for KF5.
154 </para>
155
156 </sect2>
157
158 <sect2 role="content">
159 <title>Contents</title>
160
161 <segmentedlist>
162 <segtitle>Installed Program</segtitle>
163 <segtitle>Installed Libraries</segtitle>
164 <segtitle>Installed Directories</segtitle>
165
166 <seglistitem>
167 <seg>
168 lxqt-panel
169 </seg>
170 <seg>
171 several plugins under $LXQT_PREFIX/lib/lxqt-panel
172 </seg>
173 <seg>
174 /etc/xdg/lxqt,
175 $LXQT_PREFIX/share/lxqt/{,translations/}lxqt-panel and
176 $LXQT_PREFIX/lib/lxqt-panel
177 </seg>
178 </seglistitem>
179 </segmentedlist>
180
181 <variablelist>
182 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
183 <?dbfo list-presentation="list"?>
184 <?dbhtml list-presentation="table"?>
185
186 <varlistentry id="lxqt-panel-prog">
187 <term><command>lxqt-panel</command></term>
188 <listitem>
189 <para>
190 is a lightweight <application>Qt5</application> based
191 panel for the <application>LXQt</application> Desktop.
192 </para>
193 <indexterm zone="lxqt-panel lxqt-panel-prog">
194 <primary sortas="b-lxqt-panel">lxqt-panel</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.