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-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.4/network-manager-applet-1.4.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.4/network-manager-applet-1.4.0.tar.xz
Download MD5 sum: 30155703e3a82394bb0276c8ce23a5f7
Download size: 1.3 MB
Estimated disk space required: 56 MB (with tests)
Estimated build time: 0.5 SBU (with tests)
GTK+-3.20.9, ISO Codes-3.69, libsecret-0.18.5, libnotify-0.7.6, and NetworkManager-1.4.0
gnome-bluetooth-3.20.0, ModemManager-1.6.0, mobile-broadband-provider-info (runtime), and Jansson (for the team configuration editor)
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 2016-08-28 20:08:04 -0700