diff options
Diffstat (limited to 'data/lightdm.conf')
-rw-r--r-- | data/lightdm.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf index 4f010a5a..5c4b5988 100644 --- a/data/lightdm.conf +++ b/data/lightdm.conf @@ -35,11 +35,15 @@ # # Seat defaults # +# 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. +# # type = Seat type (xlocal, xremote) # pam-service = PAM service to use for login # pam-autologin-service = PAM service to use for autologin # pam-greeter-service = PAM service to use for greeters # xserver-command = X server command to run (can also contain arguments e.g. X -special-option) +# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option) # xserver-layout = Layout to pass to X server # xserver-config = Config file to pass to X server # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server @@ -75,12 +79,13 @@ # autologin-in-background = True if autologin session should not be immediately activated # exit-on-failure = True if the daemon should exit if this seat fails # -[SeatDefaults] +[Seat:*] #type=xlocal #pam-service=lightdm #pam-autologin-service=lightdm-autologin #pam-greeter-service=lightdm-greeter #xserver-command=X +#xmir-command=Xmir #xserver-layout= #xserver-config= #xserver-allow-tcp=false @@ -120,7 +125,7 @@ # Seat configuration # # Each seat must start with "Seat:". -# Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section. +# Uses settings from [Seat:*], any of these can be overriden by setting them in this section. # #[Seat:0] |