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.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.8/network-manager-applet-1.8.16.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/1.8/network-manager-applet-1.8.16.tar.xz
Download MD5 sum: 9f27c962b28bb156dc8a3d10d949afc5
Download size: 1.5 MB
Estimated disk space required: 65 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
GTK+-3.22.30, ISO Codes-3.79, libsecret-0.18.6, libnotify-0.7.7, and NetworkManager-1.12.2
gobject-introspection-1.56.1 and ModemManager-1.8.0
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 \ -Dmobile_broadband_provider_info=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.
-Dmobile_broadband_provider_info=false
:
This switch forcibly disables Mobile Broadband Provider support
because it is not currently available in BLFS.
-Denable-wwan=false
: This switch
disables WWAN support. Use this if you do not have ModemManager-1.8.0 installed.
-Dintrospection=false
: Use this if you
do not have gobject-introspection-1.56.1
installed.
-Dgtk_doc=false
: Use this if you do not
have GTK-Doc-1.28 installed.
Last updated on 2018-08-30 16:17:00 -0700