From 00a62fbab115e116b53f94d694c905b22cb0ad41 Mon Sep 17 00:00:00 2001 From: =?utf8?q?La=C3=A9rcio=20de=20Sousa?= Date: Thu, 8 Oct 2015 14:26:39 -0300 Subject: [PATCH] Fix seat name example in data/lightdm.conf --- data/lightdm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lightdm.conf b/data/lightdm.conf index 735e108a..03381d68 100644 --- a/data/lightdm.conf +++ b/data/lightdm.conf @@ -38,7 +38,7 @@ # 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". +# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client". # # type = Seat type (xlocal, xremote) # pam-service = PAM service to use for login -- 2.39.2