← Back to team overview

ubuntu-multiseat team mailing list archive

[Merge] lp:~ubuntu-multiseat/lightdm/lightdm-conf-example into lp:lightdm

 

Laércio de Sousa has proposed merging lp:~ubuntu-multiseat/lightdm/lightdm-conf-example into lp:lightdm.

Requested reviews:
  LightDM Development Team (lightdm-team)

For more details, see:
https://code.launchpad.net/~ubuntu-multiseat/lightdm/lightdm-conf-example/+merge/273881

This is a trivial patch to fix seat name example in data/lightdm.conf, emphasizing that all systemd-logind valid seat names must begin with the string "seat".
-- 
Your team Ubuntu Multiseat is subscribed to branch lp:~ubuntu-multiseat/lightdm/lightdm-conf-example.
=== modified file 'data/lightdm.conf'
--- data/lightdm.conf	2015-08-17 02:02:09 +0000
+++ data/lightdm.conf	2015-10-08 17:29:38 +0000
@@ -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


Follow ups