diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-03-31 23:13:51 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-03-31 23:32:46 +0200 |
commit | 631a6e63777dd2e08fe5bdc75908e6c030abcd1f (patch) | |
tree | e179395659d8d9db9d6dfe7485d24193effe992f /gnu/services/xorg.scm | |
parent | 105fa9fcf734706dfb2ec23191da53cee3f998ed (diff) | |
download | patches-631a6e63777dd2e08fe5bdc75908e6c030abcd1f.tar patches-631a6e63777dd2e08fe5bdc75908e6c030abcd1f.tar.gz |
doc: Document 'gdm-service-type'.
* doc/guix.texi (X Window): Document 'gdm-service-type' and
'gdm-configuration'. Take description of '.desktop' files from the
'slim-service-type' description.
* gnu/services/xorg.scm (gdm-service): Remove outdated comment.
Diffstat (limited to 'gnu/services/xorg.scm')
-rw-r--r-- | gnu/services/xorg.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index f047b8a043..6cbd1fd722 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -791,9 +791,6 @@ makes the good ol' XlockMore usable." "Run the GNOME Desktop Manager (GDM), a program that allows you to log in in a graphical session, whether or not you use GNOME."))) -;; This service isn't working yet; it gets as far as starting to run the -;; greeter from gnome-shell but doesn't get any further. It is here because -;; it doesn't hurt anyone and perhaps it inspires someone to fix it :) (define-deprecated (gdm-service #:key (gdm gdm) (allow-empty-passwords? #t) (x-server (xorg-wrapper))) |