The GNOME Menus package contains
an implementation of the draft Desktop Menu
Specification from freedesktop.org. It also contains the
GNOME menu layout configuration
files and .directory
files.
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-menus/3.32/gnome-menus-3.32.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-menus/3.32/gnome-menus-3.32.0.tar.xz
Download MD5 sum: 4262208c13f266d9ada7d356aada9e1b
Download size: 488 KB
Estimated disk space required: 8.5 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-menus
If you are upgrading from GNOME-3.28.x or GNOME-3.30.x, a command must be run to reset the menu structure. This is due to a major change involving Sundry application folder removal. If you are upgrading, run the following command (as root), and then log in and out of your session.
gsettings reset-recursively org.gnome.desktop.app-folders
Install GNOME Menus by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2019-08-25 11:35:01 -0700