source: archive/gnome/gnome-applets.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: 5.7 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-applets-download-http
8 "&gnome-download-http;/gnome-applets/3.4/gnome-applets-&gnome-applets-version;.tar.xz">
9 <!ENTITY gnome-applets-download-ftp
10 "&gnome-download-ftp;/gnome-applets/3.4/gnome-applets-&gnome-applets-version;.tar.xz">
11 <!ENTITY gnome-applets-md5sum "82a4946d10257239214cf18edeeb34c1">
12 <!ENTITY gnome-applets-size "7.7 MB">
13 <!ENTITY gnome-applets-buildsize "100 MB">
14 <!ENTITY gnome-applets-time "1.8 SBU">
15]>
16
17<sect1 id="gnome-applets" xreflabel="gnome-applets-&gnome-applets-version;">
18 <?dbhtml filename="gnome-applets.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-applets-&gnome-applets-version;</title>
26
27 <indexterm zone="gnome-applets">
28 <primary sortas="a-gnome-applets">gnome-applets</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Applets</title>
33
34 <para>
35 The <application>GNOME Applets</application> package contains
36 small applications which generally run in the background and display
37 their output to the <application>GNOME Panel</application>.
38 </para>
39
40 &lfs70_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnome-applets-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnome-applets-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnome-applets-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnome-applets-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnome-applets-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnome-applets-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="GConf"/>,
81 <xref linkend="gnome-icon-theme"/> and
82 <xref linkend="gnome-panel"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="libgnomekbd"/>,
88 <xref linkend="libgtop"/>,
89 <xref linkend="libnotify"/>,
90 <xref linkend="NetworkManager"/> and
91 <xref linkend="rarian"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="docbook-utils"/>,
97 <xref linkend="gst-plugins-base"/>,
98 <xref linkend="gucharmap"/>,
99 <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink> and
100 <xref linkend="pygobject2"/>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/gnome-applets"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of GNOME Applets</title>
110
111 <para>
112 Install <application>GNOME Applets</application> by
113 running the following commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr \
117 --sysconfdir=/etc \
118 --libexecdir=/usr/lib/gnome-applets &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <parameter>--libexecdir=/usr/lib/gnome-applets</parameter>: This
138 parameter causes the libexec files to be installed in the preferred
139 location of in <filename
140 class="directory">/usr/lib/gnome-applets</filename> instead of
141 <filename class="directory">/usr/libexec</filename>.
142 </para>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/without-scrollkeeper.xml"/>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 accessx-status-applet, battstat-applet-2, charpick_applet2,
159 cpufreq-applet, cpufreq-selector, drivemount_applet2,
160 geyes_applet2, gweather-applet-2, invest-applet, invest-chart,
161 mixer_applet2, multiload-applet-2, null_applet,
162 stickynotes_applet and trashapplet
163 </seg>
164 <seg>
165 /usr/lib/bonobo/servers,
166 /usr/lib/python&python2-majorver;/site-packages/invest,
167 /usr/share/gnome/help/{accessx-status,battstat,char-palette,cpufreq-applet},
168 /usr/share/gnome/help/{drivemoun,geyes,gweather,invest-applet},
169 /usr/share/gnome/help/{mixer_applet2,multiload,stickynotes_applet,trashapplet},
170 /usr/share/gnome-applets,
171 /usr/share/omf/{accessx-status,battstat,char-palette},
172 /usr/share/omf/{cpufreq-applet,drivemount,geyes,gweather,invest-applet},
173 /usr/share/omf/{mixer_applet2,multiload,stickynotes_applet} and
174 /usr/share/pixmaps/{accessx-status-applet,cpufreq-applet,stickynotes}
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.