From 59c81e981d06fcf3e6909a24321e67fc06b053ed Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 17 Aug 2015 14:02:09 +1200 Subject: [PATCH] Update default configuration better explaining the seat configuration name matching and dropping references to the obsolete [SeatDefaults] section --- data/lightdm.conf | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/data/lightdm.conf b/data/lightdm.conf index 72a4a908..735e108a 100644 --- a/data/lightdm.conf +++ b/data/lightdm.conf @@ -33,10 +33,12 @@ #greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters # -# Seat defaults +# Seat configuration # -# PLEASE NOTE: [SeatDefaults] section is deprecated and won't be supported in the future. -# Users are encouraged to update their lightdm.conf files, using [Seat:*] instead. +# Seat configuration is matched against the seat name glob in the section, for example: +# [Seat:*] matches all seats and is applied first. +# [Seat:seat0] matches the seat named "seat0". +# [Seat:thin-client*] matches all seats that have names that start with "thin-client". # # type = Seat type (xlocal, xremote) # pam-service = PAM service to use for login @@ -121,14 +123,6 @@ #autologin-session= #exit-on-failure=false -# -# Seat configuration -# -# Each seat must start with "Seat:". -# Uses settings from [Seat:*], any of these can be overriden by setting them in this section. -# -#[Seat:0] - # # XDMCP Server configuration # -- 2.39.2