]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Disable automatic setting "allow-user-switching=false" for non-seat0 seats while...
authorLaércio de Sousa <lbsousajr@gmail.com>
Thu, 2 Oct 2014 13:20:36 +0000 (10:20 -0300)
committerLaércio de Sousa <lbsousajr@gmail.com>
Thu, 2 Oct 2014 13:20:36 +0000 (10:20 -0300)
src/lightdm.c

index 838ecbd5308e8276e0f990db9940a8b72fc2abf3..886eae81297dea5f563d2381cdb275c9db13258f 100644 (file)
@@ -987,7 +987,8 @@ add_login1_seat (Login1Seat *login1_seat)
         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)