summaryrefslogtreecommitdiffstats
path: root/system/colord/README
blob: 6837afb520e9c73671dff2d9fd7d83ba6a09cf0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
colord is a system service that makes it easy to manage, install
and generate color profiles to accurately color manage input
and output devices.

This requires a colord user/group to be added:
groupadd -g 303 colord
useradd -d /var/lib/colord -u 303 -g colord -s /bin/false colord

This package can optionally add bash completion support by running:
BASH_COMPLETION=yes ./colord.SlackBuild

Optional dependency: vala

Note: This package does not have SANE or UDEV support since it will
require systemd to be present.