summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-05 17:33:43 +0200
committerLudovic Courtès <ludo@gnu.org>2015-04-08 14:34:32 +0200
commit7ce597ff9e7232f91016d5e4945cd24ec691223c (patch)
treed5b3a2e412289821431c4c3f5e23a6af2dce417f /doc
parent75016d07ec8cfacef4b518a7da54b3137bd756f7 (diff)
downloadguix-patches-7ce597ff9e7232f91016d5e4945cd24ec691223c.tar
guix-patches-7ce597ff9e7232f91016d5e4945cd24ec691223c.tar.gz
gnu: Add colord service.
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/services/colord.scm. * gnu/services/colord.scm: New file. * doc/guix.texi (Various Services): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 42f616548d..0facda5875 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4788,6 +4788,16 @@ Finally, @var{extra-options} is a list of additional command-line options
passed to @command{lircd}.
@end deffn
+@code{(gnu services colord)} provides a color management service:
+
+@deffn {Monadic Procedure} colord-service [#:colord @var{colord}]
+Return a service that runs @command{colord}, a system service with a D-Bus
+interface to manage the color profiles of input and output devices such as
+screens and scanners. It is notably used by the GNOME Color Manager graphical
+tool. See @uref{http://www.freedesktop.org/software/colord/, the colord web
+site} for more information.
+@end deffn
+
@node Setuid Programs
@subsection Setuid Programs