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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.4/network-manager-applet-1.4.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.4/network-manager-applet-1.4.4.tar.xz
Download MD5 sum: 3f82cedc4703df0277c76d9feb5bf2c8
Download size: 1.4 MB
Estimated disk space required: 62 MB (with tests)
Estimated build time: 0.5 SBU (with tests)
GTK+-3.22.8, ISO Codes-3.74, libsecret-0.18.5, libnotify-0.7.7, and NetworkManager-1.6.2
gobject-introspection-1.50.0 and ModemManager-1.6.4
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:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static \ --without-team && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--without-team
: This switch
disables the team configuration editor since it requires
Jansson which is not currently in
BLFS.
Last updated on 2017-02-20 15:27:17 -0800