source: archive/gnome-obsolete/gnome-netstatus.xml@ c8e80d51

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since c8e80d51 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 20 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2f8ae5e]7 <!ENTITY gnome-netstatus-download-http "&gnome-download-http;/gnome-netstatus/2.28/gnome-netstatus-&gnome-netstatus-version;.tar.bz2">
8 <!ENTITY gnome-netstatus-download-ftp "&gnome-download-ftp;/gnome-netstatus/2.28/gnome-netstatus-&gnome-netstatus-version;.tar.bz2">
9 <!ENTITY gnome-netstatus-md5sum "8ecc95396c9d1c7d963a7f232ca370f8">
10 <!ENTITY gnome-netstatus-size "559 KB">
11 <!ENTITY gnome-netstatus-buildsize "10 MB">
12 <!ENTITY gnome-netstatus-time "0.5 SBU">
[9d2dc4e2]13]>
14
[98fe9c9]15<sect1 id="gnome-netstatus"
[085d4d81]16xreflabel="GNOME Netstatus-&gnome-netstatus-version;">
[98fe9c9]17 <?dbhtml filename="gnome-netstatus.html"?>
18
19
20 <title>GNOME Netstatus-&gnome-netstatus-version;</title>
21
22 <indexterm zone="gnome-netstatus">
23 <primary sortas="a-GNOME Netstatus">GNOME Netstatus</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to GNOME Netstatus</title>
28
29 <para>The <application>GNOME Netstatus</application> package contains a
30 panel applet that monitors network interfaces. It provides indicators
[6f19a68e]31 for incoming and outgoing data, packets received and transmitted, and
[98fe9c9]32 information about the network interface such as IP information and
33 Ethernet address.</para>
34
[a10f4a7]35 &lfs65_checked;
36
[98fe9c9]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnome-netstatus-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnome-netstatus-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnome-netstatus-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnome-netstatus-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnome-netstatus-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnome-netstatus-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">GNOME Netstatus Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
[c72d5551]62 <para role="required"><xref linkend="gnome-panel"/></para>
[9d2dc4e2]63
[0a7c3921]64 <para condition="html" role="usernotes">User Notes:
65 <ulink url="&blfs-wiki;/gnome-netstatus"/></para>
66
[98fe9c9]67 </sect2>
[9d2dc4e2]68
[98fe9c9]69 <sect2 role="installation">
70 <title>Installation of GNOME Netstatus</title>
[9d2dc4e2]71
[98fe9c9]72 <para>Install <application>GNOME Netstatus</application>
73 by running the following commands:</para>
[9d2dc4e2]74
[0a33516c]75<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[8cf3617]76 --sysconfdir=&gnome-etc-dir; \
[0a33516c]77 --localstatedir=/var/lib \
78 --libexecdir=$(pkg-config \
79 --variable=prefix ORBit-2.0)/lib/gnome-netstatus &amp;&amp;
[98fe9c9]80make</userinput></screen>
[3265ae7]81
[98fe9c9]82 <para>This package does not come with a test suite.</para>
[3265ae7]83
[98fe9c9]84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[3265ae7]85
[4145ebf]86<screen role="root"><userinput>make install</userinput></screen>
[98fe9c9]87
88 </sect2>
89
90 <sect2 role="commands">
91 <title>Command Explanations</title>
92
[e05cd03f]93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8163dd01]94 href="../../xincludes/gnome-prefix.xml"/>
95
[e05cd03f]96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8163dd01]97 href="../../xincludes/gnome-sysconfdir.xml"/>
98
[e05cd03f]99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[8163dd01]100 href="../../xincludes/scrollkeeper-dir.xml"/>
101
[0a33516c]102 <para><parameter>--libexecdir=$(pkg-config --variable=prefix
[8163dd01]103 ORBit-2.0)/lib/gnome-netstatus</parameter>: This parameter causes the
104 libexec files to be installed in the preferred location of
[8cf3617]105 in <filename class="directory">$GNOME_PREFIX/lib/gnome-netstatus</filename>
106 instead of
[98fe9c9]107 <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
[8cf3617]115 <segtitle>Installed Programs</segtitle>
[4145ebf]116 <segtitle>Installed Libraries</segtitle>
[8cf3617]117 <segtitle>Installed Applet</segtitle>
[98fe9c9]118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
[4145ebf]121 <seg>None</seg>
[8cf3617]122 <seg>None</seg>
123 <seg>gnome-netstatus-applet</seg>
[92bfb81f]124 <seg><envar>$GNOME_PREFIX</envar>/{lib/gnome-netstatus,
[2f8ae5e]125 share/{gnome-netstatus,gnome/help/gnome-netstatus/*,
[92bfb81f]126 omf/gnome-netstatus}}</seg>
[98fe9c9]127 </seglistitem>
128 </segmentedlist>
129
130 <variablelist>
131 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
132 <?dbfo list-presentation="list"?>
133 <?dbhtml list-presentation="table"?>
134
135 <varlistentry id="gnome-netstatus-applet">
136 <term><command>gnome-netstatus-applet</command></term>
137 <listitem>
138 <para>displays information about a network interface on
139 your panel.</para>
140 <indexterm zone="gnome-netstatus gnome-netstatus-applet">
141 <primary
142 sortas="b-gnome-netstatus-applet">gnome-netstatus-applet</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
[4dc5fb3]150
151</sect1>
Note: See TracBrowser for help on using the repository browser.