The NetworkManager Applet 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 GTK+, such as Xfce and LXDE.
This package is known to build and work properly using an LFS-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.18/network-manager-applet-1.18.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.18/network-manager-applet-1.18.0.tar.xz
Download MD5 sum: 1db711d29207f750985511eb8ca0a706
Download size: 1.9 MB
Estimated disk space required: 53 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
GTK+-3.24.22, libnma-1.8.30, libnotify-0.7.9, and libsecret-0.20.3
gobject-introspection-1.64.1 and ModemManager-1.14.0
Since this package uses Polkit-0.117 for authorization, one Polkit Authentication Agent should be running when the functionality of this package is used.
gnome-bluetooth-3.34.1, jansson-2.13.1, and libindicator
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/network-manager-applet
Install NetworkManager Applet by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ -Dappindicator=no \ -Dselinux=false \ -Dteam=false .. && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Dappindicator=no
: 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.
-Dteam=false
: This switch
disables the team configuration editor since it requires jansson-2.13.1. If you have Jansson installed,
remove this option or set it to "true".
-Dselinux=false
: This
switch forcibly disables SELinux
support since it is not currently in BLFS and the build will fail
without it.
-Dwwan=false
: This switch disables WWAN
support. Use this if you do not have ModemManager-1.14.0 installed.
Last updated on 2020-08-24 14:05:28 -0700