The GNOME Session package contains the GNOME session manager.
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-session/3.32/gnome-session-3.32.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-session/3.32/gnome-session-3.32.0.tar.xz
Download MD5 sum: 86e0c1aa81c8b61b2077deae2ae279b8
Download size: 476 KB
Estimated disk space required: 15 MB
Estimated build time: 0.2 SBU
dbus-glib-0.110, elogind-241.3, gnome-desktop-3.32.2, JSON-GLib-1.4.4, Mesa-19.1.4, and UPower-0.99.10
GConf-3.2.6, xmlto-0.0.28, and libxslt-1.1.33 with docbook-xml-4.5 and docbook-xsl-1.79.2 (to build the documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-session
When running Gnome under Wayland-1.17.0, environment settings are not imported for the user using the system profile. The Wayland developers are currently undecided on a standard method to provide system environment settings for user sessions. To work around this limitation, execute the following command to make gnome-session use a login shell:
sed 's@/bin/sh@/bin/sh -l@' -i gnome-session/gnome-session.in
Install GNOME Session by running the following commands:
mkdir build && cd build && meson --prefix=/usr \ -Dsystemd_journal=false \ .. && ninja
This package does not come with a test suite.
Now, as the root
user:
ninja install
Last updated on 2019-08-25 11:35:01 -0700