]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Update default configuration better explaining the seat configuration name matching...
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 17 Aug 2015 02:02:09 +0000 (14:02 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 17 Aug 2015 02:02:09 +0000 (14:02 +1200)
data/lightdm.conf

index 72a4a908d1af9c88b7647b5c05f282a254a74ff2..735e108a638b89f35fb76ad71f410bba6ea1a247 100644 (file)
 #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
 #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
 #