aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-30 12:02:29 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-30 12:03:02 +0200
commit92597c3cecac7ab9f30c35275851ec3293fe55eb (patch)
treed067f8c8b21dbf79195c7765cf0b7a586c00c100
parent7614193099b7a3aa097df903b9da8345581c3289 (diff)
downloadguix-92597c3cecac7ab9f30c35275851ec3293fe55eb.tar.gz
guix-92597c3cecac7ab9f30c35275851ec3293fe55eb.zip
services: colord: Make public and searchable.
* gnu/services/desktop.scm (colord-service-type): Make public. [description]: New field.
-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 12c62f0bdc..5e0bd102a2 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
ef='/guix/commit/gnu/packages/backup.scm?id=d7af0202a4db74b4c466fc96e12114df76b21706'>gnu: Borg: Update to 1.1.11....Leo Famulari 2020-03-04Merge branch 'master' into core-updatesMarius Bakke 2020-02-17gnu: rsnapshot: Use HTTPS home page....Tobias Geerinckx-Rice 2020-02-15gnu: libarchive: Update to 3.4.2....Marius Bakke 2020-02-14Merge branch 'master' into core-updatesMarius Bakke 2020-02-12gnu: rsnapshot: Update to 1.4.3....Tobias Geerinckx-Rice 2020-01-23Merge branch 'staging' into core-updatesMarius Bakke 2020-01-23gnu: burp: Update to 2.3.20....Tobias Geerinckx-Rice 2020-01-08gnu: libarchive: Update to 3.4.1....Marius Bakke 2019-12-05Merge branch 'master' into core-updatesMarius Bakke 2019-11-24gnu: restic: Update to 0.9.6....Tobias Geerinckx-Rice 2019-11-16Merge remote-tracking branch master into core-updatesMathieu Othacehe 2019-11-02gnu: rdup: Fix build, disable encryption....Tobias Geerinckx-Rice 2019-11-02gnu: rdup: Don't use unstable tarball....Tobias Geerinckx-Rice 2019-10-21gnu: backup: Remove my copyright....Mathieu Othacehe 2019-10-20gnu: obnam: Remove this package....Mathieu Othacehe 2019-09-24gnu: libarchive: Fix cross-compilation....Mathieu Othacehe