summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/services/desktop.scm7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 12c62f0bdc9..5e0bd102a2f 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -84,6 +84,7 @@
84 udisks-service 84 udisks-service
85 udisks-service-type 85 udisks-service-type
86 86
87 colord-service-type
87 colord-service 88 colord-service
88 89
89 geoclue-application 90 geoclue-application
@@ -511,7 +512,11 @@ Users need to be in the @code{lp} group to access the D-Bus service.
511 (service-extension udev-service-type list) 512 (service-extension udev-service-type list)
512 513
513 ;; It provides polkit "actions". 514 ;; It provides polkit "actions".
514 (service-extension polkit-service-type list))))) 515 (service-extension polkit-service-type list)))
516 (description
517 "Run @command{colord}, a system service with a D-Bus
518interface to manage the color profiles of input and output devices such as
519screens and scanners.")))
515 520
516(define* (colord-service #:key (colord colord)) 521(define* (colord-service #:key (colord colord))
517 "Return a service that runs @command{colord}, a system service with a D-Bus 522 "Return a service that runs @command{colord}, a system service with a D-Bus