diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-10-29 23:26:37 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-01 12:23:45 +0100 |
commit | 5afa23e1805e68a7cd9adb2145094dcd29bf67d6 (patch) | |
tree | 08b1794d59b52efa875cb4795f67f7bc0ec05715 /doc | |
parent | ed45fa64ba4f89c20042c3c08ba445c3eeb0ada9 (diff) | |
download | guix-5afa23e1805e68a7cd9adb2145094dcd29bf67d6.tar guix-5afa23e1805e68a7cd9adb2145094dcd29bf67d6.tar.gz |
services: colord: Deprecate 'colord-service' procedure.
* gnu/services/desktop.scm (colord-service-type)[default-value]: New field.
(colord-service): Define with 'define-deprecated'.
(%desktop-services): Use 'colord-service-type' instead of 'colord-service'.
* doc/guix.texi (Desktop Services): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index f6dcb2ac63..7b1ee163c4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15530,8 +15530,9 @@ notifications and ways to mount/unmount disks. Programs that talk to UDisks include the @command{udisksctl} command, part of UDisks, and GNOME Disks. @end deffn -@deffn {Scheme Procedure} colord-service [#:colord @var{colord}] -Return a service that runs @command{colord}, a system service with a D-Bus +@deffn {Scheme Variable} colord-service-type +This is the type of the 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{https://www.freedesktop.org/software/colord/, the colord web |