source: gnome/core/gnome-applets.xml@ 771cd7f

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 771cd7f was 771cd7f, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to GNOME Applets-2.10.1

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

  • Property mode set to 100644
File size: 5.5 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 "da9cd75f77972c96eec9551d41878a7f">
10<!ENTITY gnome-applets-size "6.2 MB">
11<!ENTITY gnome-applets-buildsize "108 MB">
12<!ENTITY gnome-applets-time "0.9 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><application><acronym>GNOME</acronym> Applets</application>
46dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="gail"/>,
49<xref linkend="gnome-panel"/> and
50<xref linkend="libxklavier"/></para>
51</sect4>
52
53<sect4><title>Optional</title>
54<para><xref linkend="libgtop"/>,
55<xref linkend="gst-plugins"/>,
56<xref linkend="gucharmap"/>,
57<xref linkend="system-tools-backends"/>,
58<xref linkend="docbook-utils"/> and
59<ulink
60url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>
61</para>
62</sect4>
63</sect3>
64
65</sect2>
66
67<sect2>
68<title>Installation of <application><acronym>GNOME</acronym>
69Applets</application></title>
70
71<para>Install <application><acronym>GNOME</acronym> Applets</application> by
72running the following commands:</para>
73
74<screen><userinput><command>export PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
75./configure --prefix=$PRE --libexecdir=$PRE/sbin \
76 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
77make tooldir=$PRE/lib/gnome-applets</command></userinput></screen>
78
79<para>This package does not come with a test suite.</para>
80
81<para>Now, as the root user:</para>
82
83<note><para>If you switch to the root user in a manner which causes the
84<envar>PRE</envar> environment variable to be unset, ensure you set it
85again before installing the package.</para></note>
86
87<screen><userinput role='root'><command>make tooldir=$PRE/lib/gnome-applets install &amp;&amp;
88make -C man install-man &amp;&amp;
89chmod -v 644 $PRE/share/gnome/help/\
90{gtik2_applet2/C/*.xml,cpufreq-applet/{C,uk}/legal.xml}</command></userinput></screen>
91
92<para>Remove the variable from the unprivileged user's environment using
93the following command:</para>
94
95<screen><userinput><command>unset PRE</command></userinput></screen>
96
97</sect2>
98
99<sect2>
100<title>Command explanations</title>
101
102<para><parameter>--libexecdir=$PRE/sbin</parameter>: This switch puts libexec
103files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
104<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
105
106<para><parameter>--localstatedir=/var/lib</parameter>: This switch
107puts <application>ScrollKeeper</application> files in
108<filename class="directory">/var/lib/scrollkeeper</filename> instead of
109<filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
110
111<para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
112puts configuration files in <filename class="directory">/etc/gnome</filename>
113instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
114
115<para><parameter>tooldir=$PRE/lib/gnome-applets</parameter>: This puts the
116mini-commander applet files in
117<filename class='directory'>$PRE/lib/gnome-applets</filename> instead of
118<filename class='directory'>$PRE/sbin/gnome-applets</filename>.</para>
119
120<para><command>make -C man install-man</command>: This installs the man-pages
121in <filename class='directory'>$PRE/man</filename>.</para>
122
123</sect2>
124
125<sect2>
126<title>Contents</title>
127
128<para>The <application><acronym>GNOME</acronym> Applets</application> package
129contains <command>accessx-status</command>, <command>battstat</command>,
130<command>charpick</command>, <command>cpufreq</command>,
131<command>drivemount</command>, <command>geyes</command>,
132<command>gnome-keyboard</command>, <command>gtik2</command>,
133<command>gweather</command>, <command>mini-commander</command>,
134<command>mixer</command>, <command>modem</command>,
135<command>multiload</command>, <command>null</command>,
136<command>stickynotes</command> and <command>trash</command> applets.</para>
137
138</sect2>
139
140<sect2><title>Description</title>
141
142<sect3><title>applets</title>
143<para>These are small programs designed to run inside the Panel
144display.</para></sect3>
145
146</sect2>
147
148</sect1>
Note: See TracBrowser for help on using the repository browser.