source: networking/netutils/network-manager-applet.xml@ 3bdc4eb

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 3bdc4eb was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 8.3 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 network-manager-applet-download-http
8 "&gnome-download-http;/network-manager-applet/&network-manager-applet-minor;/network-manager-applet-&network-manager-applet-version;.tar.xz">
9 <!ENTITY network-manager-applet-download-ftp
10 "&gnome-download-ftp;/network-manager-applet/&network-manager-applet-minor;/network-manager-applet-&network-manager-applet-version;.tar.xz">
11 <!ENTITY network-manager-applet-md5sum "1ad82752f1590dd356afda8a451910f2">
12 <!ENTITY network-manager-applet-size "1.8 MB">
13 <!ENTITY network-manager-applet-buildsize "39 MB (with tests)">
14 <!ENTITY network-manager-applet-time "0.2 SBU (with tests)">
15]>
16
17<sect1 id="network-manager-applet" xreflabel="network-manager-applet-&network-manager-applet-version;">
18 <?dbhtml filename="network-manager-applet.html"?>
19
20
21 <title>network-manager-applet-&network-manager-applet-version;</title>
22
23 <indexterm zone="network-manager-applet">
24 <primary sortas="a-network-manager-applet">network-manager-applet</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to NetworkManager Applet</title>
29
30 <para>
31 The <application>NetworkManager Applet</application> provides a tool and
32 a panel applet used to configure wired and wireless network connections
33 through GUI. It's designed for use with any desktop environment that uses
34 <application>GTK+</application>, such as <application>Xfce</application>
35 and <application>LXDE</application>.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&network-manager-applet-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&network-manager-applet-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &network-manager-applet-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &network-manager-applet-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &network-manager-applet-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &network-manager-applet-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">NetworkManager Applet Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/>,
79 <xref linkend="libnma"/>, and
80 <!--<xref linkend="libnotify"/>, and-->
81 <xref linkend="libsecret"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="ModemManager"/>
88 </para>
89
90 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
91 <para role="required">
92 Since this package uses
93 <xref role="nodep" linkend="polkit"/> for authorization,
94 one <xref role="runtime" linkend="polkit-agent"/> should be
95 running when the functionality of this package is used.
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="gnome-bluetooth"/> and
101 <ulink url="https://launchpad.net/libappindicator">libindicator</ulink>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/network-manager-applet"/>
106 </para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of NetworkManager Applet</title>
112
113 <para>
114 Install <application>NetworkManager Applet</application> by running
115 the following commands:
116 </para>
117
118<screen><userinput>mkdir build &amp;&amp;
119cd build &amp;&amp;
120
121meson --prefix=/usr \
122 --buildtype=release \
123 -Dappindicator=no \
124 -Dselinux=false &amp;&amp;
125ninja</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>ninja test</command>.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>ninja install</userinput></screen>
136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
141
142 <para>
143 <parameter>-Dappindicator=no</parameter>: This switch disables
144 AppIndicator support in network-manager-applet because it
145 requires libindicator, which is not in BLFS. The build will fail
146 without this option.
147 </para>
148
149 <!-- Jansson is now included in NM as Required
150 <para>
151 <parameter>-Dteam=false</parameter>: This switch disables the team
152 configuration editor since it requires <xref linkend="jansson"/>. If
153 you have Jansson installed, remove this option or set it to "true".
154 </para>
155 -->
156
157 <para>
158 <parameter>-Dselinux=false</parameter>: This switch forcibly
159 disables <application>SELinux</application> support since it is not
160 currently in BLFS and the build will fail without it.
161 </para>
162
163 <!-- no longer needed as of 1.16.0
164 <para>
165 <parameter>-Dmobile_broadband_provider_info=false</parameter>: This
166 switch forcibly disables Mobile Broadband Provider support because it
167 is not currently available in BLFS.
168 </para>
169 <para>
170 <parameter>-Dgtk_doc=false</parameter>: Remove this if you have
171 <xref linkend="gtk-doc"/> installed and want to rebuild the
172 documentation with it.
173 </para>
174 -->
175
176 <para>
177 <option>-Dwwan=false</option>: This switch disables WWAN support.
178 Use this if you do not have <xref linkend="ModemManager"/> installed.
179 </para>
180
181 <!-- Same as above
182 <para>
183 <option>-Dintrospection=false</option>: Use this if you do not have <xref linkend="gobject-introspection"/> installed.
184 </para>
185 -->
186
187 </sect2>
188
189 <sect2 role="content">
190 <title>Contents</title>
191
192 <segmentedlist>
193 <segtitle>Installed Programs</segtitle>
194 <segtitle>Installed Libraries</segtitle>
195 <segtitle>Installed Directories</segtitle>
196
197 <seglistitem>
198 <seg>
199 nm-applet and nm-connection-editor
200 </seg>
201 <seg>
202 <!--libnma.so-->
203 None
204 </seg>
205 <seg>
206 <!--/usr/include/{libnma,libnm-gtk},-->
207 <!--/usr/include/libnma and /usr/share/gtk-doc/libnma-->
208 None
209 </seg>
210 </seglistitem>
211 </segmentedlist>
212
213 <variablelist>
214 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
215 <?dbfo list-presentation="list"?>
216 <?dbhtml list-presentation="table"?>
217
218 <varlistentry id="nm-connection-editor">
219 <term><command>nm-connection-editor</command></term>
220 <listitem>
221 <para>
222 allows users to view and edit network connection settings
223 </para>
224 <indexterm zone="network-manager-applet nm-connection-editor">
225 <primary sortas="b-nm-connection-editor">nm-connection-editor</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <!--
231 <varlistentry id="libnma">
232 <term><filename class="libraryfile">libnma.so</filename></term>
233 <listitem>
234 <para>
235 contains internal functions for the
236 <application>Network Manager GTK+ Interface</application>.
237 </para>
238 <indexterm zone="network-manager-applet libnma">
239 <primary sortas="c-libnma">libnma.so</primary>
240 </indexterm>
241 </listitem>
242 </varlistentry>
243Moved to a separate library, libnma, in 1.16.0
244-->
245<!--
246 <varlistentry id="libnm-gtk">
247 <term><filename class="libraryfile">libnm-gtk.so</filename></term>
248 <listitem>
249 <para>
250 contains the <application>NetworkManager</application>
251 <application>GTK+</application> bindings.
252 </para>
253 <indexterm zone="network-manager-applet libnm-gtk">
254 <primary sortas="c-libnm-gtk">libnm-gtk.so</primary>
255 </indexterm>
256 </listitem>
257 </varlistentry>
258-->
259
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.