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

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 61f5b628 was 61f5b628, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Package updates and one fix

umockdev-0.17.6
gtk4-4.6.0
fop-2.7
Fix network-manager-applet for building with recent meson. Thanks
to Joe Locash for the report.

  • Property mode set to 100644
File size: 8.5 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/1.24/network-manager-applet-&network-manager-applet-version;.tar.xz">
9 <!ENTITY network-manager-applet-download-ftp
10 "&gnome-download-ftp;/network-manager-applet/1.24/network-manager-applet-&network-manager-applet-version;.tar.xz">
11 <!ENTITY network-manager-applet-md5sum "55d4f8cf34b9192ba919ee7423e274d9">
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)">
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>
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
37 <application>GTK+</application>, such as <application>Xfce</application>
38 and <application>LXDE</application>.
39 </para>
40
41 &lfs110a_checked;
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"/>,
82 <xref linkend="libnma"/>,
83 <xref linkend="libnotify"/>, and
84 <xref linkend="libsecret"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="gobject-introspection"/> and
90 <xref linkend="ModemManager"/>
91 </para>
92
93 <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
94 <para role="required">
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.
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="gnome-bluetooth"/> and
104 <ulink url="https://launchpad.net/libappindicator">libindicator</ulink>
105 </para>
106
107 <para condition="html" role="usernotes">User Notes:
108 <ulink url="&blfs-wiki;/network-manager-applet"/>
109 </para>
110
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of NetworkManager Applet</title>
115
116 <para>
117 First, fix building with newer versions of
118 <application>meson</application>:
119 </para>
120
121<screen><userinput>sed -i '/merge_file/{n;d}' meson.build</userinput></screen>
122
123 <para>
124 Install <application>NetworkManager Applet</application> by running
125 the following commands:
126 </para>
127
128<screen><userinput>mkdir build &amp;&amp;
129cd build &amp;&amp;
130
131meson --prefix=/usr \
132 --buildtype=release \
133 -Dappindicator=no \
134 -Dselinux=false &amp;&amp;
135ninja</userinput></screen>
136
137 <para>
138 To test the results, issue: <command>ninja test</command>.
139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>ninja install</userinput></screen>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <para>
153 <parameter>-Dappindicator=no</parameter>: This switch disables
154 AppIndicator support in network-manager-applet because it
155 requires libindicator, which is not in BLFS. The build will fail
156 without this option.
157 </para>
158
159 <!-- Jansson is now included in NM as Required
160 <para>
161 <parameter>-Dteam=false</parameter>: This switch disables the team
162 configuration editor since it requires <xref linkend="jansson"/>. If
163 you have Jansson installed, remove this option or set it to "true".
164 </para>
165 -->
166
167 <para>
168 <parameter>-Dselinux=false</parameter>: This switch forcibly
169 disables <application>SELinux</application> support since it is not
170 currently in BLFS and the build will fail without it.
171 </para>
172
173 <!-- no longer needed as of 1.16.0
174 <para>
175 <parameter>-Dmobile_broadband_provider_info=false</parameter>: This
176 switch forcibly disables Mobile Broadband Provider support because it
177 is not currently available in BLFS.
178 </para>
179 <para>
180 <parameter>-Dgtk_doc=false</parameter>: Remove this if you have
181 <xref linkend="gtk-doc"/> installed and want to rebuild the
182 documentation with it.
183 </para>
184 -->
185
186 <para>
187 <option>-Dwwan=false</option>: This switch disables WWAN support.
188 Use this if you do not have <xref linkend="ModemManager"/> installed.
189 </para>
190
191 <!-- Same as above
192 <para>
193 <option>-Dintrospection=false</option>: Use this if you do not have <xref linkend="gobject-introspection"/> installed.
194 </para>
195 -->
196
197 </sect2>
198
199 <sect2 role="content">
200 <title>Contents</title>
201
202 <segmentedlist>
203 <segtitle>Installed Programs</segtitle>
204 <segtitle>Installed Libraries</segtitle>
205 <segtitle>Installed Directories</segtitle>
206
207 <seglistitem>
208 <seg>
209 nm-applet and nm-connection-editor
210 </seg>
211 <seg>
212 <!--libnma.so-->
213 None
214 </seg>
215 <seg>
216 <!--/usr/include/{libnma,libnm-gtk},-->
217 <!--/usr/include/libnma and /usr/share/gtk-doc/libnma-->
218 None
219 </seg>
220 </seglistitem>
221 </segmentedlist>
222
223 <variablelist>
224 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
225 <?dbfo list-presentation="list"?>
226 <?dbhtml list-presentation="table"?>
227
228 <varlistentry id="nm-connection-editor">
229 <term><command>nm-connection-editor</command></term>
230 <listitem>
231 <para>
232 allows users to view and edit network connection settings
233 </para>
234 <indexterm zone="network-manager-applet nm-connection-editor">
235 <primary sortas="b-nm-connection-editor">nm-connection-editor</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <!--
241 <varlistentry id="libnma">
242 <term><filename class="libraryfile">libnma.so</filename></term>
243 <listitem>
244 <para>
245 contains internal functions for the
246 <application>Network Manager GTK+ Interface</application>.
247 </para>
248 <indexterm zone="network-manager-applet libnma">
249 <primary sortas="c-libnma">libnma.so</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253Moved to a separate library, libnma, in 1.16.0
254-->
255<!--
256 <varlistentry id="libnm-gtk">
257 <term><filename class="libraryfile">libnm-gtk.so</filename></term>
258 <listitem>
259 <para>
260 contains the <application>NetworkManager</application>
261 <application>GTK+</application> bindings.
262 </para>
263 <indexterm zone="network-manager-applet libnm-gtk">
264 <primary sortas="c-libnm-gtk">libnm-gtk.so</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268-->
269
270 </variablelist>
271
272 </sect2>
273
274</sect1>
Note: See TracBrowser for help on using the repository browser.