From 1c270485f5595336f449ddfc749867582f72078f Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 28 Nov 2014 10:55:47 +0100 Subject: Make lightdm-xsession the default session to launch. --- debian/changelog | 1 + src/user-list.vala | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c138d06..727999a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ unity-greeter-x2go (14.04.10-0x2go1) UNRELEASED; urgency=medium * First forked/upstream release (1.0.0.1): - Apply patch 01_x2go+rls.patch. Natively support X2Go Session. - Allow UCCS logins that are not email addresses (but usernames). + - Make lightdm-xsession the default session to launch. * debian/control: + Add to S: lightdm-remote-session-x2go. + Drop from S: lightdm-remote-session-uccsconfigure. diff --git a/src/user-list.vala b/src/user-list.vala index 7ebc41b..b2b13b1 100644 --- a/src/user-list.vala +++ b/src/user-list.vala @@ -108,7 +108,7 @@ public class UserList : GreeterList } } - private string _default_session = "ubuntu"; + private string _default_session = "lightdm-xsession"; public string default_session { get -- cgit v1.2.3