gnome-color-manager-3.6.1

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

Package Information

GNOME Color Manager Dependencies

Required

colord-gtk-0.1.25, gnome-desktop-3.6.2, Little CMS-2.4 and libcanberra-0.30

Recommended

Optional

clutter-gtk-1.4.2 and Mash

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

Installation of GNOME Color Manager

Install GNOME Color Manager by running the following commands:

./configure --prefix=/usr \
            --libexecdir=/usr/lib/gnome-color-manager \
            --disable-packagekit &&
make

This package does not come with a test suite.

make install

Command Explanations

--disable-packagekit: This parameter disables use of PackageKit which isn't suitable for BLFS.

Contents

Installed Programs: gcm-calibrate, gcm-import, gcm-inspect, gcm-picker and gcm-viewer
Installed Libraries: None
Installed Directories: /usr/lib/gnome-color-manager, /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 2013-02-11 18:51:17 +0000