gnome-shell-3.28.3

Introduction to GNOME Shell

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-8.3 platform.

Package Information

GNOME Shell Dependencies

Required

Caribou-0.4.21, evolution-data-server-3.28.5, Gjs-1.52.3, gnome-control-center-3.28.2, libcroco-0.6.12, Mutter-3.28.3, sassc-3.5.0, startup-notification-0.12, and Systemd-239

Recommended

Optional

GTK-Doc-1.28

Runtime Dependencies

adwaita-icon-theme-3.26.1, DConf-0.28.0, GDM-3.28.3, gnome-backgrounds-3.28.0, gnome-menus-3.13.3, gnome-themes-standard-3.22.3, and telepathy-mission-control-5.16.4

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-shell

Installation of GNOME Shell

Install GNOME Shell by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
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.28.3 is not installed.

Now, as the root user:

ninja install

Contents

Installed Programs: gnome-shell, gnome-shell-extension-prefs, gnome-shell-extension-tool, and gnome-shell-perf-tool
Installed Libraries: libgnome-shell-browser-plugin.so (Browser Plugin)
Installed Directories: /usr/lib/gnome-shell, /usr/share/gnome-shell, /usr/share/gtk-doc/html/{shell,st}, and /usr/share/xdg-desktop-portal/

Short Descriptions

gnome-shell

provides the core user interface functions for the GNOME 3 Desktop.

Last updated on 2018-08-30 16:17:00 -0700