guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: services: colord: Make public and searchable.


From: guix-commits
Subject: 02/02: services: colord: Make public and searchable.
Date: Tue, 30 Apr 2019 06:25:09 -0400 (EDT)

civodul pushed a commit to branch version-1.0.0
in repository guix.

commit 92597c3cecac7ab9f30c35275851ec3293fe55eb
Author: Ludovic Courtès <address@hidden>
Date:   Tue Apr 30 12:02:29 2019 +0200

    services: colord: Make public and searchable.
    
    * gnu/services/desktop.scm (colord-service-type): Make public.
    [description]: New field.
---
 gnu/services/desktop.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 12c62f0..5e0bd10 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -84,6 +84,7 @@
             udisks-service
             udisks-service-type
 
+            colord-service-type
             colord-service
 
             geoclue-application
@@ -511,7 +512,11 @@ Users need to be in the @code{lp} group to access the 
D-Bus service.
                        (service-extension udev-service-type list)
 
                        ;; It provides polkit "actions".
-                       (service-extension polkit-service-type list)))))
+                       (service-extension polkit-service-type list)))
+                (description
+                 "Run @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.")))
 
 (define* (colord-service #:key (colord colord))
   "Return a service that runs @command{colord}, a system service with a D-Bus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]