The GNOME Session package contains the GNOME session manager.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-session/3.24/gnome-session-3.24.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-session/3.24/gnome-session-3.24.1.tar.xz
Download MD5 sum: 210ed46444e5b8da89d2963ec2f62e7e
Download size: 764 KB
Estimated disk space required: 18 MB
Estimated build time: 0.2 SBU
dbus-glib-0.108, gnome-desktop-3.24.2, JSON-GLib-1.2.8, Mesa-17.1.6, and UPower-0.99.5
GConf-3.2.6, xmlto-0.0.28, and libxslt-1.1.29 with docbook-xml-4.5 and docbook-xsl-1.79.1 (to build the documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-session
When running Gnome under Wayland-1.14.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 start 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:
./configure --prefix=/usr --docdir=/usr/share/doc/gnome-session-3.24.1 && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-docbook-docs
: This switch is
used to enable building the documentation.
Last updated on 2017-08-30 17:02:22 -0700