diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-04-30 12:02:29 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-30 12:03:02 +0200 |
| commit | 92597c3cecac7ab9f30c35275851ec3293fe55eb (patch) | |
| tree | d067f8c8b21dbf79195c7765cf0b7a586c00c100 | |
| parent | 7614193099b7a3aa097df903b9da8345581c3289 (diff) | |
services: colord: Make public and searchable.
* gnu/services/desktop.scm (colord-service-type): Make public.
[description]: New field.
| -rw-r--r-- | gnu/services/desktop.scm | 7 |
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 | ||
| 518 | interface to manage the color profiles of input and output devices such as | ||
| 519 | screens 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 |
