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
1=== modified file 'src/lightdm.c'
2--- src/lightdm.c 2014-10-02 06:59:16 +0000
3+++ src/lightdm.c 2014-10-02 13:34:03 +0000
4@@ -987,7 +987,8 @@
5 if (!login1_seat_get_can_multi_session (login1_seat))
6 {
7 g_debug ("Seat %s has property CanMultiSession=no", seat_name);
8- seat_set_property (seat, "allow-user-switching", "false");
9+ /* XXX: uncomment this line after bug #1371250 is closed.
10+ seat_set_property (seat, "allow-user-switching", "false"); */
11 }
12
13 if (is_seat0)

Subscribers

People subscribed via source and target branches