source: gnome/add/gnome-applets.xml@ 82027623

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

anjuta 3.4.0, cheese 3.4.1, devhelp 3.4.1, evolution 3.4.1, file-roller 3.4.1, gedit 3.4.1, glade 3.12.0, gnome-applets 3.4.1, gnome-devel-docs 3.4.1, gnome-games 3.4.1, nautilus-sendto 3.0.2

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

  • Property mode set to 100644
File size: 5.6 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>The <application>GNOME Applets</application> package contains
35 small applications which generally run in the background and display
36 their output to the <application>GNOME</application> panel.</para>
37
38 &lfs70_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&gnome-applets-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&gnome-applets-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &gnome-applets-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &gnome-applets-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &gnome-applets-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &gnome-applets-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">GNOME Applets Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required">
66 <xref linkend="GConf"/>,
67 <xref linkend="gnome-icon-theme"/> and
68 <xref linkend="gnome-panel"/>
69 </para>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended">
73 <xref linkend="libgnomekbd"/>,
74 <xref linkend="libgtop"/>,
75 <xref linkend="libnotify"/>,
76 <xref linkend="NetworkManager"/> and
77 <xref linkend="rarian"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="docbook-utils"/>,
83 <xref linkend="gst-plugins-base"/>,
84 <xref linkend="gucharmap"/>,
85 <ulink url="http://club.pep.ne.jp/~ishioka/Software/Linux/libapm-e.html">libapm</ulink> and
86 <xref linkend="pygobject2"/>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/gnome-applets"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of GNOME Applets</title>
96
97 <para>Install <application>GNOME Applets</application> by
98 running the following commands:</para>
99
100<screen><userinput>./configure --prefix=/usr \
101 --sysconfdir=/etc \
102 --libexecdir=/usr/lib/gnome-applets &amp;&amp;
103make</userinput></screen>
104
105 <para>This package does not come with a test suite.</para>
106
107 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
108
109<screen role="root"><userinput>make install</userinput></screen>
110
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/gnome-prefix.xml"/>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/gnome-sysconfdir.xml"/> -->
121
122 <para><parameter>--libexecdir=/usr/lib/gnome-applets</parameter>:
123 This parameter causes the libexec files to be installed in the preferred
124 location of in <filename
125 class="directory">/usr/lib/gnome-applets</filename> instead of
126 <filename class="directory">/usr/libexec</filename>.</para>
127
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 accessx-status-applet, battstat-applet-2, charpick_applet2,
140 cpufreq-applet, cpufreq-selector, drivemount_applet2,
141 geyes_applet2, gweather-applet-2, invest-applet, invest-chart,
142 mixer_applet2, multiload-applet-2, null_applet,
143 stickynotes_applet and trashapplet
144 </seg>
145 <seg>
146 /usr/lib/bonobo/servers, /usr/lib/python2.7/site-packages/invest,
147 /usr/share/gnome/help/{accessx-status,battstat,char-palette,cpufreq-applet},
148 /usr/share/gnome/help/{drivemoun,geyes,gweather,invest-applet},
149 /usr/share/gnome/help/{mixer_applet2,multiload,stickynotes_applet,trashapplet},
150 /usr/share/gnome-applets, /usr/share/omf/{accessx-status,battstat,char-palette},
151 /usr/share/omf/{cpufreq-applet,drivemount,geyes,gweather,invest-applet},
152 /usr/share/omf/{mixer_applet2,multiload,stickynotes_applet} and
153 /usr/share/pixmaps/{accessx-status-applet,cpufreq-applet,stickynotes}
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.