source: gnome/core/gnome-applets.xml@ 0c4e116

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 0c4e116 was 0c4e116, checked in by Randy McMurchy <randy@…>, 19 years ago

2nd of 3 commits to GNOME-2.12.1

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

  • Property mode set to 100644
File size: 6.4 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 "06dd0b634d7092fa8af2ce302f68f912">
10 <!ENTITY gnome-applets-size "5.3 MB">
11 <!ENTITY gnome-applets-buildsize "97.1 MB">
12 <!ENTITY gnome-applets-time "1.0 SBU">
13]>
14
15<sect1 id="gnome-applets" xreflabel="GNOME Applets-&gnome-applets-version;">
16 <?dbhtml filename="gnome-applets.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GNOME Applets-&gnome-applets-version;</title>
24
25 <indexterm zone="gnome-applets">
26 <primary sortas="a-GNOME-Applets">GNOME Applets</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GNOME Applets</title>
31
32 <para>The <application>GNOME Applets</application> package contains
33 small applications which generally run in the background and display
34 their output to the <application>GNOME</application> panel.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gnome-applets-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gnome-applets-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gnome-applets-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gnome-applets-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gnome-applets-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gnome-applets-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para><xref linkend="gail"/>,
62 <xref linkend="gnome-panel"/> and
63 <xref linkend="libxklavier"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para><xref linkend="libgtop"/>,
67 <xref linkend="gst-plugins"/>,
68 <xref linkend="hal"/>,
69 <xref linkend="gucharmap"/>,
70 <xref linkend="system-tools-backends"/>,
71 <xref linkend="docbook-utils"/>,
72 <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink>
73 and <ulink url="http://www.galago-project.org/news/index.php">libnotify</ulink></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of GNOME Applets</title>
79
80 <para>Install <application>GNOME Applets</application> by
81 running the following commands:</para>
82
83<screen><userinput>export PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
84./configure --prefix=$PRE --libexecdir=$PRE/sbin \
85 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
86make tooldir=$PRE/lib/gnome-applets</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92 <note>
93 <para>If you switch to the <systemitem class="username">root</systemitem>
94 user in a manner which causes the <envar>PRE</envar> environment variable
95 to be unset, ensure you set it again before installing the package.</para>
96 </note>
97
98<screen role="root"><userinput>make tooldir=$PRE/lib/gnome-applets install &amp;&amp;
99make -C man install-man</userinput></screen>
100
101 <para>Remove the variable from the unprivileged user's environment using
102 the following command:</para>
103
104<screen><userinput>unset PRE</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><parameter>--libexecdir=$PRE/sbin</parameter>: This switch puts libexec
112 files in <filename class="directory">$GNOME_PREFIX/sbin</filename> instead of
113 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
114
115 <para><parameter>--localstatedir=/var/lib</parameter>: This switch
116 puts <application>ScrollKeeper</application> files in
117 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
118 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
119
120 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch
121 puts configuration files in <filename class="directory">/etc/gnome</filename>
122 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
123
124 <para><parameter>tooldir=$PRE/lib/gnome-applets</parameter>: This puts the
125 mini-commander applet files in
126 <filename class='directory'>$PRE/lib/gnome-applets</filename> instead of
127 <filename class='directory'>$PRE/sbin/gnome-applets</filename>.</para>
128
129 <para><command>make -C man install-man</command>: This installs the man-pages
130 in <filename class='directory'>$PRE/man</filename>.</para>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>accessx-status-applet, battstat-applet-2, charpick_applet2,
144 cpufreq-applet, cpufreq-selector, drivemount_applet2,
145 geyes_applet2, gnome-keyboard-applet, gswitchit-plugins-capplet,
146 gtik2_applet2, gweather-applet-2, mini_commander_applet,
147 mixer_applet2, modem_applet, multiload-applet-2, null_applet,
148 stickynotes_applet, and trashapplet</seg>
149 <seg>None</seg>
150 <seg>several config directories under the
151 /etc/gnome/gconf/gconf.xml.defaults/ hierarchy,
152 $GNOME_PREFIX/include/libgswitchit,
153 $GNOME_PREFIX/lib/gnome-applets,
154 several help directories under the $GNOME_PREFIX/share/gnome/help/ hierarchy,
155 $GNOME_PREFIX/share/gnome-applets,
156 $GNOME_PREFIX/share/omf/gnome-applets,
157 $GNOME_PREFIX/share/pixmaps/[accessx-status-applet,cpufreq-applet,stickynotes],
158 and $GNOME_PREFIX/share/xmodmap</seg>
159 </seglistitem>
160 </segmentedlist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.