source: gnome/core/gnome-panel.xml@ ef6d249

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 ef6d249 was ef6d249, checked in by Krejzi <krejzi@…>, 12 years ago

ghex 3.4.0, nemiver 0.9.2, seahorse 3.4.1, totem 3.4.1. Made rarian recommended where it was optional.

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

  • Property mode set to 100644
File size: 6.2 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.4/gnome-panel-&gnome-panel-version;.tar.xz">
9 <!ENTITY gnome-panel-download-ftp
10 "&gnome-download-ftp;/gnome-panel/3.4/gnome-panel-&gnome-panel-version;.tar.xz">
11 <!ENTITY gnome-panel-md5sum "798d185f12cf64345caebe2c319a2dbe">
12 <!ENTITY gnome-panel-size "2.5 MB">
13 <!ENTITY gnome-panel-buildsize "74 MB">
14 <!ENTITY gnome-panel-time "1.1 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>The <application>GNOME Panel</application> package
35 contains hooks to the menu sub-system and the applet sub-system.</para>
36
37 &lfs70_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnome-panel-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnome-panel-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnome-panel-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnome-panel-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnome-panel-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnome-panel-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">GNOME Panel Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required">
65 <xref linkend="gnome-desktop"/>,
66 <xref linkend="gnome-menus"/>,
67 <xref linkend="libcanberra"/>,
68 <xref linkend="libgweather"/>,
69 <xref linkend="librsvg"/> and
70 <xref linkend="libwnck"/>
71 </para>
72
73 <bridgehead renderas="sect4">Recommended</bridgehead>
74 <para role="recommended">
75 <xref linkend="evolution-data-server"/>,
76 <xref linkend="gobject-introspection"/>,
77 <xref linkend="NetworkManager"/>,
78 <xref linkend="telepathy-glib"/> and
79 <xref linkend="rarian"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="gtk-doc"/>
85 </para>
86
87 <note>
88 <para>The <application>libxml2</application>
89 <application>Python</application> module must have been built during the
90 installation of <application>libxml2</application> else the
91 <application>GNOME Panel</application> build will fail.</para>
92 </note>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/gnome-panel"/></para>
96
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of GNOME Panel</title>
101
102 <para>Install <application>GNOME Panel</application> by
103 running the following commands:</para>
104
105<screen><userinput>./configure --prefix=/usr \
106 --sysconfdir=/etc \
107 --libexecdir=/usr/lib/gnome-applets &amp;&amp;
108make</userinput></screen>
109
110 <para>This package does not come with a test suite.</para>
111
112 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gnome-prefix.xml"/>
123
124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
125 href="../../xincludes/gnome-sysconfdir.xml"/> -->
126
127 <para><parameter>--libexecdir=/usr/lib/gnome-applets</parameter>:
128 This parameter causes the libexec files to be installed in the preferred
129 location of <filename
130 class="directory">/usr/lib/gnome-applets</filename> instead of
131 <filename class="directory">/usr/libexec</filename>.</para>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/gtk-doc-rebuild.xml"/>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title>Contents</title>
140
141 <segmentedlist>
142 <segtitle>Installed Programs</segtitle>
143 <segtitle>Installed Library</segtitle>
144 <segtitle>Installed Directories</segtitle>
145
146 <seglistitem>
147 <seg>
148 gnome-desktop-item-edit, gnome-panel and panel-test-applets
149 </seg>
150 <seg>
151 libpanel-applet-4.so
152 </seg>
153 <seg>
154 /usr/include/gnome-panel-4.0, /usr/lib/gnome-applets,
155 /usr/share/gnome/help/{clock,fish}, /usr/share/gnome-panel,
156 /usr/share/gtk-doc/html/panel-applet-4.0 and
157 /usr/share/omf/{clock,fish}
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="gnome-panel-prog">
168 <term><command>gnome-panel</command></term>
169 <listitem>
170 <para>provides the panels for the the GNOME desktop.</para>
171 <indexterm zone="gnome-panel gnome-panel-prog">
172 <primary sortas="b-gnome-panel">gnome-panel</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="libpanel-applet-4">
178 <term><filename class='libraryfile'>libpanel-applet-4.so</filename></term>
179 <listitem>
180 <para>allow development of small applications (applets) which
181 may be embedded in the panel.</para>
182 <indexterm zone="gnome-panel libpanel-applet-4">
183 <primary sortas="c-libpanel-applet-4">libpanel-applet-4.so</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.