The GNOME Control Center package contains the GNOME settings manager.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-control-center/40/gnome-control-center-40.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-control-center/40/gnome-control-center-40.0.tar.xz
Download MD5 sum: d704e59afe2df9c24ed876841adb3e0a
Download size: 6.2 MB
Estimated disk space required: 187 MB (with tests)
Estimated build time: 0.4 SBU (Using parallelism=4; with tests)
AccountsService-0.6.55, clutter-gtk-1.8.4, colord-gtk-0.2.0, gnome-online-accounts-3.40.0, gnome-settings-daemon-40.0.1, Grilo-0.3.13, gsound-1.0.3, libgtop-2.40.0, libpwquality-1.4.4, MIT Kerberos V5-1.19.2, shared-mime-info-2.1, and UDisks-2.9.3
Cheese-3.38.0, Cups-2.3.3op2 and Samba-4.14.7 (for the Printers Panel), gnome-bluetooth-3.34.5, ibus-1.5.25, libhandy-1.2.3, and ModemManager-1.16.10 and libnma-1.8.32 (for the Network Panel)
dbusmock-0.23.1 (for tests)
cups-pk-helper-0.2.6 (Printers panel), gnome-color-manager-3.36.0 (Color panel), and sound-theme-freedesktop-0.8 (Additional Sound Effects in Sound panel)
![[Note]](../images/note.png) 
          Recommended dependencies are not strictly required for this package to build and function, but you may not get expected results at runtime if you don't install them.
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gnome-control-center
Install GNOME Control Center by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test. Note that you must have python-dbusmock module installed in order for the tests to complete successfully.
          Now, as the root user:
        
ninja install
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
          -Dcheese=false: Use this switch if you
          have not installed recommended dependency Cheese.
        
          -Dibus=false: Use this switch if you
          have not installed recommended dependency IBus.
        
Last updated on