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+ like Xfce and LXDE.
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.8/network-manager-applet-1.8.10.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.8/network-manager-applet-1.8.10.tar.xz
Download MD5 sum: eae3be75e77ff1a7ea3174be25e62d03
Download size: 1.4 MB
Estimated disk space required: 50 MB (with tests)
Estimated build time: 0.2 SBU (using parallelism=4; with tests)
GTK+-3.22.28, ISO Codes-3.77, libsecret-0.18.5, libnotify-0.7.7, and NetworkManager-1.10.4
gobject-introspection-1.54.1 and ModemManager-1.6.12
GC-7.6.4 (for linker garbage collection), GNOME Bluetooth, and mobile-broadband-provider-info (runtime)
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 \ --sysconfdir=/etc \ -Dselinux=false \ -Dteam=false && ninja
To test the results, issue: ninja test.
Now, as the root
user:
ninja install
-Denable-team=false
: This
switch disables the team configuration editor since it requires
Jansson which is not currently in
BLFS.
-Denable-selinux=false
:
This switch forcibly disables SELinux support since it is not currently in
BLFS and the build will fail without it.
-Denable-wwan=false
: This switch
disables WWAN support. Use this if you do not have ModemManager-1.6.12 installed.
Last updated on 2018-02-26 09:06:34 -0800