summaryrefslogtreecommitdiff
path: root/gnu/services/xorg.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-03-31 23:13:51 +0200
committerLudovic Courtès <ludo@gnu.org>2019-03-31 23:32:46 +0200
commit631a6e63777dd2e08fe5bdc75908e6c030abcd1f (patch)
treee179395659d8d9db9d6dfe7485d24193effe992f /gnu/services/xorg.scm
parent105fa9fcf734706dfb2ec23191da53cee3f998ed (diff)
downloadpatches-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.scm3
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)))