The GNOME Desktop package contains a library that provides an API shared by several applications on the GNOME Desktop.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/gnome-desktop/51/gnome-desktop-51.0.tar.xz
Download MD5 sum: 6bea5d00bd0609d148b994d6d391e6ab
Download size: 788 KB
Estimated disk space required: 14 MB (with tests)
Estimated build time: 0.2 SBU (with tests)
gsettings-desktop-schemas-51.0, ISO Codes-4.20.1, libseccomp-2.6.1, and xkeyboard-config-2.48
GTK-3.24.52, GTK-4.24.0, bubblewrap-0.12.0 (needed for thumbnailers in Nautilus), and GLib-2.90.0 (with GObject Introspection)
Install GNOME Desktop by running the following commands:
mkdir build &&
cd build &&
meson setup --prefix=/usr \
--buildtype=release \
-D desktop_docs=false \
.. &&
ninja
To test the results, issue: ninja test.
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.
-D desktop_docs=false: This
allows building the package without itstool-2.0.7 by
disabling the installation of the copies and translations of the
GNU FDL, GPL, and LGPL licenses.
-D build_gtk4=false: Use this option if
you wish to build this package without GTK-4.24.0 installed. Note
that it will likely cause GTK-4 applications depending on this
package fail to build.
-D legacy_library=false: Use this
option if you wish to build this package without GTK-3.24.52
installed. Note that it will likely cause GTK-3 applications
depending on this package fail to build.
-D gtk_doc=true: Use this parameter if
you wish to build the API documentation.
-D installed_tests=true: Use this
parameter you wish to enable the installed tests.