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

Proposed by Laércio de Sousa
Status: Merged
Merged at revision: 2220
Proposed branch: lp:~ubuntu-multiseat/lightdm/lightdm-conf-example
Merge into: lp:lightdm
Diff against target: 12 lines (+1/-1)
1 file modified
data/lightdm.conf (+1/-1)
To merge this branch: bzr merge lp:~ubuntu-multiseat/lightdm/lightdm-conf-example
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+273881@code.launchpad.net

Description of the change

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".

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

I also used "thin-client" as a complete guess - is there a better example of something that looks like a valid seat name?

Revision history for this message
Robert Ancell (robert-ancell) wrote :

By valid I mean a real-life example.

Revision history for this message
Laércio de Sousa (lbssousa) wrote :

Well... The most common case I've ever seen for manual seat configuration is a 2-seat setup using an Intel integrated graphics device and a discrete NVIDIA PCI-e graphics card. In this case, most users set the name "seat-nvidia" for the NVIDIA-related seat.

Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/lightdm.conf'
2--- data/lightdm.conf 2015-08-17 02:02:09 +0000
3+++ data/lightdm.conf 2015-10-08 17:29:38 +0000
4@@ -38,7 +38,7 @@
5 # Seat configuration is matched against the seat name glob in the section, for example:
6 # [Seat:*] matches all seats and is applied first.
7 # [Seat:seat0] matches the seat named "seat0".
8-# [Seat:thin-client*] matches all seats that have names that start with "thin-client".
9+# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
10 #
11 # type = Seat type (xlocal, xremote)
12 # pam-service = PAM service to use for login

Subscribers

People subscribed via source and target branches