← Back to team overview

ubuntu-multiseat team mailing list archive

[Bug 1364911] Re: Support globbing in seat config sections

 

This bug was fixed in the package lightdm - 1.13.0-0ubuntu1

---------------
lightdm (1.13.0-0ubuntu1) vivid; urgency=medium

  * New upstream release:
    - Fix crash when having configuration keys defined in multiple places
      (LP: #1377373)
    - Fix pipe file descriptor leak for each session login / authentication
      (LP: #1190344)
    - Use correct syntax for DesktopNames key in session files (LP: #1383321)
    - Match seat configuration with globbing (LP: #1364911)
    - Allow user switching in multi-seat until bug stopping greeter showing on
      logout is fixed
    - Disable log message when AccountsService users change (LP: #1376357)
    - Update AppArmor scripts, requires AppArmor 2.9
    - Update tests to run better on servers
  * debian/config-error-dialog.sh:
    - Show warning dialog instead of interrupted login if syntax error in
      ~/.profile etc (LP: #678421)
 -- Robert Ancell <robert.ancell@xxxxxxxxxxxxx>   Thu, 13 Nov 2014 11:08:17 +1300

** Changed in: lightdm (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Multiseat, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1364911

Title:
  Support globbing in seat config sections

Status in Light Display Manager:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released

Bug description:
  Add support for simple globbing in seat config sections.

  Example: if a config section [Seat:seatFoo*] is available in
  lightdm.conf, it will match any seat name starting with "seatFoo",
  like "seatFooBar", "seatFooBaz", etc.

  In particular, [Seat:seat*] will match any seat added from logind
  (including seat0), and [Seat:*] will match any seat (including those
  eventually added from other mechanisms than logind), just as
  [SeatDefaults] currently does.

  It was already merged into trunk in revision 2040, but has been
  reverted in revision 2042 due to some unexpected problem, so I'm
  opnening this bug report to keep track of changes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/1364911/+subscriptions


References