← Back to team overview

ubuntu-multiseat team mailing list archive

[Merge] lp:~ubuntu-multiseat/lightdm/1.10-bug1371250-workaround into lp:lightdm/1.10

 

Laércio de Sousa has proposed merging lp:~ubuntu-multiseat/lightdm/1.10-bug1371250-workaround into lp:lightdm/1.10.

Requested reviews:
  LightDM Development Team (lightdm-team)

For more details, see:
https://code.launchpad.net/~ubuntu-multiseat/lightdm/1.10-bug1371250-workaround/+merge/236936

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/1.10-bug1371250-workaround/+merge/236936
Your team Ubuntu Multiseat is subscribed to branch lp:~ubuntu-multiseat/lightdm/1.10-bug1371250-workaround.
=== modified file 'src/lightdm.c'
--- src/lightdm.c	2014-09-11 01:05:49 +0000
+++ src/lightdm.c	2014-10-02 16:49:06 +0000
@@ -962,7 +962,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 (config_section)


Follow ups