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.6 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/0.9/network-manager-applet-0.9.10.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/0.9/network-manager-applet-0.9.10.0.tar.xz
Download MD5 sum: 6c23e6d208f6e78f2ecb7d0a03ddd03d
Download size: 1.3 MB
Estimated disk space required: 43 MB
Estimated build time: 0.5 SBU
GTK+-3.12.2, ISO Codes-3.56, libsecret-0.18, libnotify-0.7.6, and NetworkManager-0.9.10.0
LXPolkit-0.1.0 or polkit-gnome-0.105
GNOME Bluetooth, mobile-broadband-provider-info (runtime), and ModemManager
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-migration \ --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-migration
: This switch
disables building of the NetworkManager
Applet GConf migration tool
which is not necessary for BLFS.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-09-19 13:13:19 -0700