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

Proposed by Laércio de Sousa
Status: Merged
Merged at revision: 1980
Proposed branch: lp:~ubuntu-multiseat/lightdm/1.10-bug1371250-workaround
Merge into: lp:lightdm/1.10
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/1.10-bug1371250-workaround
Reviewer Review Type Date Requested Status
LightDM Development Team Pending
Review via email: mp+236936@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.

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-09-11 01:05:49 +0000
3+++ src/lightdm.c 2014-10-02 16:55:32 +0000
4@@ -962,7 +962,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 (config_section)

Subscribers

People subscribed via source and target branches