Merge lp:~townsend/unity8-desktop-session/fix-lp1376444 into lp:unity8-desktop-session

Proposed by Christopher Townsend
Status: Merged
Approved by: Stephen M. Webb
Approved revision: 74
Merged at revision: 74
Proposed branch: lp:~townsend/unity8-desktop-session/fix-lp1376444
Merge into: lp:unity8-desktop-session
Diff against target: 12 lines (+1/-1)
1 file modified
data/lightdm-unity8-session (+1/-1)
To merge this branch: bzr merge lp:~townsend/unity8-desktop-session/fix-lp1376444
Reviewer Review Type Date Requested Status
Stephen M. Webb (community) Approve
Review via email: mp+236899@code.launchpad.net

Commit message

Change the string comparison to "unity8-lxc" since that session has been renamed to remove the mir reference.

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

OK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/lightdm-unity8-session'
2--- data/lightdm-unity8-session 2014-09-04 14:44:08 +0000
3+++ data/lightdm-unity8-session 2014-10-02 14:44:22 +0000
4@@ -4,7 +4,7 @@
5 # traditional X-based desktop session startup.
6 #
7
8-if test -z "$DISPLAY" && [ $DESKTOP_SESSION != "unity8-mir-lxc" ]; then
9+if test -z "$DISPLAY" && [ $DESKTOP_SESSION != "unity8-lxc" ]; then
10 export QT_QPA_PLATFORM=ubuntumirclient
11 export UNITY_INDICATOR_PROFILE=desktop
12 exec init --user

Subscribers

People subscribed via source and target branches