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

10.0 10.1 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 2c80efe was 2c80efe, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Added libnma to the book
Added graphene to the book
Moved network-manager-applet to Networking Utilities
Update to network-manager-applet-1.16.0
Update to gnome-color-manager-3.36.0
Update to gnome-control-center-3.36.1
Update to mutter-3.36.1
Update to gnome-shell-3.36.1
Archived libcroco

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

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