ubuntu-multiseat team mailing list archive
-
ubuntu-multiseat team
-
Mailing list archive
-
Message #00400
[Merge] lp:~ubuntu-multiseat/lightdm/bug1371250-workaround into lp:lightdm
Laércio de Sousa has proposed merging lp:~ubuntu-multiseat/lightdm/bug1371250-workaround into lp:lightdm.
Requested reviews:
LightDM Development Team (lightdm-team)
For more details, see:
https://code.launchpad.net/~ubuntu-multiseat/lightdm/bug1371250-workaround/+merge/236877
This is a temporary workaround for bug #1371250 on non-seat0 seats. It can be easily reverted when this bug is fixed.
--
https://code.launchpad.net/~ubuntu-multiseat/lightdm/bug1371250-workaround/+merge/236877
Your team Ubuntu Multiseat is subscribed to branch lp:~ubuntu-multiseat/lightdm/bug1371250-workaround.
=== modified file 'src/lightdm.c'
--- src/lightdm.c 2014-10-02 06:59:16 +0000
+++ src/lightdm.c 2014-10-02 13:34:03 +0000
@@ -987,7 +987,8 @@
if (!login1_seat_get_can_multi_session (login1_seat))
{
g_debug ("Seat %s has property CanMultiSession=no", seat_name);
- seat_set_property (seat, "allow-user-switching", "false");
+ /* XXX: uncomment this line after bug #1371250 is closed.
+ seat_set_property (seat, "allow-user-switching", "false"); */
}
if (is_seat0)
Follow ups