source: gnome/core/gnome-applets.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 5.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY gnome-applets-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
8<!ENTITY gnome-applets-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnome-applets/&gnome-version;/gnome-applets-&gnome-applets-version;.tar.bz2">
9<!ENTITY gnome-applets-md5sum "472941a24eaf4ef6e7012f07d32e83cf">
10<!ENTITY gnome-applets-size "6.4 MB">
11<!ENTITY gnome-applets-buildsize "105 MB">
12<!ENTITY gnome-applets-time "4.04 SBU">
13]>
14
15<sect1 id="gnome-applets" xreflabel="GNOME Applets-&gnome-applets-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="gnome-applets.html"?>
21<title>GNOME Applets-&gnome-applets-version;</title>
22
23<sect2>
24<title>Introduction to <application><acronym>GNOME</acronym>
25Applets</application></title>
26
27<para>The <application><acronym>GNOME</acronym> Applets</application> package
28contains small applications which generally run in the background and display
29their output to the gnome panel.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink
34url="&gnome-applets-download-http;"/></para></listitem>
35<listitem><para>Download (FTP): <ulink
36url="&gnome-applets-download-ftp;"/></para></listitem>
37<listitem><para>Download MD5 sum: &gnome-applets-md5sum;</para></listitem>
38<listitem><para>Download size: &gnome-applets-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&gnome-applets-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&gnome-applets-time;</para></listitem></itemizedlist>
43</sect3>
44
45<sect3><title>Additional downloads</title>
46<itemizedlist spacing='compact'>
47<listitem><para>Required patch: <ulink
48url="&patch-root;/gnome-applets-&gnome-applets-version;-fix_gswitchit-1.patch"/>
49</para></listitem></itemizedlist>
50</sect3>
51
52<sect3><title><application><acronym>GNOME</acronym> Applets</application>
53dependencies</title>
54<sect4><title>Required</title>
55<para><xref linkend="gail"/>,
56<xref linkend="gnome-panel"/> and
57<xref linkend="libxklavier"/></para>
58</sect4>
59
60<sect4><title>Optional</title>
61<para><xref linkend="libgtop"/>,
62<xref linkend="gst-plugins"/>,
63<xref linkend="docbook-utils"/> and
64<ulink
65url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>
66</para>
67</sect4>
68</sect3>
69
70</sect2>
71
72<sect2>
73<title>Installation of <application><acronym>GNOME</acronym>
74Applets</application></title>
75
76<para>Install <application><acronym>GNOME</acronym> Applets</application> by
77running the following commands:</para>
78
79<screen><userinput><command>PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
80patch -Np1 -i ../gnome-applets-&gnome-applets-version;-fix_gswitchit-1.patch &amp;&amp;
81./configure --prefix=$PRE --libexecdir=$PRE/sbin \
82 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
83make tooldir=$PRE/lib/gnome-applets &amp;&amp;
84make tooldir=$PRE/lib/gnome-applets install &amp;&amp;
85make -C man install-man &amp;&amp;
86chmod 644 $PRE/share/gnome/help/{wireless,gtik2_applet2}/C/*.xml &amp;&amp;
87unset PRE</command></userinput></screen>
88
89<note><para>If you build the package as an ordinary user then switch to the
90root user to install the package, ensure you set the <envar>PRE</envar>
91variable again before installing the package.</para></note>
92
93</sect2>
94
95<sect2>
96<title>Command explanations</title>
97
98<para><parameter>--libexecdir=$PRE/sbin</parameter>: This switch puts libexec
99files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
100<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
101
102<para><parameter>--localstatedir=/var/lib</parameter>: This switch
103puts <application>ScrollKeeper</application> files in
104<filename class="directory">/var/lib/scrollkeeper</filename> instead of
105<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
106
107<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
108puts configuration files in <filename class="directory">/etc/gnome</filename>
109instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
110
111<para><parameter>tooldir=$PRE/lib/gnome-applets</parameter>: This puts the
112gnome-applet internal files in
113<filename class='directory'>$PRE/lib/gnome-applets</filename> instead of
114<filename class='directory'>$PRE/sbin/gnome-applets</filename>.</para>
115
116<para><command>make -C man install-man</command>: This installs the man-pages
117in <filename class='directory'>$PRE/man</filename>.</para>
118
119</sect2>
120
121<sect2>
122<title>Contents</title>
123
124<para>The <application><acronym>GNOME</acronym> Applets</application> package
125contains <command>battstat</command>, <command>cdplayer</command>,
126<command>charpick</command>, <command>drivemount</command>,
127<command>geyes</command>, <command>gkb</command>,
128<command>gtik2</command>, <command>gweather</command>,
129<command>mini-commander</command>, <command>mixer</command>,
130<command>modemlights</command> and <command>multiload</command> applets.</para>
131
132</sect2>
133
134<sect2><title>Description</title>
135
136<sect3><title>applets</title>
137<para>These are small programs designed to run inside the Panel
138display.</para></sect3>
139
140</sect2>
141
142</sect1>
143
Note: See TracBrowser for help on using the repository browser.