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

Proposed by Laércio de Sousa
Status: Merged
Merged at revision: 2078
Proposed branch: lp:~ubuntu-multiseat/lightdm/bug1371250-workaround
Merge into: lp:lightdm
Diff against target: 13 lines (+2/-1)
1 file modified
src/lightdm.c (+2/-1)
To merge this branch: bzr merge lp:~ubuntu-multiseat/lightdm/bug1371250-workaround
Reviewer Review Type Date Requested Status
LightDM Development Team Pending
Review via email: mp+236877@code.launchpad.net

Description of the change

This is a temporary workaround for bug #1371250 on non-seat0 seats. It can be easily reverted when this bug is fixed.

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

I've also backported this to 1.12

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== 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 @@
987 if (!login1_seat_get_can_multi_session (login1_seat))987 if (!login1_seat_get_can_multi_session (login1_seat))
988 {988 {
989 g_debug ("Seat %s has property CanMultiSession=no", seat_name);989 g_debug ("Seat %s has property CanMultiSession=no", seat_name);
990 seat_set_property (seat, "allow-user-switching", "false");990 /* XXX: uncomment this line after bug #1371250 is closed.
991 seat_set_property (seat, "allow-user-switching", "false"); */
991 }992 }
992993
993 if (is_seat0)994 if (is_seat0)

Subscribers

People subscribed via source and target branches