source: gnome/core/gnome-panel.xml@ 0d7900a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0d7900a was 0d7900a, checked in by Randy McMurchy <randy@…>, 11 years ago

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

  • Property mode set to 100644
File size: 6.1 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 gnome-panel-download-http
8 "&gnome-download-http;/gnome-panel/3.6/gnome-panel-&gnome-panel-version;.tar.xz">
9 <!ENTITY gnome-panel-download-ftp
10 "&gnome-download-ftp;/gnome-panel/3.6/gnome-panel-&gnome-panel-version;.tar.xz">
11 <!ENTITY gnome-panel-md5sum "f394ad73babbce95fd0bb65ec6fd3519">
12 <!ENTITY gnome-panel-size "2.4 MB">
13 <!ENTITY gnome-panel-buildsize "72 MB">
14 <!ENTITY gnome-panel-time "0.6 SBU">
15]>
16
17<sect1 id="gnome-panel" xreflabel="gnome-panel-&gnome-panel-version;">
18 <?dbhtml filename="gnome-panel.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-panel-&gnome-panel-version;</title>
26
27 <indexterm zone="gnome-panel">
28 <primary sortas="a-gnome-panel">gnome-panel</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Panel</title>
33
34 <para>
35 <application>GNOME Panel</application> is an area on the desktop from
36 which you can run applications and applets, and perform other tasks.
37 </para>
38
39 &lfs72_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnome-panel-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnome-panel-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnome-panel-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnome-panel-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnome-panel-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnome-panel-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">GNOME Panel Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="dconf"/>,
80 <xref linkend="GConf"/>,
81 <xref linkend="gnome-desktop"/>,
82 <xref linkend="gnome-menus"/>,
83 <xref linkend="libcanberra"/>,
84 <xref linkend="libgweather"/>,
85 <xref linkend="librsvg"/>,
86 <xref linkend="libwnck"/> and
87 <xref linkend="yelp-xsl"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="evolution-data-server"/>,
93 <xref linkend="gobject-introspection"/>,
94 <xref linkend="NetworkManager"/> and
95 <xref linkend="telepathy-glib"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="gtk-doc"/>
101 </para>
102
103 <note>
104 <para>
105 The <application>libxml2</application>
106 <application>Python</application> module must have been built during the
107 installation of <application>libxml2</application> else the
108 <application>GNOME Panel</application> build will fail.
109 </para>
110 </note>
111
112 <para condition="html" role="usernotes">User Notes:
113 <ulink url="&blfs-wiki;/gnome-panel"/>
114 </para>
115 </sect2>
116
117 <sect2 role="installation">
118 <title>Installation of GNOME Panel</title>
119
120 <para>
121 Install <application>GNOME Panel</application> by
122 running the following commands:
123 </para>
124
125<screen><userinput>./configure --prefix=/usr \
126 --sysconfdir=/etc \
127 --libexecdir=/usr/lib/gnome-applets &amp;&amp;
128make</userinput></screen>
129
130 <para>
131 This package does not come with a test suite.
132 </para>
133
134 <para>
135 Now, as the <systemitem class="username">root</systemitem> user:
136 </para>
137
138<screen role="root"><userinput>make install</userinput></screen>
139
140 </sect2>
141
142 <sect2 role="commands">
143 <title>Command Explanations</title>
144
145 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
146 href="../../xincludes/gtk-doc-rebuild.xml"/>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Library</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>
160 gnome-desktop-item-edit, gnome-panel and panel-test-applets
161 </seg>
162 <seg>
163 libpanel-applet-4.so
164 </seg>
165 <seg>
166 /usr/include/gnome-panel-4.0,
167 /usr/lib/gnome-applets,
168 /usr/share/gnome-applets,
169 /usr/share/gtk-doc/html/panel-applet-4.0,
170 /usr/share/help/*/clock and
171 /usr/share/help/*/fish
172 </seg>
173 </seglistitem>
174 </segmentedlist>
175
176 <variablelist>
177 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
178 <?dbfo list-presentation="list"?>
179 <?dbhtml list-presentation="table"?>
180
181 <varlistentry id="gnome-panel-prog">
182 <term><command>gnome-panel</command></term>
183 <listitem>
184 <para>
185 provides the panels for the the <application>GNOME</application>
186 Desktop.
187 </para>
188 <indexterm zone="gnome-panel gnome-panel-prog">
189 <primary sortas="b-gnome-panel">gnome-panel</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="libpanel-applet-4">
195 <term><filename class="libraryfile">libpanel-applet-4.so</filename></term>
196 <listitem>
197 <para>
198 contains functions used for development of small applications
199 (applets) which may be embedded in the panel.
200 </para>
201 <indexterm zone="gnome-panel libpanel-applet-4">
202 <primary sortas="c-libpanel-applet-4">libpanel-applet-4.so</primary>
203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.