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 lxpanel-download-http "&sourceforge-repo;/lxde/lxpanel-&lxpanel-version;.tar.xz">
|
---|
8 | <!ENTITY lxpanel-download-ftp " ">
|
---|
9 | <!ENTITY lxpanel-md5sum "6ea8dea8dc6c781b7adfbccbcd59c512">
|
---|
10 | <!ENTITY lxpanel-size "1.5 MB">
|
---|
11 | <!ENTITY lxpanel-buildsize "29 MB">
|
---|
12 | <!ENTITY lxpanel-time "0.3 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="lxpanel" xreflabel="LXPanel-&lxpanel-version;">
|
---|
16 | <?dbhtml filename="lxpanel.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>LXPanel-&lxpanel-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="lxpanel">
|
---|
26 | <primary sortas="a-LXPanel">LXPanel</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to LXPanel</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | The <application>LXPanel</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="&lxpanel-download-http;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download (FTP): <ulink url="&lxpanel-download-ftp;"/>
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download MD5 sum: &lxpanel-md5sum;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Download size: &lxpanel-size;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated disk space required: &lxpanel-buildsize;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | <listitem>
|
---|
67 | <para>
|
---|
68 | Estimated build time: &lxpanel-time;
|
---|
69 | </para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect3">LXPanel Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
76 | <para role="required">
|
---|
77 | <xref linkend="keybinder2"/>,
|
---|
78 | <xref linkend="libwnck2"/>,
|
---|
79 | <xref linkend="lxmenu-data"/> and
|
---|
80 | <xref linkend="menu-cache"/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
84 | <para role="recommended">
|
---|
85 | <xref linkend="alsa-lib"/>,
|
---|
86 | <xref linkend="libxml2"/> (weather plugin) and
|
---|
87 | <xref linkend="wireless_tools"/>
|
---|
88 | </para>
|
---|
89 |
|
---|
90 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
91 | <para role="optional">
|
---|
92 | <ulink url="https://launchpad.net/libindicator/">libindicator</ulink>
|
---|
93 | (indicator plugin)
|
---|
94 | <!-- <xref linkend="libxslt"/> with
|
---|
95 | <xref linkend="DocBook"/> and
|
---|
96 | <xref linkend="docbook-xsl"/> (to build man pages)-->
|
---|
97 | </para>
|
---|
98 |
|
---|
99 | <para condition="html" role="usernotes">
|
---|
100 | User Notes: <ulink url="&blfs-wiki;/lxpanel"/>
|
---|
101 | </para>
|
---|
102 | </sect2>
|
---|
103 |
|
---|
104 | <sect2 role="installation">
|
---|
105 | <title>Installation of LXPanel</title>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | Install <application>LXPanel</application> by running the following
|
---|
109 | commands:
|
---|
110 | </para>
|
---|
111 |
|
---|
112 | <screen><userinput>./configure --prefix=/usr &&
|
---|
113 | make</userinput></screen>
|
---|
114 |
|
---|
115 | <para>
|
---|
116 | This package does not come with a test suite.
|
---|
117 | </para>
|
---|
118 |
|
---|
119 | <para>
|
---|
120 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
121 | </para>
|
---|
122 |
|
---|
123 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
124 |
|
---|
125 | </sect2>
|
---|
126 | <!--
|
---|
127 | <sect2 role="commands">
|
---|
128 | <title>Command Explanations</title>
|
---|
129 |
|
---|
130 | <para>
|
---|
131 | <option>-/-enable-man</option>: Use this switch if you have
|
---|
132 | installed optional dependencies and wish to build the
|
---|
133 | manual pages.
|
---|
134 | </para>
|
---|
135 |
|
---|
136 | </sect2>-->
|
---|
137 |
|
---|
138 | <sect2 role="content">
|
---|
139 | <title>Contents</title>
|
---|
140 |
|
---|
141 | <segmentedlist>
|
---|
142 | <segtitle>Installed Programs</segtitle>
|
---|
143 | <segtitle>Installed Libraries</segtitle>
|
---|
144 | <segtitle>Installed Directories</segtitle>
|
---|
145 |
|
---|
146 | <seglistitem>
|
---|
147 | <seg>
|
---|
148 | lxpanel and lxpanelctl
|
---|
149 | </seg>
|
---|
150 | <seg>
|
---|
151 | liblxpanel.so and several under /usr/lib/lxpanel/plugins
|
---|
152 | </seg>
|
---|
153 | <seg>
|
---|
154 | /etc/xdg/lxpanel,
|
---|
155 | /usr/include/lxpanel,
|
---|
156 | /usr/lib/lxpanel and
|
---|
157 | /usr/share/lxpanel
|
---|
158 | </seg>
|
---|
159 | </seglistitem>
|
---|
160 | </segmentedlist>
|
---|
161 |
|
---|
162 | <variablelist>
|
---|
163 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
164 | <?dbfo list-presentation="list"?>
|
---|
165 | <?dbhtml list-presentation="table"?>
|
---|
166 |
|
---|
167 | <varlistentry id="lxpanel-prog">
|
---|
168 | <term><command>lxpanel</command></term>
|
---|
169 | <listitem>
|
---|
170 | <para>
|
---|
171 | is a lightweight <application>GTK+</application> based
|
---|
172 | panel for the <application>LXDE</application> Desktop.
|
---|
173 | </para>
|
---|
174 | <indexterm zone="lxpanel lxpanel-prog">
|
---|
175 | <primary sortas="b-lxpanel">lxpanel</primary>
|
---|
176 | </indexterm>
|
---|
177 | </listitem>
|
---|
178 | </varlistentry>
|
---|
179 |
|
---|
180 | <varlistentry id="lxpanelctl">
|
---|
181 | <term><command>lxpanelctl</command></term>
|
---|
182 | <listitem>
|
---|
183 | <para>
|
---|
184 | is a program that controls lxpanel.
|
---|
185 | </para>
|
---|
186 | <indexterm zone="lxpanel lxpanelctl">
|
---|
187 | <primary sortas="b-lxpanelctl">lxpanelctl</primary>
|
---|
188 | </indexterm>
|
---|
189 | </listitem>
|
---|
190 | </varlistentry>
|
---|
191 |
|
---|
192 | </variablelist>
|
---|
193 |
|
---|
194 | </sect2>
|
---|
195 |
|
---|
196 | </sect1>
|
---|