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

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since e713e66c was 39fb5b81, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to network-manager-applet-1.22.0

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