The GNOME Shell is the core user interface of the GNOME Desktop environment.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://download.gnome.org/sources/gnome-shell/44/gnome-shell-44.3.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gnome-shell/44/gnome-shell-44.3.tar.xz
Download MD5 sum: a73a7ba82782ad46378127a9a3acdec8
Download size: 1.9 MB
Estimated disk space required: 61 MB (with tests)
Estimated build time: 0.2 SBU (Using parallelism=4; with tests)
evolution-data-server-3.48.4, Gcr-4.1.0, Gjs-1.76.2, gnome-desktop-44.0, ibus-1.5.28, Mutter-44.3, Polkit-123, sassc-3.6.2, and startup-notification-0.12
desktop-file-utils-0.26, gnome-autoar-0.4.4, gnome-bluetooth-42.6, gst-plugins-base-1.22.5, and NetworkManager-1.44.0
GTK-Doc-1.33.2 and bash-completion
adwaita-icon-theme-44.0, DConf-0.40.0, GDM-44.1, gnome-backgrounds-44.0, gnome-control-center-44.3, libgweather-4.2.0, Systemd-254, and telepathy-mission-control-5.16.6
Install GNOME Shell by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr \ --buildtype=release \ -Dtests=false \ .. && ninja
To test the results, you need to remove the -Dtests=false
switch, and to have
Mutter-44.3 compiled and installed with tests
also. To run the tests, issue: ninja
test. You must be running an X session to run the
tests. Some will fail if GDM-44.1 is not installed. One test named
CSS styling support
is known to fail
with some multi-monitor configurations.
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.
-Dtests=false
: Remove this
switch if you want to build the tests. But then meson will fail if Mutter-44.3 tests
are not installed.
-Dextensions_tool=false
: This switch
allows building this package without gnome-autoar-0.4.4 installed.