The NetworkManager Applet is a tool used to configure wired and wireless network connections through GUI.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/0.9/network-manager-applet-0.9.8.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/0.9/network-manager-applet-0.9.8.0.tar.xz
Download MD5 sum: 531ce56c51ec86c5d2dc4cbe58649583
Download size: 1.2 MB
Estimated disk space required: 50 MB
Estimated build time: 0.4 SBU
GTK+-3.6.4, ISO Codes-3.42, libgnome-keyring-3.6.0, libnotify-0.7.5 and NetworkManager-0.9.8.0
mobile-broadband-provider-info and ModemManager (0.7 and later)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/network-manager-applet
Install MetworkManager Applet by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/NetworkManager \
--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 NetworkManager
Applet GConf migration tool
which is not necesary for BLFS.
--disable-static: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-03-03 16:07:38 +0000