diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-09 09:31:14 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-10 12:40:58 +0200 |
commit | 5c32857f91b26846d202f07226f201fd49852619 (patch) | |
tree | b6f93fd25087c377ade2545712e97a57052b6746 /gnu/system | |
parent | 21b3c0ca8789c22b9b689faa01286b18f103b92e (diff) | |
download | patches-5c32857f91b26846d202f07226f201fd49852619.tar patches-5c32857f91b26846d202f07226f201fd49852619.tar.gz |
doc: Adjust desktop instructions for GDM.
* gnu/system/examples/desktop.tmpl: Adjust comment that referred to SLiM.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/examples/desktop.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/system/examples/desktop.tmpl b/gnu/system/examples/desktop.tmpl index baeb5e2d77..3931bad60d 100644 --- a/gnu/system/examples/desktop.tmpl +++ b/gnu/system/examples/desktop.tmpl @@ -58,8 +58,8 @@ gvfs) %base-packages)) - ;; Add GNOME and/or Xfce---we can choose at the log-in - ;; screen with F1. Use the "desktop" services, which + ;; Add GNOME and Xfce---we can choose at the log-in screen + ;; by clicking the gear. Use the "desktop" services, which ;; include the X11 log-in service, networking with ;; NetworkManager, and more. (services (append (list (service gnome-desktop-service-type) |