2013-06-01 20:19:41 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY network-manager-applet-download-http
|
2022-03-25 11:23:21 +08:00
|
|
|
"&gnome-download-http;/network-manager-applet/&network-manager-applet-minor;/network-manager-applet-&network-manager-applet-version;.tar.xz">
|
2013-06-01 20:19:41 +08:00
|
|
|
<!ENTITY network-manager-applet-download-ftp
|
2022-03-25 11:23:21 +08:00
|
|
|
"&gnome-download-ftp;/network-manager-applet/&network-manager-applet-minor;/network-manager-applet-&network-manager-applet-version;.tar.xz">
|
2022-07-21 23:34:12 +08:00
|
|
|
<!ENTITY network-manager-applet-md5sum "d714602e88aabaf95a9ad9c3d76f1094">
|
|
|
|
<!ENTITY network-manager-applet-size "1.8 MB">
|
|
|
|
<!ENTITY network-manager-applet-buildsize "39 MB (with tests)">
|
|
|
|
<!ENTITY network-manager-applet-time "0.3 SBU (with tests)">
|
2013-06-01 20:19:41 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="network-manager-applet" xreflabel="network-manager-applet-&network-manager-applet-version;">
|
|
|
|
<?dbhtml filename="network-manager-applet.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>network-manager-applet-&network-manager-applet-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="network-manager-applet">
|
|
|
|
<primary sortas="a-network-manager-applet">network-manager-applet</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to NetworkManager Applet</title>
|
|
|
|
|
|
|
|
<para>
|
2013-11-15 22:09:06 +08:00
|
|
|
The <application>NetworkManager Applet</application> provides a tool and
|
|
|
|
a panel applet used to configure wired and wireless network connections
|
|
|
|
through GUI. It's designed for use with any desktop environment that uses
|
2019-01-12 09:33:37 +08:00
|
|
|
<application>GTK+</application>, such as <application>Xfce</application>
|
|
|
|
and <application>LXDE</application>.
|
2013-06-01 20:19:41 +08:00
|
|
|
</para>
|
|
|
|
|
2022-08-26 09:03:11 +08:00
|
|
|
&lfs112_checked;
|
2013-06-01 20:19:41 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&network-manager-applet-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (FTP): <ulink url="&network-manager-applet-download-ftp;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &network-manager-applet-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download size: &network-manager-applet-size;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated disk space required: &network-manager-applet-buildsize;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Estimated build time: &network-manager-applet-time;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">NetworkManager Applet Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
|
|
|
<xref linkend="gtk3"/>,
|
2020-04-03 05:58:25 +08:00
|
|
|
<xref linkend="libnma"/>,
|
2013-09-05 05:37:09 +08:00
|
|
|
<xref linkend="libnotify"/>, and
|
2020-04-03 05:58:25 +08:00
|
|
|
<xref linkend="libsecret"/>
|
2013-06-01 20:19:41 +08:00
|
|
|
</para>
|
|
|
|
|
2013-11-15 22:09:06 +08:00
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
|
|
<para role="recommended">
|
2016-12-15 10:06:29 +08:00
|
|
|
<xref linkend="gobject-introspection"/> and
|
|
|
|
<xref linkend="ModemManager"/>
|
2013-11-15 22:09:06 +08:00
|
|
|
</para>
|
|
|
|
|
2013-06-01 20:19:41 +08:00
|
|
|
<bridgehead renderas="sect4">Required (Runtime)</bridgehead>
|
|
|
|
<para role="required">
|
2020-02-17 09:52:05 +08:00
|
|
|
Since this package uses
|
|
|
|
<xref role="nodep" linkend="polkit"/> for authorization,
|
|
|
|
one <xref role="runtime" linkend="polkit-agent"/> should be
|
|
|
|
running when the functionality of this package is used.
|
2013-06-01 20:19:41 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2019-06-28 04:55:17 +08:00
|
|
|
<para role="optional">
|
2021-08-24 07:40:11 +08:00
|
|
|
<xref linkend="gnome-bluetooth"/> and
|
2020-04-03 05:58:25 +08:00
|
|
|
<ulink url="https://launchpad.net/libappindicator">libindicator</ulink>
|
2016-07-04 11:41:23 +08:00
|
|
|
</para>
|
2013-06-01 20:19:41 +08:00
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/network-manager-applet"/>
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of NetworkManager Applet</title>
|
|
|
|
|
|
|
|
<para>
|
2013-11-15 22:09:06 +08:00
|
|
|
Install <application>NetworkManager Applet</application> by running
|
2013-06-01 20:19:41 +08:00
|
|
|
the following commands:
|
|
|
|
</para>
|
|
|
|
|
2017-12-01 09:27:07 +08:00
|
|
|
<screen><userinput>mkdir build &&
|
2017-12-29 07:04:22 +08:00
|
|
|
cd build &&
|
2017-12-01 09:27:07 +08:00
|
|
|
|
2021-07-17 06:20:58 +08:00
|
|
|
meson --prefix=/usr \
|
|
|
|
--buildtype=release \
|
|
|
|
-Dappindicator=no \
|
2021-08-24 07:40:11 +08:00
|
|
|
-Dselinux=false &&
|
2017-12-01 09:27:07 +08:00
|
|
|
ninja</userinput></screen>
|
2013-06-01 20:19:41 +08:00
|
|
|
|
|
|
|
<para>
|
2017-12-01 09:27:07 +08:00
|
|
|
To test the results, issue: <command>ninja test</command>.
|
2013-06-01 20:19:41 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
|
|
</para>
|
|
|
|
|
2018-01-13 11:33:35 +08:00
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
2013-06-01 20:19:41 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
2017-12-01 12:48:51 +08:00
|
|
|
|
2020-06-23 01:42:08 +08:00
|
|
|
<para>
|
|
|
|
<parameter>-Dappindicator=no</parameter>: This switch disables
|
|
|
|
AppIndicator support in network-manager-applet because it
|
|
|
|
requires libindicator, which is not in BLFS. The build will fail
|
|
|
|
without this option.
|
|
|
|
</para>
|
|
|
|
|
2021-08-24 07:40:11 +08:00
|
|
|
<!-- Jansson is now included in NM as Required
|
2016-08-29 11:08:04 +08:00
|
|
|
<para>
|
2018-11-20 10:06:07 +08:00
|
|
|
<parameter>-Dteam=false</parameter>: This switch disables the team
|
|
|
|
configuration editor since it requires <xref linkend="jansson"/>. If
|
|
|
|
you have Jansson installed, remove this option or set it to "true".
|
2016-08-29 11:08:04 +08:00
|
|
|
</para>
|
2021-08-24 07:40:11 +08:00
|
|
|
-->
|
2016-08-29 11:08:04 +08:00
|
|
|
|
2017-05-27 00:07:01 +08:00
|
|
|
<para>
|
2019-10-17 09:37:58 +08:00
|
|
|
<parameter>-Dselinux=false</parameter>: This switch forcibly
|
2017-12-01 12:48:51 +08:00
|
|
|
disables <application>SELinux</application> support since it is not
|
|
|
|
currently in BLFS and the build will fail without it.
|
2017-05-27 00:07:01 +08:00
|
|
|
</para>
|
2020-04-03 05:58:25 +08:00
|
|
|
|
|
|
|
<!-- no longer needed as of 1.16.0
|
2018-08-21 10:45:58 +08:00
|
|
|
<para>
|
|
|
|
<parameter>-Dmobile_broadband_provider_info=false</parameter>: This
|
|
|
|
switch forcibly disables Mobile Broadband Provider support because it
|
|
|
|
is not currently available in BLFS.
|
|
|
|
</para>
|
2019-12-08 01:38:33 +08:00
|
|
|
<para>
|
|
|
|
<parameter>-Dgtk_doc=false</parameter>: Remove this if you have
|
|
|
|
<xref linkend="gtk-doc"/> installed and want to rebuild the
|
|
|
|
documentation with it.
|
|
|
|
</para>
|
2020-04-03 05:58:25 +08:00
|
|
|
-->
|
2017-05-27 00:07:01 +08:00
|
|
|
|
2017-05-03 09:34:07 +08:00
|
|
|
<para>
|
2018-12-06 11:31:18 +08:00
|
|
|
<option>-Dwwan=false</option>: This switch disables WWAN support.
|
2017-12-01 12:48:51 +08:00
|
|
|
Use this if you do not have <xref linkend="ModemManager"/> installed.
|
2020-04-03 05:58:25 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<!-- Same as above
|
2018-03-15 08:40:52 +08:00
|
|
|
<para>
|
|
|
|
<option>-Dintrospection=false</option>: Use this if you do not have <xref linkend="gobject-introspection"/> installed.
|
|
|
|
</para>
|
2020-04-03 05:58:25 +08:00
|
|
|
-->
|
2017-05-03 09:34:07 +08:00
|
|
|
|
2013-06-01 20:19:41 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>
|
|
|
|
nm-applet and nm-connection-editor
|
|
|
|
</seg>
|
|
|
|
<seg>
|
2020-04-03 05:58:25 +08:00
|
|
|
<!--libnma.so-->
|
|
|
|
None
|
2013-06-01 20:19:41 +08:00
|
|
|
</seg>
|
|
|
|
<seg>
|
2021-09-07 01:42:49 +08:00
|
|
|
<!--/usr/include/{libnma,libnm-gtk},-->
|
2020-04-03 05:58:25 +08:00
|
|
|
<!--/usr/include/libnma and /usr/share/gtk-doc/libnma-->
|
|
|
|
None
|
2013-06-01 20:19:41 +08:00
|
|
|
</seg>
|
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="nm-connection-editor">
|
|
|
|
<term><command>nm-connection-editor</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-02-19 23:20:16 +08:00
|
|
|
allows users to view and edit network connection settings
|
2013-06-01 20:19:41 +08:00
|
|
|
</para>
|
|
|
|
<indexterm zone="network-manager-applet nm-connection-editor">
|
|
|
|
<primary sortas="b-nm-connection-editor">nm-connection-editor</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
2020-04-03 05:58:25 +08:00
|
|
|
<!--
|
2016-07-04 11:41:23 +08:00
|
|
|
<varlistentry id="libnma">
|
|
|
|
<term><filename class="libraryfile">libnma.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
2021-09-07 01:42:49 +08:00
|
|
|
contains internal functions for the
|
2016-07-04 11:41:23 +08:00
|
|
|
<application>Network Manager GTK+ Interface</application>.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="network-manager-applet libnma">
|
|
|
|
<primary sortas="c-libnma">libnma.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2021-09-07 01:42:49 +08:00
|
|
|
Moved to a separate library, libnma, in 1.16.0
|
2020-04-03 05:58:25 +08:00
|
|
|
-->
|
2019-02-08 02:15:33 +08:00
|
|
|
<!--
|
2013-06-01 20:19:41 +08:00
|
|
|
<varlistentry id="libnm-gtk">
|
|
|
|
<term><filename class="libraryfile">libnm-gtk.so</filename></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
contains the <application>NetworkManager</application>
|
|
|
|
<application>GTK+</application> bindings.
|
|
|
|
</para>
|
|
|
|
<indexterm zone="network-manager-applet libnm-gtk">
|
|
|
|
<primary sortas="c-libnm-gtk">libnm-gtk.so</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
2019-02-08 02:15:33 +08:00
|
|
|
-->
|
2013-06-01 20:19:41 +08:00
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|