source: xfce/core/xfce4-panel.xml@ d5837c5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 d5837c5 was 640ece9, checked in by Ken Moffat <ken@…>, 4 years ago

Tags: basic qt and webengine, laxappearance, most of xfce (no audio on this machine, nor blank CDs).

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

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