gnome-color-manager-3.32.0

Introduction to GNOME Color Manager

GNOME Color Manager is a session framework for the GNOME desktop environment that makes it easy to manage, install and generate color profiles.

This package is known to build and work properly using an LFS-9.1 platform.

Package Information

GNOME Color Manager Dependencies

Required

colord-gtk-0.2.0, colord-1.4.4, GTK+-3.24.13, itstool-2.0.6, Little CMS-2.9, libcanberra-0.30, and libexif-0.6.21

Recommended

Optional

appstream-glib and DocBook-utils-0.6.14 (currently causes build to fail)

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

Installation of GNOME Color Manager

If DocBook-utils-0.6.14 is installed, disable installation of the man pages to avoid a build failure:

sed /subdir\(\'man/d -i meson.build

Install GNOME Color Manager by running the following commands:

mkdir build &&
cd    build &&

meson --prefix=/usr .. &&
ninja

This package does not come with a test suite.

Now, as the root user:

ninja install

Contents

Installed Programs: gcm-calibrate, gcm-import, gcm-inspect, gcm-picker, and gcm-viewer
Installed Libraries: None
Installed Directories: /usr/share/gnome-color-manager and /usr/share/help/*/gnome-color-manager

Short Descriptions

gcm-calibrate

is the GCM calibrator tool.

gcm-import

allows you to import ICC profiles supplied by vendors.

gcm-inspect

allows you to inspect your session color-management settings.

gcm-picker

allows you to pick spot colors for use by an attached colorimeter.

gcm-viewer

allows you to view properties of ICC profiles.

Last updated on 2020-02-26 22:00:52 -0800