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

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since d7f8f6d was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 19 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
RevLine 
[8e16ba1]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
[32ed152a]8 "&gnome-download-http;/network-manager-applet/&network-manager-applet-minor;/network-manager-applet-&network-manager-applet-version;.tar.xz">
[8e16ba1]9 <!ENTITY network-manager-applet-download-ftp
[32ed152a]10 "&gnome-download-ftp;/network-manager-applet/&network-manager-applet-minor;/network-manager-applet-&network-manager-applet-version;.tar.xz">
[3947fa9]11 <!ENTITY network-manager-applet-md5sum "1ad82752f1590dd356afda8a451910f2">
[99ae2600]12 <!ENTITY network-manager-applet-size "1.8 MB">
13 <!ENTITY network-manager-applet-buildsize "39 MB (with tests)">
[3947fa9]14 <!ENTITY network-manager-applet-time "0.2 SBU (with tests)">
[8e16ba1]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>
[9ca90e0]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
[22c91155]34 <application>GTK+</application>, such as <application>Xfce</application>
35 and <application>LXDE</application>.
[8e16ba1]36 </para>
37
[19f84a6]38 &lfs112_checked;
[8e16ba1]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"/>,
[3947fa9]79 <xref linkend="libnma"/>, and
80 <!--<xref linkend="libnotify"/>, and-->
[2c80efe]81 <xref linkend="libsecret"/>
[8e16ba1]82 </para>
83
[9ca90e0]84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
[6de5349]86 <xref linkend="gobject-introspection"/> and
87 <xref linkend="ModemManager"/>
[9ca90e0]88 </para>
89
[8e16ba1]90 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
91 <para role="required">
[f13e9026]92 Since this package uses
93 <xref role="nodep" linkend="polkit"/> for authorization,
[4e207bb]94 one <xref role="runtime" linkend="polkit-agent"/> should be
[f13e9026]95 running when the functionality of this package is used.
[8e16ba1]96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
[51dfb3e]99 <para role="optional">
[7d1b806]100 <xref linkend="gnome-bluetooth"/> and
[2c80efe]101 <ulink url="https://launchpad.net/libappindicator">libindicator</ulink>
[939653d]102 </para>
[8e16ba1]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>
[9ca90e0]114 Install <application>NetworkManager Applet</application> by running
[8e16ba1]115 the following commands:
116 </para>
117
[02740fb8]118<screen><userinput>mkdir build &amp;&amp;
[56e6032]119cd build &amp;&amp;
[02740fb8]120
[6469488]121meson --prefix=/usr \
122 --buildtype=release \
123 -Dappindicator=no \
[7d1b806]124 -Dselinux=false &amp;&amp;
[02740fb8]125ninja</userinput></screen>
[8e16ba1]126
127 <para>
[02740fb8]128 To test the results, issue: <command>ninja test</command>.
[8e16ba1]129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
[e58667e]135<screen role="root"><userinput>ninja install</userinput></screen>
[8e16ba1]136
137 </sect2>
138
139 <sect2 role="commands">
140 <title>Command Explanations</title>
[1e3c9bf]141
[2597ad1]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
[7d1b806]149 <!-- Jansson is now included in NM as Required
[6f13fc0b]150 <para>
[8b0496b]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".
[6f13fc0b]154 </para>
[7d1b806]155 -->
[6f13fc0b]156
[c4ae27ab]157 <para>
[b9bc0a0]158 <parameter>-Dselinux=false</parameter>: This switch forcibly
[1e3c9bf]159 disables <application>SELinux</application> support since it is not
160 currently in BLFS and the build will fail without it.
[c4ae27ab]161 </para>
[2c80efe]162
163 <!-- no longer needed as of 1.16.0
[a1e15c4]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>
[aa41434]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>
[2c80efe]174 -->
[c4ae27ab]175
[4f5369a]176 <para>
[22c430d8]177 <option>-Dwwan=false</option>: This switch disables WWAN support.
[1e3c9bf]178 Use this if you do not have <xref linkend="ModemManager"/> installed.
[2c80efe]179 </para>
180
181 <!-- Same as above
[5d7469f9]182 <para>
183 <option>-Dintrospection=false</option>: Use this if you do not have <xref linkend="gobject-introspection"/> installed.
184 </para>
[2c80efe]185 -->
[4f5369a]186
[8e16ba1]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>
[2c80efe]202 <!--libnma.so-->
203 None
[8e16ba1]204 </seg>
205 <seg>
[8558044]206 <!--/usr/include/{libnma,libnm-gtk},-->
[2c80efe]207 <!--/usr/include/libnma and /usr/share/gtk-doc/libnma-->
208 None
[8e16ba1]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>
[4c24eb0a]222 allows users to view and edit network connection settings
[8e16ba1]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
[2c80efe]230 <!--
[939653d]231 <varlistentry id="libnma">
232 <term><filename class="libraryfile">libnma.so</filename></term>
233 <listitem>
234 <para>
[8558044]235 contains internal functions for the
[939653d]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>
[8558044]243Moved to a separate library, libnma, in 1.16.0
[2c80efe]244-->
[5e0d750]245<!--
[8e16ba1]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>
[5e0d750]258-->
[8e16ba1]259
260 </variablelist>
261
262 </sect2>
263
264</sect1>
Note: See TracBrowser for help on using the repository browser.