[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2017-10-28 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=974458.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2013-06-14T08:36:31+00:00 Jonathan wrote:

Description of problem:
Lightdm doesn't seem to properly support systemd multiseat.  The first seat is 
properly opened on seat0, but lightdm's other seats aren't tied to any of 
logind's seats

Version-Release number of selected component (if applicable):
lightdm-1.7.0-2.fc19.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Set up four seats using udev (I named mine seat-1, seat-2 and seat-3, as 
well as leaving the default seat0)
1. Configure lightdm to use the four seats
2. Start lightdm.service
3. Run loginctl

Actual results:
   SESSIONUID USER SEAT
10  0 root
   c14990 lightdm  seat0
   c16990 lightdm
   c17990 lightdm
   c18990 lightdm

Expected results:
   SESSIONUID USER SEAT
10  0 root
   c14990 lightdm  seat0
   c16990 lightdm  seat-1
   c17990 lightdm  seat-2
   c18990 lightdm  seat-3

Additional info:
Lightdm does start correctly and does use all four seats, but, because the 
seats aren't registered correctly with logind, USB devices don't automatically 
get sent to the right seat.

Reply at: https://bugs.launchpad.net/lightdm/+bug/1190581/comments/1


On 2013-06-14T10:49:55+00:00 Christoph wrote:

Shouldn't this go upstream? Looks more like a feature request than a
bug.

Reply at: https://bugs.launchpad.net/lightdm/+bug/1190581/comments/2


On 2013-06-14T10:59:51+00:00 Jonathan wrote:

Yes, it is actually open at
https://bugs.launchpad.net/lightdm/+bug/1190581.  I want to use this bug
to track its progress in Fedora, but forgot to add the link.

Reply at: https://bugs.launchpad.net/lightdm/+bug/1190581/comments/3


On 2013-06-14T16:48:25+00:00 Christoph wrote:

Thanks for bringing this upstream.

Reply at: https://bugs.launchpad.net/lightdm/+bug/1190581/comments/4


On 2014-11-11T14:27:25+00:00 Fedora wrote:

lightdm-kde-0.3.2.1-8.fc19, lightdm-gtk-1.8.5-9.fc19, lightdm-1.10.3-1.fc19 has 
been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/FEDORA-2014-14034/lightdm-kde-0.3.2.1-8.fc19,lightdm-gtk-1.8.5-9.fc19,lightdm-1.10.3-1.fc19

Reply at: https://bugs.launchpad.net/lightdm/+bug/1190581/comments/29


On 2015-01-09T22:34:31+00:00 Fedora wrote:

This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Reply at: https://bugs.launchpad.net/lightdm/+bug/1190581/comments/34


On 2015-01-10T05:54:28+00:00 Jonathan wrote:

This has been fixed in the version of lightdm in F20.

Reply at: https://bugs.launchpad.net/lightdm/+bug/1190581/comments/35


** Changed in: lightdm (Fedora)
   Status: Unknown => Invalid

** Changed in: lightdm (Fedora)
   Importance: Unknown => Undecided

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:

[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-12-09 Thread Mathew Hodson
** Branch linked: lp:lightdm

** Branch linked: lp:lightdm/1.10

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Fix Released
Status in lightdm source package in Utopic:
  Fix Released
Status in lightdm package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-12-09 Thread Mathew Hodson
** Branch linked: lp:~ubuntu-multiseat/lightdm/automatic-multiseat

** Branch unlinked: lp:~ubuntu-multiseat/lightdm/automatic-multiseat

** Branch linked: lp:~ubuntu-multiseat/lightdm/automatic-multiseat

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Fix Released
Status in lightdm source package in Utopic:
  Fix Released
Status in lightdm package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-12-09 Thread Mathew Hodson
** Tags removed: verification-done-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Fix Released
Status in lightdm source package in Utopic:
  Fix Released
Status in lightdm package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-12-09 Thread Mathew Hodson
** Branch linked: lp:~robert-ancell/lightdm/automatic-multi-seat-1.10

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Fix Released
Status in lightdm source package in Utopic:
  Fix Released
Status in lightdm package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package lightdm - 1.10.3-0ubuntu2

---
lightdm (1.10.3-0ubuntu2) trusty; urgency=medium

  * Refresh patches
 -- Robert AncellFri, 10 Oct 2014 21:24:51 
+1300

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Fix Released
Status in lightdm source package in Utopic:
  Fix Released
Status in lightdm package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-12-08 Thread Richard Hansen
The trusty-proposed package works for me; no observed regressions.

** Tags removed: verification-needed
** Tags added: verification-done verification-done-trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Fix Committed
Status in lightdm source package in Utopic:
  Fix Released
Status in lightdm package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-12-08 Thread Mathew Hodson
lightdm is available in the trusty-proposed repository and at
https://launchpad.net/ubuntu/+source/lightdm/1.10.3-0ubuntu2 .

Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed. In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Trusty:
  Fix Committed
Status in lightdm source package in Utopic:
  Fix Released
Status in lightdm package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-11-14 Thread Mathew Hodson
** Branch linked: lp:ubuntu/trusty-proposed/lightdm

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Trusty:
  Fix Committed
Status in “lightdm” source package in Utopic:
  Fix Released
Status in “lightdm” package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-11-14 Thread Mathew Hodson
https://launchpad.net/ubuntu/+source/lightdm/1.10.3-0ubuntu2 is
available in trusty-proposed.

---
lightdm (1.10.3-0ubuntu2) trusty; urgency=medium

  * Refresh patches

 -- Robert Ancell   Fri, 10 Oct 2014
21:24:51 +1300

lightdm (1.10.3-0ubuntu1) trusty; urgency=medium

  * New upstream release:
- Fix crash when having configuration keys defined in multiple places
  (LP: #1377373)
- Allow user switching in multi-seat until bug stopping greeter showing on
  logout is fixed
- Don't access .dmrc files until information from these files is required
  (LP: #1370852)
- Do timed autologin each time you are returned to the greeter
  (LP: #1302491)

 -- Robert Ancell   Thu, 09 Oct 2014
09:01:21 +1300

lightdm (1.10.2-0ubuntu1) trusty; urgency=medium

  * New upstream release:
- Use logind to provide the list of seats to use. This is disabled unless
  logind-load-seats (in [LightDM] section) is set to true. This is the
  default behaviour in lightdm 1.12. (LP: #1190581)
- Fix crash if running script hooks with non-X display servers.
  (LP: #1305006)
- Add a seat option 'allow-user-switching' that can disable all user
  switching for that seat. (LP: #1350357)
- Make PAM services configurable. (LP: #1348251)
- Add liblightdm method to get user UID. (LP: #1370327)
- Add a new session type 'mir-container' that allows the session to run
  inside a custom system compositor. (LP: #1359332)
- Add --show-config option that shows combined configuration.
- Use XDG_SESSION_ID from PAM instead of using the logind D-Bus API.
  (LP: #1364725)
- Make socket writing code used between greeter and daemon more robust to
  errors.
- Correct section name in default users.conf file.
- Fix tests failing with Qt 5.3 due to it checking getuid/geteuid which we
  are faking.
- Fix small memory leaks.
- Test improvements

 -- Robert Ancell   Wed, 17 Sep 2014
16:27:53 +1200

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

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Trusty:
  Fix Committed
Status in “lightdm” source package in Utopic:
  Fix Released
Status in “lightdm” package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-11-14 Thread Mathew Hodson
** Bug watch removed: Red Hat Bugzilla #962907
   https://bugzilla.redhat.com/show_bug.cgi?id=962907

** Bug watch removed: freedesktop.org Bugzilla #69478
   https://bugs.freedesktop.org/show_bug.cgi?id=69478

** Bug watch removed: freedesktop.org Bugzilla #69477
   https://bugs.freedesktop.org/show_bug.cgi?id=69477

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Trusty:
  Triaged
Status in “lightdm” source package in Utopic:
  Fix Released
Status in “lightdm” package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-10-02 Thread Robert Ancell
** Description changed:

- Now that initial logind support
- https://bugs.launchpad.net/lightdm/+bug/930488 was released for LightDM,
- I'm opening this bug to request a step further: provide support to
- logind's automatic multiseat feature.
+ [Impact]
+ LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.
  
- I have absolutely no experience with D-Bus interfaces, but it seems that
- LightDM has its own D-Bus interface for seat management, so I don't know
- what would be better: replace it with logind D-Bus interface (if logind
- is present) or chaining both (e.g.: a logind's SeatNew D-Bus signal
- should trigger LightDM's SeatAdded D-Bus signal). Does it make sense?
+ [Test Case]
+ 1. Enable multiseat in the LightDM configuration:
+  [LightDM]
+  logind-load-seats=true
+ 2. Start LightDM
+ Expected result:
+ The greeter is shown on both monitors and two sessions can be logged in.
+ Observed result:
+ Currently only one monitor / seat works.
+ 
+ [Regression Potential]
+ There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Trusty:
  Triaged
Status in “lightdm” source package in Utopic:
  Fix Released
Status in “lightdm” package in Fedora:
  Unknown

Bug description:
  [Impact]
  LightDM does not use the information provided by logind to support automatic 
multi-seat setups. We have backported this support from LightDM 1.12 so this 
functionality can be used in 14.04 LTS. It is disabled by default.

  [Test Case]
  1. Enable multiseat in the LightDM configuration:
   [LightDM]
   logind-load-seats=true
  2. Start LightDM
  Expected result:
  The greeter is shown on both monitors and two sessions can be logged in.
  Observed result:
  Currently only one monitor / seat works.

  [Regression Potential]
  There is some risk of unrelated code being changed. This has been reduced by 
the use of regression tests, manual testing and providing this in the Ubuntu 
Desktop PPA.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-09-30 Thread Robert Ancell
** Changed in: lightdm (Ubuntu Trusty)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Trusty:
  Triaged
Status in “lightdm” source package in Utopic:
  Fix Released
Status in “lightdm” package in Fedora:
  Unknown

Bug description:
  Now that initial logind support
  https://bugs.launchpad.net/lightdm/+bug/930488 was released for
  LightDM, I'm opening this bug to request a step further: provide
  support to logind's automatic multiseat feature.

  I have absolutely no experience with D-Bus interfaces, but it seems
  that LightDM has its own D-Bus interface for seat management, so I
  don't know what would be better: replace it with logind D-Bus
  interface (if logind is present) or chaining both (e.g.: a logind's
  SeatNew D-Bus signal should trigger LightDM's SeatAdded D-Bus signal).
  Does it make sense?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-09-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: lightdm (Ubuntu Trusty)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Trusty:
  Confirmed
Status in “lightdm” source package in Utopic:
  Fix Released
Status in “lightdm” package in Fedora:
  Unknown

Bug description:
  Now that initial logind support
  https://bugs.launchpad.net/lightdm/+bug/930488 was released for
  LightDM, I'm opening this bug to request a step further: provide
  support to logind's automatic multiseat feature.

  I have absolutely no experience with D-Bus interfaces, but it seems
  that LightDM has its own D-Bus interface for seat management, so I
  don't know what would be better: replace it with logind D-Bus
  interface (if logind is present) or chaining both (e.g.: a logind's
  SeatNew D-Bus signal should trigger LightDM's SeatAdded D-Bus signal).
  Does it make sense?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1190581] Re: Support logind's automatic multiseat feature

2014-09-16 Thread Robert Ancell
** Changed in: lightdm/1.10
   Status: Fix Committed => Fix Released

** Also affects: lightdm (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lightdm (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: lightdm (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

** Changed in: lightdm (Ubuntu Utopic)
   Importance: Undecided => Medium

** Changed in: lightdm (Ubuntu Trusty)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1190581

Title:
  Support logind's automatic multiseat feature

Status in Light Display Manager:
  Fix Released
Status in Light Display Manager 1.10 series:
  Fix Released
Status in “lightdm” package in Ubuntu:
  Fix Released
Status in “lightdm” source package in Trusty:
  New
Status in “lightdm” source package in Utopic:
  Fix Released
Status in “lightdm” package in Fedora:
  Unknown

Bug description:
  Now that initial logind support
  https://bugs.launchpad.net/lightdm/+bug/930488 was released for
  LightDM, I'm opening this bug to request a step further: provide
  support to logind's automatic multiseat feature.

  I have absolutely no experience with D-Bus interfaces, but it seems
  that LightDM has its own D-Bus interface for seat management, so I
  don't know what would be better: replace it with logind D-Bus
  interface (if logind is present) or chaining both (e.g.: a logind's
  SeatNew D-Bus signal should trigger LightDM's SeatAdded D-Bus signal).
  Does it make sense?

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp