source: xfce/core/xfce4-panel.xml

trunk
Last change on this file was 7e3400e, checked in by Tim Tassonis <stuff@…>, 7 weeks ago

Update to xfce4-panel-4.18.6.
Update to xarchiver-0.5.4.23.
Update to xfce4-terminal-1.1.3.

  • Property mode set to 100644
File size: 6.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 xfce4-panel-download-http
8 "https://archive.xfce.org/src/xfce/xfce4-panel/&xfce4-version;/xfce4-panel-&xfce4-panel-version;.tar.bz2">
9 <!ENTITY xfce4-panel-download-ftp " ">
10 <!ENTITY xfce4-panel-md5sum "caddd05c820f0fbae9d2acc5218fc7ed">
11 <!ENTITY xfce4-panel-size "1.6 MB">
12 <!ENTITY xfce4-panel-buildsize "38 MB">
13 <!ENTITY xfce4-panel-time "0.3 SBU">
14]>
15
16<sect1 id="xfce4-panel" xreflabel="xfce4-panel-&xfce4-panel-version;">
17 <?dbhtml filename="xfce4-panel.html"?>
18
19
20 <title>xfce4-panel-&xfce4-panel-version;</title>
21
22 <indexterm zone="xfce4-panel">
23 <primary sortas="a-xfce4-panel">xfce4-panel</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Xfce4 Panel</title>
28
29 <para>
30 The <application>Xfce4 Panel</application> package contains the
31 <application>Xfce4</application> Panel.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&xfce4-panel-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&xfce4-panel-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &xfce4-panel-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &xfce4-panel-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &xfce4-panel-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &xfce4-panel-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Xfce4 Panel Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="cairo"/>,
75 <xref linkend="exo"/>,
76 <xref linkend="garcon"/>, and
77 <xref linkend="libwnck"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="gtk-doc"/> and
83 <ulink url="https://launchpad.net/libdbusmenu">libdbusmenu</ulink>
84 </para>
85
86 <para condition="html" role="usernotes">
87 Editor Notes: <ulink url="&blfs-wiki;/xfce4-panel"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Xfce4 Panel</title>
93
94 <para>
95 Install <application>Xfce4 Panel</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 This package does not come with a test suite.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/gtk-doc-rebuild.xml"/>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Library</segtitle>
128 <segtitle>Installed Directories</segtitle>
129
130 <seglistitem>
131 <seg>
132 xfce4-panel,
133 xfce4-popup-applicationsmenu,
134 xfce4-popup-directorymenu, and
135 xfce4-popup-windowmenu
136 </seg>
137 <seg>
138 libxfce4panel-2.0.so
139 </seg>
140 <seg>
141 /etc/xdg/xfce4/panel,
142 /usr/include/xfce4/libxfce4panel-1.0,
143 /usr/lib/xfce4/panel,
144 /usr/share/gtk-doc/html/libxfce4panel-1.0 and
145 /usr/share/xfce4/panel
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="xfce4-panel-prog">
156 <term><command>xfce4-panel</command></term>
157 <listitem>
158 <para>
159 is the <application>Xfce</application> panel
160 </para>
161 <indexterm zone="xfce4-panel xfce4-panel-prog">
162 <primary sortas="b-xfce4-panel">xfce4-panel</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="xfce4-popup-applicationsmenu">
168 <term><command>xfce4-popup-applicationsmenu</command></term>
169 <listitem>
170 <para>
171 is a shell script that uses <application>D-Bus</application> and
172 <application>Xfce Panel</application> to display a popup menu of the
173 installed applications
174 </para>
175 <indexterm zone="xfce4-panel xfce4-popup-applicationsmenu">
176 <primary sortas="b-xfce4-popup-applicationsmenu">xfce4-popup-applicationsmenu</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="xfce4-popup-directorymenu">
182 <term><command>xfce4-popup-directorymenu</command></term>
183 <listitem>
184 <para>
185 is a shell script that uses <application>D-Bus</application> and
186 <application>Xfce Panel</application> to display a popup menu of
187 your home folder and its subdirectories
188 </para>
189 <indexterm zone="xfce4-panel xfce4-popup-directorymenu">
190 <primary sortas="b-xfce4-popup-directorymenu">xfce4-popup-directorymenu</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="xfce4-popup-windowmenu">
196 <term><command>xfce4-popup-windowmenu</command></term>
197 <listitem>
198 <para>
199 is a shell script that uses <application>DBus</application> to
200 display the <application>Xfwm4</application> a popup menu
201 </para>
202 <indexterm zone="xfce4-panel xfce4-popup-windowmenu">
203 <primary sortas="b-xfce4-popup-windowmenu">xfce4-popup-windowmenu</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="libxfce4panel-2.0">
209 <term><filename class="libraryfile">libxfce4panel-2.0.so</filename></term>
210 <listitem>
211 <para>
212 contains the <application>Xfce Panel</application> API functions
213 </para>
214 <indexterm zone="xfce4-panel libxfce4panel-2.0">
215 <primary sortas="c-libxfce4panel-2.0">libxfce4panel-2.0.so</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 </variablelist>
221
222 </sect2>
223
224</sect1>
Note: See TracBrowser for help on using the repository browser.