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-9.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-shell/3.32/gnome-shell-3.32.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-shell/3.32/gnome-shell-3.32.2.tar.xz
Download MD5 sum: 632b67075ebdc183f94461fa05a8505b
Download size: 1.4 MB
Estimated disk space required: 63 MB
Estimated build time: 0.3 SBU
evolution-data-server-3.32.4, Gjs-1.56.2, gnome-control-center-3.32.2, libcroco-0.6.13, Mutter-3.32.2, sassc-3.6.1, startup-notification-0.12, and elogind-241.3
gnome-bluetooth-3.32.1, gst-plugins-base-1.16.0, and network-manager-applet-1.8.22
adwaita-icon-theme-3.32.0, DConf-0.32.0, GDM-3.32.0, gnome-backgrounds-3.32.0, gnome-menus-3.32.0, gnome-themes-extra-3.28, and telepathy-mission-control-5.16.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-shell
Install GNOME Shell by running the following commands:
sed -i '/isGreeter/,+2 d' js/ui/status/keyboard.js && mkdir build && cd build && meson --prefix=/usr -Dsystemd=false .. && ninja
To test the results, issue: ninja test. You must be running an X session to run the tests. Some will fail if GDM-3.32.0 is not installed.
Now, as the root
user:
ninja install
sed -i ...: This command allows the GDM greeter to use a keyboard layout taken from the dconf database instead of a default US qwerty one.
Last updated on 2019-08-27 01:16:44 -0700