diff options
| author | Bruno Victal <mirai@makinata.eu> | 2023-02-25 18:58:11 +0000 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-03 17:55:35 +0100 |
| commit | 7c23dab85ca9d507ceeb078150c56d9fd0e4fd4d (patch) | |
| tree | c177a5c411f5e4895e6b07ad5d93a675b06a59f9 /doc | |
| parent | e24555234a2914ccd2f6291f9ca95f60f137d74f (diff) | |
services: spice: Deprecate 'spice-vdagent-service' procedure.
* doc/guix.texi (Miscellaneous Services): Replace 'spice-vdagent-service' with
'spice-vdagent-service-type'. Document <spice-vdagent-configuration>.
* gnu/services/spice.scm (spice-vdagent-service): Deprecate procedure.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 54b75dd1f8e..704c125b103 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -37759,16 +37759,27 @@ Additional command-line options to pass to @command{lircd}. | |||
| 37759 | @c TODO: Document <lirc-configuration>, preferably by refactoring this to use | 37759 | @c TODO: Document <lirc-configuration>, preferably by refactoring this to use |
| 37760 | @c define-configuration and generating documentation from it. | 37760 | @c define-configuration and generating documentation from it. |
| 37761 | 37761 | ||
| 37762 | @cindex spice | 37762 | @cindex SPICE |
| 37763 | @subsubheading Spice Service | 37763 | @subsubheading SPICE Service |
| 37764 | 37764 | ||
| 37765 | The @code{(gnu services spice)} module provides the following service. | 37765 | The @code{(gnu services spice)} module provides the following service. |
| 37766 | 37766 | ||
| 37767 | @deffn {Scheme Procedure} spice-vdagent-service [#:spice-vdagent] | 37767 | @defvar spice-vdagent-service-type |
| 37768 | Returns a service that runs @url{https://www.spice-space.org,VDAGENT}, a daemon | 37768 | Type of the service that runs @url{https://www.spice-space.org, VDAGENT}, |
| 37769 | that enables sharing the clipboard with a vm and setting the guest display | 37769 | a daemon that enables sharing the clipboard with a vm and setting the |
| 37770 | resolution when the graphical console window resizes. | 37770 | guest display resolution when the graphical console window resizes. |
| 37771 | @end deffn | 37771 | @end defvar |
| 37772 | |||
| 37773 | @deftp {Data Type} spice-vdagent-configuration | ||
| 37774 | Data type representing the configuration of | ||
| 37775 | @code{spice-vdagent-service-type}. | ||
| 37776 | |||
| 37777 | @table @asis | ||
| 37778 | @item @code{spice-vdagent} (default: @code{spice-vdagent}) (type: file-like) | ||
| 37779 | Package object for VDAGENT. | ||
| 37780 | |||
| 37781 | @end table | ||
| 37782 | @end deftp | ||
| 37772 | 37783 | ||
| 37773 | @cindex inputattach | 37784 | @cindex inputattach |
| 37774 | @subsubheading inputattach Service | 37785 | @subsubheading inputattach Service |
